document.write( "Question 543968: I'm extremely confused on how to solve a couple of these problems,
\n" );
document.write( "ex:2x-7y=3
\n" );
document.write( " 5x-4y=-6
\n" );
document.write( "using the elimination method, could you explain a simple way of how to solve? I'm just extremely lost and any help would be greatly appreciated.\r
\n" );
document.write( "\n" );
document.write( "thank you, Lexy. \n" );
document.write( "
Algebra.Com's Answer #355038 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 2x - 7y = 3 \n" ); document.write( "5x - 4y =-6 \n" ); document.write( ": \n" ); document.write( "In the elimination method we multiply one or both equations with values that will \n" ); document.write( "make the coefficient of one of the variables the same but with with different signs \n" ); document.write( ": \n" ); document.write( "In the above system, we can multiply the 1st equation by -5 and the 2nd equation by 2, resulting in: \n" ); document.write( "-10x + 35y = -15 \n" ); document.write( "+10x - 8y = -12 \n" ); document.write( "-----------------adding eliminates x, find y \n" ); document.write( "27y = -27 \n" ); document.write( "y = \n" ); document.write( "y = -1 \n" ); document.write( ": \n" ); document.write( "Use the 1st original equation to find x, replace y with -1 \n" ); document.write( "2x - 7(-1) = 3 \n" ); document.write( "2x + 7 = 3 \n" ); document.write( "2x = 3 - 7 \n" ); document.write( "2x = -4 \n" ); document.write( "x = \n" ); document.write( "x = -2 \n" ); document.write( ": \n" ); document.write( "Use the 2nd equation to check our solutions of x=-2 and y=-1 \n" ); document.write( "5x - 4y =-6 \n" ); document.write( "5(-2) - 4(-1) = -6 \n" ); document.write( "-10 + 4 = -6; confirms our solutions \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Has this helped you find your way in the world of eliminations \n" ); document.write( " |