document.write( "Question 693073: The sum of the digits of a two-digit number is 11. if the digits are reversed, the new number is only 9 more than the original number. What was the original number? \n" ); document.write( "
Algebra.Com's Answer #427379 by Stitch(470)![]() ![]() ![]() You can put this solution on YOUR website! First list set of digits that add up to 11: \n" ); document.write( "2+9, 3+8, 4+7, 5+6, 6+5, 7+4, 8+3 & 9+2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If the reversed number is only 9 more than the original number then the digits need to be close together.\r \n" ); document.write( "\n" ); document.write( "For example, 38 and 83 are too far apart.\r \n" ); document.write( "\n" ); document.write( "The answer is 56.\r \n" ); document.write( "\n" ); document.write( "65-56 = 9 \n" ); document.write( " |