If a binary operation * is defined by x * y = x + 2y, find 2 * (3 * 4)
The correct answer is: A
Explanation
x * y = x + 2y (given)3 * 4 = 3 + 2(4) = 11
Hence, 2 * (3 * 4) = 2 * 11
= 2 + 2(11)
= 2 + 22
= 24
There is an explanation video available .