Bunuel
If x, y, and z are consecutive integers (x < y < z), which of the following cannot be the value of \(z^2 - y^2 - x^2?\)?
A. -12
B. -6
C. 0
D. 3
E. 4
Since the values are not too far, we can go for the plug and play approach.
x, y, and z are consecutive integers (x < y < z).
Integers means they can be both positive or negative.
let row 1 denote case 1, followed by case 2, 3 till 5.
substuiting the values in the equation:
\(z^2 - y^2 - x^2?\). We get the following cases.
case 1: 1-4-9 = -12
case 2: 0-1-4 = -5
case 3: 1-0-1 = 0
case 4: 4-1-0 = 3
case 5: 9-4-1 = 4.
HENCE, -6 cannot be an answer.
Option B. Aproach 2:
This is a detailed approach and time consuming too.
The three digits are consecutive. Let’s the numbers be z, y= z-1; and x = Z-2.
Substuiting these values in the equation \(z^2 - y^2 - x^2?\), we get
z^2 - (z-1)^2 -(z-2)^2
solving we get ,
-z^2 + 6z -5 equate it to the answer choices,
-z^2 + 6z -5 = -12 , solving it we get z = -1, 7.
if z = 7, y=6, x = 5. This implies 49-36-25 = -12 .
This process is repeated for z= -1.
//
since solving it was lengthy and time consuming I have not solved it. Pls verify it //
for each answer choice, we get two values of z, substuiting in the equation we get integer values. Except for option B (-6). Hence the answer,