document.write( "Question 697758: I need help with solving systems of equations by elimination.
\n" );
document.write( "-6x+6y=6
\n" );
document.write( "-6x+3y=-12
\n" );
document.write( "how do I solve it ? \n" );
document.write( "
Algebra.Com's Answer #430646 by Simnepi(216)![]() ![]() You can put this solution on YOUR website! you have to get rid of one of the unknowns by adding or subtracting the equations. \n" ); document.write( "since the signs of the two equal unknowns are the Same .... Subtract the equations. (If the signs were Different ... aDd the equations) \n" ); document.write( "Subtracting left hand and right hand sides gives \n" ); document.write( "-6x+6y-(-6x+3y) = 6-(-12) removing brackets and simplifying \n" ); document.write( "3y = 18 \n" ); document.write( "y = 6 \n" ); document.write( "substitute this value into either of the equations \n" ); document.write( "-6x+36 = 6 \n" ); document.write( "-6x = -30 \n" ); document.write( "x = 5 \n" ); document.write( " \n" ); document.write( " |