document.write( "Question 1102099: Solve the system of equation by the addition method \r
\n" );
document.write( "\n" );
document.write( "3x—3y=-12
\n" );
document.write( "5x+2y=-6 \n" );
document.write( "
Algebra.Com's Answer #716737 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 3x—3y=-12 \n" ); document.write( "5x+2y=-6 \n" ); document.write( "multiply top by 2 and bottom by 3, and y will be eliminated \n" ); document.write( "6x-6y=-24 \n" ); document.write( "15x+6y=-18 \n" ); document.write( "21x=-42 \n" ); document.write( "x=-2 \n" ); document.write( "substitute into first to get -6-3y=-12, -3y=-6, y=2 \n" ); document.write( "-10+4=-6, check in second equation \n" ); document.write( "(-2, 2) \n" ); document.write( " |