document.write( "Question 715567: elimination method
\n" );
document.write( "a + 9b = 3
\n" );
document.write( "a + 4b = -2
\n" );
document.write( " Please show me the procedures as well as the solution to the problem \n" );
document.write( "
Algebra.Com's Answer #439495 by josgarithmetic(39799) ![]() You can put this solution on YOUR website! Procedure:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Eliminate a to solve for b. \n" ); document.write( "The coefficients for a in both equations are the same. Just subtract one equation from the other equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a + 9b = 3 \n" ); document.write( "-a + -4b = -(-2) \n" ); document.write( "------------------ \n" ); document.write( "0a+5b=5 \n" ); document.write( "b=1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Eliminate b to solve for a \n" ); document.write( "You would want to multiply, in this case, both equations to get the same coefficient on the b terms. \n" ); document.write( "a + 9b = 3 \n" ); document.write( "a + 4b = -2 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use 4 as a factor for the first one, and use 9 as a factor for the second one. \n" ); document.write( "4(a + 9b = 3) \n" ); document.write( "9(a + 4b = -2)\r \n" ); document.write( "\n" ); document.write( "You obtain \n" ); document.write( "4a+36b=12 \n" ); document.write( "9a+36b=-18\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Next, subtract one equation from the other. I will subtract the first from the second. \n" ); document.write( "9a-4a+36b-36b=-18-12 \n" ); document.write( "5a+0=-30 \n" ); document.write( "5a=30 \n" ); document.write( "a=6 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Summary of result: a=6 and b=1 \n" ); document.write( " |