If the operation @ is defined for all integers A and B by A@B = A+B-AB, which of the following statements must be true for all integers A, B, and C?
You can work the algebra on this to find that all three answers are true.
A@B = B@A
Expand this out and you get A + B - AB = B + A - BA, an equation that is obviously true
A @ 0 = A
Expand this one and you get A + 0 - 0A = A, equally obviously true.
(A@B)@C = A@(B@C)
This one is a bit more difficult to expand:
(A+B-AB)@C = A@(B+C-BC)
(A+B-AB) + C - C(A+B-AB) = A + (B+C-BC) - A(B+C-BC)
(A+B-AB) + C - CA - CB + ABC = A + (B+C-BC) - AB - AC +ABC
You can now see that there are the same elements on both sides, so this is also true, but certainly not obvious!
I agree with the previous post that for most people plugging in some random numbers is the easiest way to get the right answer 95% of the time on these kinds of problems. For those reaching for scores of 750+, you'll want to be able to quickly recognize associative formulas like this one. See
http://en.wikipedia.org/wiki/Associativity