document.write( "Question 325289: 2.how can i solve this system of equation by substitution -7x-2y=-13,x-2y=11?
\n" );
document.write( "pls help me.. \n" );
document.write( "
Algebra.Com's Answer #232945 by tinbar(133)![]() ![]() ![]() You can put this solution on YOUR website! from the second statement u can isolate x to get x=11+2y. we will use the right side of this equation to sub into the first equation's x variable.\r \n" ); document.write( "\n" ); document.write( "-7(11+2y)-2y=-13 \n" ); document.write( "-77-14y-2y = -13 \n" ); document.write( "-16y=64 \n" ); document.write( "y=-4\r \n" ); document.write( "\n" ); document.write( "use this value into either equation 1 or 2 to get x. using equation 2 will be easier so since we already know x=11+2y, x=11+2(-4), x=11-8, x=3\r \n" ); document.write( "\n" ); document.write( "check: \n" ); document.write( "-7(3)-2(-4)=-21+8 = -13, as expected \n" ); document.write( "and 3-2(-4)=3+8=11, as expected\r \n" ); document.write( "\n" ); document.write( "therefore x=3, y=-4 \n" ); document.write( " |