document.write( "Question 442283: The Sum of the digits of a certain two-digit number is 7. Reversing its digits increases the number by 9. What is the number? \n" ); document.write( "
Algebra.Com's Answer #305032 by ilana(307)\"\" \"About 
You can put this solution on YOUR website!
If the digit is ab, then from the first statement you know that a + b = 7.
\n" ); document.write( "For the second statement, remember that ab = 10a + b (like 23 = 10*2 + 3).
\n" ); document.write( "So 10b + a = 10a + b + 9.
\n" ); document.write( "Using the first equation, we know a = 7 - b. Substitute 7 - b for a in the last equation.
\n" ); document.write( "10b + (7 - b) = 10(7 - b) + b + 9
\n" ); document.write( "10b + 7 - b = 70 - 10b + b + 9
\n" ); document.write( "9b + 7 = 79 - 9b
\n" ); document.write( "18b = 72
\n" ); document.write( "b = 4
\n" ); document.write( "a = 7 - 4 = 3
\n" ); document.write( "The number is 34. You can test this number in the given statements to check.
\n" ); document.write( "
\n" );