document.write( "Question 554011: The difference between a number consisting of two digits and the number formed by reversing the digits is 45. The sum of three times the tens digit and five times the units is 47. Find the number \n" ); document.write( "
Algebra.Com's Answer #361159 by Edwin McCravy(20054)\"\" \"About 
You can put this solution on YOUR website!
The difference between a number consisting of two digits and the number formed by reversing the digits is 45.
\n" ); document.write( "
\r\n" );
document.write( "There are only 4 such numbers:\r\n" );
document.write( "\r\n" );
document.write( "61, since 61 - 16 = 45\r\n" );
document.write( "72, since 72 - 27 = 45\r\n" );
document.write( "83, since 83 - 38 = 45\r\n" );
document.write( "94, since 94 - 49 = 45\r\n" );
document.write( "

\n" ); document.write( "The sum of three times the tens digit and five times the units is 47. There
\n" ); document.write( "are only 2 such numbers:
\n" ); document.write( "
\r\n" );
document.write( "47, since 3*4 + 5*7 = 12 + 35 = 47\r\n" );
document.write( "94, since 3*9 + 5*4 = 27 + 20 = 47\r\n" );
document.write( "\r\n" );
document.write( "So the only 2-digit number having both properties is 94.\r\n" );
document.write( "\r\n" );
document.write( "But your teacher will not accept that method.  \r\n" );
document.write( "\r\n" );
document.write( "Here's how to work it with algebra:\r\n" );
document.write( "

\n" ); document.write( "The difference between a number consisting of two digits and the number formed by reversing the digits is 45.
\n" ); document.write( "
\r\n" );
document.write( "(10t + u) - (10u + t) = 45\r\n" );
document.write( "\r\n" );
document.write( "Simplify:\r\n" );
document.write( "\r\n" );
document.write( "    10t + u - 10u - t = 45\r\n" );
document.write( "\r\n" );
document.write( "Collect like terms:\r\n" );
document.write( "\r\n" );
document.write( "              9t - 9u = 45\r\n" );
document.write( "\r\n" );
document.write( "Divide through by 9:\r\n" );
document.write( "\r\n" );
document.write( "                t - u = 5 \r\n" );
document.write( "

\n" ); document.write( "The sum of three times the tens digit and five times the units is 47.
\n" ); document.write( "
\r\n" );
document.write( "              3t + 5u = 47\r\n" );
document.write( "\r\n" );
document.write( "Solve the system of equations:\r\n" );
document.write( "\r\n" );
document.write( "               t -  u =  5\r\n" );
document.write( "              3t + 5u = 47\r\n" );
document.write( "\r\n" );
document.write( "Solve the first for t:\r\n" );
document.write( "\r\n" );
document.write( "                t - u =  5\r\n" );
document.write( "                    t = 5 + u\r\n" );
document.write( "\r\n" );
document.write( "Substitute in \r\n" );
document.write( "\r\n" );
document.write( "              3t + 5u = 47\r\n" );
document.write( "        3(5 + u) + 5u = 47\r\n" );
document.write( "         15 + 3u + 5u = 47\r\n" );
document.write( "                   8u = 32 \r\n" );
document.write( "                    u = 4\r\n" );
document.write( "\r\n" );
document.write( "Substitute in\r\n" );
document.write( "\r\n" );
document.write( "                    t = 5 + u  \r\n" );
document.write( "                    t = 5 + 4\r\n" );
document.write( "                    t = 9\r\n" );
document.write( "\r\n" );
document.write( "number = 10t + u = 10(9) + 4 = 94 \r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );