Bunuel
x, y, and z are consecutive positive integers such that x < y < z. If the units digit of x^2 is 6 and the units digit of y^2 is 9, what is the units digit of z^2?
(A) 0
(B) 1
(C) 2
(D) 4
(E) 5
Let's find some values that satisfy the given information.
If the units digit of x^2 is 6, then it could be the case that x = 6 (since 6^2 = 3
6)
Since x is the first consecutive integer, it could be the case that y (the second integer) equals 7.
Notice that y = 7 satisfies the condition that the units digit of y^2 is 9 (since 7^2 = 4
9)
Since x = 6 and y = 7 satisfy the given information, we now know that z COULD equal 8, in which case z^2 = 8^2 = 6
4So, the unit's digit of z^2 must be
4Answer: D
Is there a more scientific method for solving or proving this? If I try the values from 1-9 it quickly gets clear what we are after but what if the values would go far beyond 10 how would I solve it then?