document.write( "Question 311226: The sum of a two-digit number is 6. If the digits are reversed, the new number is 18 less than the original number. Find the original number. \n" ); document.write( "
Algebra.Com's Answer #222572 by nyc_function(2741)\"\" \"About 
You can put this solution on YOUR website!
Let a = original number\r
\n" ); document.write( "\n" ); document.write( "Let b = the other digit\r
\n" ); document.write( "\n" ); document.write( "a + b = 6\r
\n" ); document.write( "\n" ); document.write( "b + a = a - 18\r
\n" ); document.write( "\n" ); document.write( "You have two equations in two unknowns.\r
\n" ); document.write( "\n" ); document.write( "Can you continue?\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );