document.write( "Question 741117: Find the solution set for one of the following systems of equations, try to use the elimination method:\r
\n" );
document.write( "\n" );
document.write( "1) -7y + 2x = 15 and 4y - 2x = -9
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #451852 by only4christ2(12) ![]() You can put this solution on YOUR website! -7y + 2x = 15 \n" ); document.write( "4y - 2x = -9 \n" ); document.write( "_______________ add these as they are and the x's cancel out; you get:\r \n" ); document.write( "\n" ); document.write( "-3y = 6 \n" ); document.write( "y = -2\r \n" ); document.write( "\n" ); document.write( "Substitute this back into either of the equation to find x:\r \n" ); document.write( "\n" ); document.write( "Using the first one:\r \n" ); document.write( "\n" ); document.write( "-7y + 2x = 15 becomes \n" ); document.write( "-7(-2) + 2x = 15 \n" ); document.write( "14 + 2x = 15 \n" ); document.write( "2x = 1 \n" ); document.write( "x = 1/2 \n" ); document.write( " |