Consider a binary operation * on N defined as a * b = a3 + b3. Choose the correct answer.
A. Is * both associative and commutative?
B. Is * commutative but not associative?
C. Is * associative but not commutative?
D. Is * neither commutative nor associative?
Solution:
The commutative property deals with the arithmetic operations of addition and multiplication. It means that changing the order or position of numbers while adding or multiplying them does not change the end result.
On N, operation * is defined as a * b = a3 + b3.
For all a, b ∈ N
a * b = a3 + b3
= b3 + a3
= b * a
Operation * is commutative.
(1 * 2) * 3 = (13 + 23) * 3
= (1 + 8) * 3 = 9 * 3 = 93 + 33
= 729 + 27 = 756
1 * (2 * 3) = 1 * (23 + 33 )
= 1 * (8 + 27) = 1 * 35 = 13 + 353
= 1 + 42875
= 42876
⇒ ( 1* 2) * 3 ≠ 1 * (2 * 3)
Operation * is not associative.
Therefore, Operation * is commutative, but not associative.
The correct answer is B
NCERT Solutions for Class 12 Maths - Chapter 1 Exercise 1.4 Question 13
Consider a binary operation * on N defined as a * b = a3 + b3. Choose the correct answer. A. Is * both associative and commutative? B. Is * commutative but not associative? C. Is * associative but not commutative? D. Is * neither commutative nor associative?
Summary:
Let us consider a binary operation * on N defined as a * b = a3 + b3. Operation * is commutative, but not associative. The correct answer is B
visual curriculum