y4nkee
mvictor
I solved it in a different way:
add both expressions
A-C+B+D+B-A=odd.
ok, rewrite everything as:
2B+D-C=odd
2B is always even, it must bean only 1 thing: D-C is always odd. if D-C is odd, then D+C is always odd.
Very good solution mvictor!
I agree very good solution. But it still requires timing luck or incredible number sense. I solved it through plugging in values. My method take no number sense needed and does not require too much logic.
A-C+B is even. Just plug in some easy numbers so that is true. A = 1 C = 2 B = 3 means that 1-2+3 = 2 which is even.
D+B-A is odd. Re-use the same variables from before. D + 3 - 1 is D + 2. Set D to an easy odd number which is 5. So D = 5.
Now you have values for A through D or (A,B,C,D) = (1,3,2,5). Work through the answers.
A. A+D = 1 + 5 = 6
B. B+D = 3 + 5 = 8
C. C+D = 2 + 5 = 7. This is odd. No need to do the rest, the answer is C.
D. A+B
E. A+C