document.write( "Question 32012This question is from textbook
\n" ); document.write( ": A number consists of two digits whose sum is five. When the digits are reversed, the number is increased by nine. Find the number. \n" ); document.write( "
Algebra.Com's Answer #18545 by Paul(988)\"\" \"About 
You can put this solution on YOUR website!
Let the ten digit number be x
\n" ); document.write( "
Let the one digit number be y
\n" ); document.write( "x+y=5
\n" ); document.write( "y=5-x (subsitution)
\n" ); document.write( "WHen the digit is reversed:
\n" ); document.write( "10y+x=10x+y+9
\n" ); document.write( "Subsitute for y:
\n" ); document.write( "10(5-x)+x=10x+5-x+9
\n" ); document.write( "50-10x+x=10x+14-x
\n" ); document.write( "50-9x=9x+14
\n" ); document.write( "18x=36
\n" ); document.write( "x=2
\n" ); document.write( "y=5-2
\n" ); document.write( "y=3
\n" ); document.write( "Hence, the 10 digit number is 2 and the one digit number is 3.
\n" ); document.write( "The number is 23.
\n" ); document.write( "Paul. \n" ); document.write( "
\n" );