document.write( "Question 810119: 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 #487967 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x+y=14, \n" ); document.write( "10y+x=10x+y-18 \n" ); document.write( "x = 8, y = 6 \n" ); document.write( "check \n" ); document.write( "86-68=18 \n" ); document.write( "ok \n" ); document.write( " \n" ); document.write( " |