Q.
Assertion (A) The binary operation ∗:R×R→R given by a∗b→a+2b is associative. Reason (R) A binary operation ∗:A×A→A is said to be associative, if (a∗b)∗c=a∗(b∗c) for all a,b,c∈A.
88
166
Relations and Functions - Part 2
Report Error
Solution:
The operation * is not associative, since (8∗5)∗3=(8+10)∗3=(8+10)+6=24,
while 8∗(5∗3)=8∗(5+6)=8∗11=8+22=30
Note Associative property of a binary operation is very important in the sense that with this property of a binary operation, we can write a1∗a2∗…∗an which is not ambiguous. But in absence of this property, the expression a1∗a2∗…∗an is ambiguous unless brackets are used. Recall that in the earlier classes brackets were used whenever subtraction or division operations or more than one operation occurred.