document.write( "Question 859793: The sum of the digits of a two-digit number is 14. 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 #518138 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
a+b=14,
\n" ); document.write( "10a+b-18=10b+a
\n" ); document.write( "a = 8, b = 6
\n" ); document.write( "86 is the original number
\n" ); document.write( "86-68=18
\n" ); document.write( "
\n" ); document.write( "
\n" );