Bunuel
The following addition operation shows the sum of the two-digit positive integers XY and YX. If the three-digit integer XXZ, and X, Y , and Z are different digits, what is the value of the integer Z?
XY
+YX
_____
XXZ
(A) 8
(B) 7
(C) 2
(D) 1
(E) 0
\(X,Y\,\,\, \in \,\,\,\,\left\{ {1,2, \ldots ,9} \right\}\)
\(Z \in \,\,\,\,\left\{ {0,1,2, \ldots ,9} \right\}\)
\(X,Y,Z\,\,\,{\text{distinct}}\)
\(? = Z\)
\(\left\langle {XXZ} \right\rangle = \left\langle {XY} \right\rangle + \left\langle {YX} \right\rangle < 99 + 99 < 200\,\,\,\,\,\,\, \Rightarrow \,\,\,\,X = 1\)
\(\left\langle {1Y} \right\rangle + \left\langle {Y1} \right\rangle = \left\langle {11Z} \right\rangle \,\,\,\,\, \Rightarrow \,\,\,Y = 9\,\,\,\,\,\,\left( {18 + 81 < 100} \right)\)
\(\left\langle {11Z} \right\rangle = 19 + 91 = 110\,\,\,\,\, \Rightarrow \,\,\,Z = 0\,\,\,\)
This solution follows the notations and rationale taught in the GMATH method.
Regards,
Fabio.