gmat1011
If & represents one of the operations +, - and x. Is (a&b) + (a&c) = a&(b + c) for all numbers a, b, and c ?
(1) & represents subtraction.
(2) m&2 is not equal to 2&m for some numbers m.
Don't get how it can be D. Shouldn't it be E? in 2a-b-c = a-b-c, a can be 0 when there would in fact be a "Yes" answer, while it would also be possible to get "No" with other values?
Is (a&b) + (a&c) = a&(b + c) for all numbers a, b, and c ?
(1) if & represents subtraction, then LHS = (a-b) + (a-c) = 2a-b-c and RHS = a - (b+c) = a-b-c. Now obviously 2a-b-c is NOT equal to a-b-c for all numbers a, b, c. So we get our definite answer as NO for the question stem. Sufficient.
(2) m&2 is NOT equal to 2&m. Now if & is '+', then m+2 = 2+m, for all values of m. So & cannot be '+'. If & is 'x', then also mx2 = 2xm, for all values of m. So & cannot be 'x'. Thus & can only represent subtraction '-'. In which case it becomes same as first statement. Sufficient.
Hence
D answer