document.write( "Question 260211: The sum of the digits of a two-digit number is 14. If the digits are reversed, the number is 18 less than the original number. Find the original number. \n" ); document.write( "
Algebra.Com's Answer #191710 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Swapping digits in a 2 digit number always gives a difference between the 2 numbers of 9 x the difference between the digits.
\n" ); document.write( "18/9 = 2
\n" ); document.write( "So find 2 numbers whose difference is 2, and whose sum is 14.
\n" ); document.write( "x+y = 14
\n" ); document.write( "x-y = 2
\n" ); document.write( "2x = 16
\n" ); document.write( "x = 8
\n" ); document.write( "y = 6
\n" ); document.write( "--> 86 and 68
\n" ); document.write( "---------------
\n" ); document.write( "
\n" ); document.write( "
\n" );