📺 Watch Video Explanation:
Given Binary Operation
\( a * b = \mathrm{LCM}(a, b) \)
(i) Find Values
\( 2 * 4 = \mathrm{LCM}(2,4) = 4 \)
\( 3 * 5 = \mathrm{LCM}(3,5) = 15 \)
\( 1 * 6 = \mathrm{LCM}(1,6) = 6 \)
(ii) Commutativity
Since:
\( \mathrm{LCM}(a,b) = \mathrm{LCM}(b,a) \)
✔ Operation is commutative
Associativity
Check:
\( (a*b)*c = \mathrm{LCM}(\mathrm{LCM}(a,b),c) \)
\( a*(b*c) = \mathrm{LCM}(a,\mathrm{LCM}(b,c)) \)
Since LCM satisfies associativity:
✔ Operation is associative
Conclusion:
✔ The operation is both commutative and associative on \( \mathbb{N} \).