document.write( "Question 34061: The sum of the digits of a two-digit number is 9. If the digits are reversed, the new number is 27 less than the original. Find the original number. \n" ); document.write( "
Algebra.Com's Answer #20414 by fanism(39)\"\" \"About 
You can put this solution on YOUR website!
assume the first digit is x and second digit is y
\n" ); document.write( "Since the sum of the digits of a two-digit number is 9, therefore
\n" ); document.write( "x + y = 9 -- eq1
\n" ); document.write( "it says if the digits are reversed, the new number is 27 less than the original.
\n" ); document.write( "since we are looking at the number like xy, to seperate them, it is actually 10x+y for x is a tens digit.
\n" ); document.write( "10y + x = 10x + y + 27
\n" ); document.write( "simplify it, u will get:
\n" ); document.write( "9y = 9x + 27
\n" ); document.write( "y = x + 3 -- eq2
\n" ); document.write( "sub eq2 into eq1, u will have
\n" ); document.write( "x + (x + 3) = 9
\n" ); document.write( "2x + 3 = 9
\n" ); document.write( "2x = 6
\n" ); document.write( "x = 3
\n" ); document.write( "put back into eq1,
\n" ); document.write( "3 + y = 9
\n" ); document.write( "y = 6\r
\n" ); document.write( "\n" ); document.write( "The original number is 36.
\n" ); document.write( "
\n" );