document.write( "Question 1096584: the sum of two digit number and the number obtained by interchanging its digits is 99. find the number \n" ); document.write( "
Algebra.Com's Answer #711018 by MathTherapy(10552)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "the sum of two digit number and the number obtained by interchanging its digits is 99. find the number
\n" ); document.write( "
Let the tens and units digits be T and U, respectively
\n" ); document.write( "Then the number is 10T + U, and the reversed number is 10U + T
\n" ); document.write( "We then get: 10T + U + 10U + T = 99
\n" ); document.write( "11T + 11U = 99
\n" ); document.write( "11(T + U) = 11(9)
\n" ); document.write( "T + U = 9
\n" ); document.write( "Therefore, any 2 digits that sum to 9 will satisfy. It's NOT unique as there're more than 1 answers.
\n" ); document.write( "In other words, the digits can be: 1 and 8, or the number 18, the reverse being 81
\n" ); document.write( " 2 and 7, or the number 27, the reverse being 72
\n" ); document.write( " 3 and 6, or the number 36, the reverse being 63
\n" ); document.write( " 4 and 5, or the number 45, the reverse being 54 \n" ); document.write( "
\n" );