document.write( "Question 71411: x+y=12
\n" );
document.write( "x-y=4
\n" );
document.write( "slove using elimination \n" );
document.write( "
Algebra.Com's Answer #51084 by 303795(602)![]() ![]() ![]() You can put this solution on YOUR website! If you add the first equation to the second one you will eliminate the y. \n" ); document.write( "x + y + x - y = 12 + 4 \n" ); document.write( "2x = 16 \n" ); document.write( "so x = 8 \n" ); document.write( "Substitute x = 8 back into your original first equation \n" ); document.write( "x + y = 12 \n" ); document.write( "so 8 + y = 12 \n" ); document.write( "y = 4 \n" ); document.write( "Check that x = 8, y = 4 works in the second equation \n" ); document.write( "8 - 4 = 4 \n" ); document.write( "Correct \n" ); document.write( " |