document.write( "Question 1047794: Solve system of equation by elimination:
\n" );
document.write( "5b = 20 + 2a
\n" );
document.write( "2a + 4b = 7
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #663318 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 5b = 20 + 2a \n" ); document.write( "2a + 4b = 7 \n" ); document.write( "move the a to the other side with b \n" ); document.write( "-2a+5b=20 \n" ); document.write( "2a+4b=7 \n" ); document.write( "If you add them, the a will disappear. It isn't always this convenient, but here it is. \n" ); document.write( "9b=27 \n" ); document.write( "b=3 \n" ); document.write( "substitute in the first equation and 15=20+2a \n" ); document.write( "a=-2 1/2 \n" ); document.write( "substitute into the second to check. \n" ); document.write( "-5+12=7 \n" ); document.write( "that works \n" ); document.write( "a is -2 1/2 \n" ); document.write( "b is 3 \n" ); document.write( " |