document.write( "Question 1076522: Solve the system of linear equations by elimination. Check your solution.
\n" );
document.write( "-2x - 5y = -8
\n" );
document.write( "-2x + y = 16 \n" );
document.write( "
Algebra.Com's Answer #691140 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! -2x - 5y = -8 \n" ); document.write( "-2x + y = 16 \n" ); document.write( "2x-y=-16 \n" ); document.write( "-6y=-24 \n" ); document.write( "y=4 \n" ); document.write( "2x=-12 \n" ); document.write( "x=-6 \n" ); document.write( "check in first equation \n" ); document.write( "12-20=-8 \n" ); document.write( " |