document.write( "Question 494727: the sum of two numbers is 62. their difference is 16. find the numbers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #335764 by Jstrasner(112)![]() ![]() You can put this solution on YOUR website! Hey, \n" ); document.write( "So for this we need to write down what we know and go from there: \n" ); document.write( "x + y = 62 \n" ); document.write( "y = x -16 \n" ); document.write( "Now we simply substitute x - 16 for y in the first equation: \n" ); document.write( "x + x -16 = 62 => 2x - 16 = 62 => 2x = 78 => x = 39 \n" ); document.write( "Now we substitute 39 for x in the second equation: \n" ); document.write( "y = 39 - 16 => y = 23 \n" ); document.write( "So, x = 39, y = 23 \n" ); document.write( "I hope this helps! \n" ); document.write( " |