document.write( "Question 697600: If the digits of a two-digit number are interchanged, the result exceeds the original number by 2 more than the sum of the digits. The digits differ by 2. Find the original number. \n" ); document.write( "
Algebra.Com's Answer #430160 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
If the digits of a two-digit number, 10t+u,
\n" ); document.write( "are interchanged,
\n" ); document.write( "
\r\n" );
document.write( "That's 10u+t\r\n" );
document.write( "

\n" ); document.write( "the result exceeds the original number
\n" ); document.write( "
\r\n" );
document.write( "That means 10u+t = 10t+u PLUS something\r\n" );
document.write( "

\n" ); document.write( "by
\n" ); document.write( "
\r\n" );
document.write( "Now we're about hear what we are supposed to PLUS onto that\r\n" );
document.write( "

\n" ); document.write( "2 more than the sum of the digits.
\n" ); document.write( "
\r\n" );
document.write( "Well, the sum of the digits is t+u, and 2 more\r\n" );
document.write( "than that is t+u+2.\r\n" );
document.write( "
\r\n" );
document.write( "So we have that 10u+t = 10t+u PLUS t+u+2\r\n" );
document.write( "\r\n" );
document.write( "or\r\n" );
document.write( "\r\n" );
document.write( "10u+t = 10t+u + t+u+2\r\n" );
document.write( "\r\n" );
document.write( "simplify:\r\n" );
document.write( "\r\n" );
document.write( "10u+t = 11t+2u+2\r\n" );
document.write( "\r\n" );
document.write( "   8u = 10t+2\r\n" );
document.write( "\r\n" );
document.write( "Divide through by 2\r\n" );
document.write( "\r\n" );
document.write( "   4u = 5t+1\r\n" );
document.write( "\r\n" );
document.write( "

\n" ); document.write( "The digits differ by 2.
\n" ); document.write( "
\r\n" );
document.write( "Oh oh! That doesn't tell us which way to subtract them.\r\n" );
document.write( "\r\n" );
document.write( "It could be t-u = 2 or u-t = 2\r\n" );
document.write( "\r\n" );
document.write( "So we have two possible systems of equations:\r\n" );
document.write( "\r\n" );
document.write( "\"system%284u=5t%2B1%2Ct-u=2%29\"or\"system%284u=5t%2B1%2Cu-t=2%29\"\r\n" );
document.write( "\r\n" );
document.write( "Solve each one by substitution.\r\n" );
document.write( "\r\n" );
document.write( "One of them comes out t = -9 and u = -11\r\n" );
document.write( "\r\n" );
document.write( "But that's impossible.  The other one is t=7, u=9\r\n" );
document.write( "\r\n" );
document.write( "So the number must be 79\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\r
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "
\n" );