document.write( "Question 916238: The sum of the digit of a two digits number is 11. If the digit are interchanged, the number they form decreases by 9. Find the number \n" ); document.write( "
Algebra.Com's Answer #555974 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! t = u = 11 0r t = \n" ); document.write( "10u + t = 10t + u - 9 \n" ); document.write( "10u + (11-u) = 10(11-u) + u - 9 \n" ); document.write( "|Simplify \n" ); document.write( "18u = 90 \n" ); document.write( " u = 5 and t = 6 \n" ); document.write( "Number 65 \n" ); document.write( ".... \n" ); document.write( "And...checking \n" ); document.write( " 56 = 65 - 9 \n" ); document.write( " |