document.write( "Question 821848: The sum of the digits of a certain two digits number is 6. If the original number is subtracted from the number formed by interchanging the digits, the results is 36. Find the original number. Please use U for units digit and T for tens digit \n" ); document.write( "
Algebra.Com's Answer #495542 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! u+t=6, \n" ); document.write( "(10u+t)-(10t+u)=36 \n" ); document.write( "9u-9t=36 \n" ); document.write( "u-t=4 \n" ); document.write( "2u=10 \n" ); document.write( "u=5 \n" ); document.write( "t = 1, u = 5 \n" ); document.write( " \n" ); document.write( " |