by RonPurewal Fri Nov 09, 2007 4:08 am
If you plugged in a lot of values for statement 2, then that probably means you didn't plug in the right KINDS of values. Since this problem doesn't place any restrictions on the numbers, you need to try positive, negative, and zero.
Anyway, here are two examples for statement (2):
* x = y = 1, z = 0. Then the answer to the prompt question is YES (1 + 1 > 0).
* x = y = 2, z = 3. Then the answer to the prompt question is NO (16 + 16 > 81).
So that's insufficient.