document.write( "Question 72336: Solve the following 2 x 2 systems using substitutions
\n" );
document.write( "2x + 7y =9
\n" );
document.write( "9x + 4y =13 \n" );
document.write( "
Algebra.Com's Answer #51694 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! 2X+7Y=9, 2X=-7Y+9, X=-7Y/2+9/2, X=-3.5Y+4.5 NOW SUBSTITUTE IN THE OTHER EQUATION \n" ); document.write( "9(-3.5Y+4.5)+4Y=13 \n" ); document.write( "-31.5Y+40.5+4Y=13 \n" ); document.write( "-27.5Y=13-40.5 \n" ); document.write( "-27.5Y=-27.5 \n" ); document.write( "Y=-27.5/-27.5 \n" ); document.write( "Y=1 ANSWER. NOW SOLVE FOR X \n" ); document.write( "2X+7*1=9 \n" ); document.write( "2X=9-7 \n" ); document.write( "2X=2 \n" ); document.write( "X=2/2 \n" ); document.write( "X=1 ANSWER. \n" ); document.write( "------------------------------------------------------------------- \n" ); document.write( "THIS IS THE METHOD. NOW GIVE IT A SHOT ON YOUR OWN FOR THE REST. \n" ); document.write( " |