document.write( "Question 716277: I need a brief explanation on how to solve system of linear equations using addition/elimination, I understand the other 2 but do not get this one please help!\r
\n" );
document.write( "\n" );
document.write( "3x+2y=-13
\n" );
document.write( "5x-1y=-13 \n" );
document.write( "
Algebra.Com's Answer #439820 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 3x + 2y = -13 \n" ); document.write( "5x - 1y = -13 \n" ); document.write( "We want to multiply one or both of the equations so that when we add them, one of the variables is eliminated \n" ); document.write( ": \n" ); document.write( "In this problem we just have to multiply the 2nd equation by 2, and add to the 1st \n" ); document.write( " 3x + 2y = -13 \n" ); document.write( "10x - 2y = -26 \n" ); document.write( "-------------------Adding eliminates y, find x \n" ); document.write( "13x + 0 = -39 \n" ); document.write( "x = -39/13 \n" ); document.write( "x = -3 \n" ); document.write( ": \n" ); document.write( "Find y using the 1st equation, replace x with -3 \n" ); document.write( "3(-3) + 2y = -13 \n" ); document.write( "-9 + 2y = -13 \n" ); document.write( "2y = -13 + 9 \n" ); document.write( "2y = -4 \n" ); document.write( "y = -4/2 \n" ); document.write( "y = -2 \n" ); document.write( ": \n" ); document.write( "; \n" ); document.write( "Check the solutions in the original 2nd equation \n" ); document.write( "5x - 1y = -13 \n" ); document.write( "replace x with -3; replace y with -2 \n" ); document.write( "5(-3) - 1(-2) = -13 \n" ); document.write( "-15 + 2 = -13; confirms our solution of x=-3, y=-2 \n" ); document.write( " |