document.write( "Question 1199873: The sum of the digits of a two-digit number is 11. If the digits are reversed, the new number is 45 less than the original number. Find the number.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #833849 by ikleyn(52787)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "The sum of the digits of a two-digit number is 11. If the digits are reversed,
\n" ); document.write( "the new number is 45 less than the original number. Find the number.
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let \"ab\" be the decimal presentation of the number, so \"b\" is the \"units\" digit and \"a\" is the \"tens\" digit.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then the value of the original number is (10a+b),\r\n" );
document.write( "while the value of the reversed digit number is (10b+a).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "From the problem,\r\n" );
document.write( "\r\n" );
document.write( "    a + b = 11,                (1)\r\n" );
document.write( "\r\n" );
document.write( "    10a + b = 10b + a + 45.    (2)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Simplify equation (2) step by step\r\n" );
document.write( "\r\n" );
document.write( "    10a + b - 10b - a = 45\r\n" );
document.write( "\r\n" );
document.write( "      9a - 9b = 45\r\n" );
document.write( "\r\n" );
document.write( "      9(a-b) = 45\r\n" );
document.write( "\r\n" );
document.write( "        a - b = 45.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Thus we have this system of equations\r\n" );
document.write( "\r\n" );
document.write( "    a + b = 11,    (3)\r\n" );
document.write( "\r\n" );
document.write( "    a - b =  5.    (4)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "To solve the system, add equations (3) and (4)\r\n" );
document.write( "\r\n" );
document.write( "    2a = 11 + 5 = 16,  a = 16/2 = 8.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then from (3)  b = 11 -a = 11 - 8 = 3.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER.  The number is  83.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "CHECK.  The sum of the digits is 8 + 3 = 11;\r\n" );
document.write( "\r\n" );
document.write( "        the difference of the numbers is  83 - 38 = 45.   ! correct !\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );