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)![]() ![]() 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( "\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( " |