document.write( "Question 436222: Could someone please show me how to solve the system by the elimination method?
\n" ); document.write( "5x + 3y = -11
\n" ); document.write( "7x -2y = 19
\n" ); document.write( "

Algebra.Com's Answer #301806 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
Use one of the equations to express one of the variables in terms of the other.
\n" ); document.write( "In this case, let's solve y in terms of x using the 1st equation:
\n" ); document.write( "5x + 3y = -11
\n" ); document.write( "3y = -5x - 11
\n" ); document.write( "y = -5/3x - 11/3
\n" ); document.write( "Now substitute this value for y into the 2nd equation:
\n" ); document.write( "7x - 2(-5/3x - 11/3) = 19
\n" ); document.write( "7x + 10/3x + 22/3 = 19
\n" ); document.write( "Solve for x:
\n" ); document.write( "31/3x = 35/3 -> x = 35/31
\n" ); document.write( "Substitute this value into the equation for y above:
\n" ); document.write( "y = -5/3(35/31) - 11/3
\n" ); document.write( "This gives y = -175/93 - 341/93 = -516/93 = -172/31
\n" ); document.write( "
\n" );