document.write( "Question 97233: Solve the system\r
\n" );
document.write( "\n" );
document.write( "2x + 3y = 4
\n" );
document.write( "x + 4y = 7 \n" );
document.write( "
Algebra.Com's Answer #70776 by edjones(8007)![]() ![]() You can put this solution on YOUR website! 2x + 3y = 4 \n" ); document.write( "x + 4y = 7 \n" ); document.write( "subtract 4y from both sides of the 2nd equation. x=7-4y \n" ); document.write( "rplace x with 7-4y in the 1st equation. 2(7-4y)+3y=4 \n" ); document.write( "14-8y+3y=4 \n" ); document.write( "14-5y=4 \n" ); document.write( "subtract 14 from both sides. -5y=-10 \n" ); document.write( "divide -5 into both sides. y=2 \n" ); document.write( "replace y with 2 in either equation. x+8=7 \n" ); document.write( "subtract 8 from both sides. x=-1 \n" ); document.write( "Ans. x=-1, y=2 \n" ); document.write( "Check: \n" ); document.write( "2*-1+3*2=4 ...-2+6=4 \n" ); document.write( "-1+8=7 \n" ); document.write( "Ed \n" ); document.write( " |