document.write( "Question 83707: Solve the problem by using a system of equations:
\n" );
document.write( "The sum of 2 numbers is 188 and their difference is 2. Find the numbers. \n" );
document.write( "
Algebra.Com's Answer #60195 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of 2 numbers is 188 and their difference is 2. \n" ); document.write( "x+y=188 \n" ); document.write( "x-y=2 \n" ); document.write( "-------- \n" ); document.write( "Add the equations to get: \n" ); document.write( "2x=190 \n" ); document.write( "x=95 \n" ); document.write( "Substitute to solve for y: \n" ); document.write( "95+y=188 \n" ); document.write( "y= 93 \n" ); document.write( "======== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |