gracie
A positive integer with three distinct digits, when added to its reverse, sums to a number with three identical digits. How many such pairs of integers are there?
A. 2
B. 3
C. 4
D.5
E. 6
source:self
sorry about the error,
edited it
gracie
Let the three digit no. be
ABC. Now, when you add the reverse, i.e.
CBA, the middle term B will get added twice. So,
the middle term of the resulting three digit no. has to be EVEN.
Now, the middle term of the resulting three digit no. when ABC and CBA are added can be 4, 6 or 8 only. Why? Coz 0 and 2 are not possible since A & C cannot add up to 0 or 2 (Note: A & C are different, so 1+1 is not valid; also neither A nor C can be 0, as reversing will give a two digit number).
Now, for middle term to be Even, and 2*B to be 4 or 6 or 8,
B = 2 or 3 or 4.
For 2*B=4: (A,C) = (1,3) --> One possibility.
For 2*B=6: (A,C) = (1,5), (2,4) --> 2 possibilities
For 2*B=8: (A,C) = (1,7), (2,6), (3,5) --> 3 possibilities.
Hence, in total we have 1+2+3 =
6 possible combinations. Thus, the correct answer is E.
Hope it's clear