InterviewSolution
Saved Bookmarks
| 1. |
Let ‘*’ be a binary operation defined by a*b=4ab. Find (a*b)*a.(a) 4a^2 b(b) 16a^2 b(c) 16ab^2(d) 4ab^2This question was addressed to me in an internship interview.I want to ask this question from Binary Operations topic in chapter Relations and Functions of Mathematics – Class 12 |
|
Answer» CORRECT ANSWER is (B) 16a^2 b The explanation: GIVEN that, a*b=4ab. Then, (a*b)*a=(4ab)*a =4(4ab)(a)=16a^2 b. |
|