document.write( "Question 471108: the sum of two numbers is 85. If one exceeds the other by 10, find the numbers \n" ); document.write( "
Algebra.Com's Answer #323148 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! x + y = 85 \n" ); document.write( "x - y = 10 \n" ); document.write( "------------ Add \n" ); document.write( "2x = 95 \n" ); document.write( "x = 47.5 \n" ); document.write( "y = 37.5 \n" ); document.write( " \n" ); document.write( " |