document.write( "Question 186643: in elmination how would i solve this:x+2y=-9
\n" );
document.write( " 4x+2y=6 \n" );
document.write( "
Algebra.Com's Answer #139895 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! x+2y=-9 \n" ); document.write( "4x+2y=6 \n" ); document.write( ". \n" ); document.write( "Multiply both sides of top equation by -1: \n" ); document.write( "-x-2y=9 \n" ); document.write( "4x+2y=6 \n" ); document.write( ". \n" ); document.write( "Now, add the two equation together: \n" ); document.write( "-x-2y=9 \n" ); document.write( "4x+2y=6 \n" ); document.write( "------- \n" ); document.write( "3x =18 \n" ); document.write( "x = 6 (solution for x) \n" ); document.write( ". \n" ); document.write( "Substitute the above back into the original top equation and solve for y: \n" ); document.write( " x+2y=-9 \n" ); document.write( " 6+2y=-9 \n" ); document.write( " 2y=-15 \n" ); document.write( " y=-15/2 (solution for y) \n" ); document.write( " \n" ); document.write( " |