The binary operation * is defined by a∗b=ab/7 on the set Q if all rational numbers. Show that * is associative.
Associativity Proof 📺 Watch Video Explanation: Prove that the operation is associative Given: \( a * b = \frac{ab}{7}, \quad a,b \in \mathbb{Q} \) Proof: LHS: \( (a*b)*c = \left(\frac{ab}{7}\right)*c \) \( = \frac{\frac{ab}{7} \cdot c}{7} = \frac{abc}{49} \) RHS: \( a*(b*c) = a*\left(\frac{bc}{7}\right) \) \( = \frac{a \cdot \frac{bc}{7}}{7} = \frac{abc}{49} \) Thus: \( […]