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 #711013 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "Let  a  and  b be the digits of your number  n,  so that  n = 10a + b.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The number after reversing digits is  10b + a.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then from the condition you have the system of two equations for the unknowns  a  and  b:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\"system%28a%2Bb+=+9%2C%0D%0A%0D%0A%2810b+%2Ba%29+%2B+%2810a+%2B+b%29+=+99%29\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Now,  simplify it:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\"system+%28a%2Bb=+9%2C%0D%0A%0D%0A11b+%2B+11a+=+99%29\". \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Simplify it one more time:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\"system+%28a%2Bb=+9%2C%0D%0A%0D%0Ab+%2B+a+=+9%29\". \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, you have, actually, only ONE equation for the digits and do not have any additional info.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Therefore, the answer is not unique.\r\n" );
document.write( "All the numbers  18,  27,  36,  45,  54,  63,  72,  81  are the solutions.\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-----------------
\n" ); document.write( "On problems for digits reversing see the lesson\r
\n" ); document.write( "\n" ); document.write( "    - Word problems on reversing digits of numbers\r
\n" ); document.write( "\n" ); document.write( "in this site.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );