document.write( "Question 1121078: The sum of the digits of a two digits number is 11.if the digits are interchanged. The number they form decreases by 9.find the number \n" ); document.write( "
Algebra.Com's Answer #736833 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "You might want to play around with this a bit to see that it works, since problems like this involving reversing the digits of a 2-digit numbers are common.

\n" ); document.write( "You might even want to look at an algebraic proof that the method works....

\n" ); document.write( "When the digits of a 2-digit number are reversed, the difference between the original number and the new number is 9 times the difference between the two digits.

\n" ); document.write( "In this problem, the sum of the digits is 11; and when the digits are reversed the value of the number decreases by 9. Since 9 is 9*1, the difference between the two digits is 1.

\n" ); document.write( "So the two digits have to be 5 and 6; then, since the number decreases when the digits are reversed, the original number was 65.
\n" ); document.write( "
\n" );