document.write( "Question 661567: how do you solve this.. x+2y=5 solve each system of equation
\n" );
document.write( " x-y=-1 \n" );
document.write( "
Algebra.Com's Answer #411677 by ReadingBoosters(3246)![]() ![]() ![]() You can put this solution on YOUR website! x + 2y = 5 \n" ); document.write( "x - y = -1 \n" ); document.write( "Subtract the equations \n" ); document.write( "x - x + 2y - -y = 5 - -1 \n" ); document.write( "3y = 6 \n" ); document.write( "3y/3 = 6/3 \n" ); document.write( "y = 2 \n" ); document.write( "Multiply second eqution by 2 \n" ); document.write( "2(x-y=-1) \n" ); document.write( "2x-2y=-2 \n" ); document.write( "Add to the first equation \n" ); document.write( "x +2x +2y + -2y = 5 + -2 \n" ); document.write( "3x = 3 \n" ); document.write( "3x/3=3/3 \n" ); document.write( "x=1 \n" ); document.write( "Therefore, \n" ); document.write( "x=1, y = 2 \n" ); document.write( "Proof \n" ); document.write( "1 + 2(2) = 5 \n" ); document.write( "1-2=-1 \n" ); document.write( " |