document.write( "Question 24895: Hi,
\n" );
document.write( "What are the steps to solve a system of linear equation by using the elimination method? I only know how to use the substitution method.
\n" );
document.write( "Ex. This one is an example from the text book but I can't really understand.
\n" );
document.write( "Please help,\r
\n" );
document.write( "\n" );
document.write( " 3x - 4y = 1
\n" );
document.write( " 2x + 3y = 12 \n" );
document.write( "
Algebra.Com's Answer #13392 by elima(1433)![]() ![]() ![]() You can put this solution on YOUR website! Solving an equation by Elimination means you want to eliminate one of the variables and solve the equation for the other; \n" ); document.write( "3x-4y=1 \n" ); document.write( "2x+3y=12 \n" ); document.write( "Let's elinate the y;so we need to make -4y and 3y exact opposites of each other; \n" ); document.write( "so we wil multiply the first equation by 3; \n" ); document.write( "(3)3x-4y=1 \n" ); document.write( "9x-12y=3 eq(3) \n" ); document.write( "And then muliply the second equation by 4; \n" ); document.write( "(4)2x+3y=12 \n" ); document.write( "8x+12y=48(4) \n" ); document.write( "Now wehave two new equations and we add those together; \n" ); document.write( "9x-12y=3 \n" ); document.write( "8x+12y=48 \n" ); document.write( "---------- \n" ); document.write( "17x =51 \n" ); document.write( "When you add those together the y is eliminated and now solve the equation for x; \n" ); document.write( "17x=51 \n" ); document.write( "x=3 \n" ); document.write( "Now we have an answer for x, so we plug that into oneof the original equations and solve for y; \n" ); document.write( "3(3)-4y=1 \n" ); document.write( "9-4y=1 \n" ); document.write( "-4y=1-9 \n" ); document.write( "-4y=-8 \n" ); document.write( "y= \n" ); document.write( "y=2 \n" ); document.write( "Hope you understand \n" ); document.write( "=) \n" ); document.write( " \n" ); document.write( " |