Bunuel
If x is a positive odd integer and y is a negative even integer, which of the following must be false?
A. x^3 + y is a positive odd integer
B. x^2 + y^2 is a negative odd integer
C. x^0 + y^11 is a negative odd integer
D. x + y is a positive odd integer
E. x + y is a negative odd integer
We can take values and eliminate the options. Here we see if the options can be proved to be true.
Option A: \(x^3 + y\) is a positive odd integer.
If x = 3 and y = -2, then 27 - 2 = 25. Statement A can be True
Option B: \(x^2 + y^2\) is a negative odd integer. This is not possible as square of a negative number is positive, so the sum will be positive. This statement is always False.
We can prove that the other options are false, just to be sure.
Option C: \(x^0 + y^{11}\) is a negative odd integer.
This statement is always True as \(x^0\) = 1 and \(y^{11}\) is a negative even integer < 1. The difference will be a negative odd integer.
Option D: x + y is a positive odd integer
If x = 3 and y = -2, then 3 - 2 = 1. Statement D cane be True.
Option E: x + y is a negative odd integer
If x = 1 and y = -2, then 1 - 2 = -1. Statement E cane be True.
Option BArun Kumar