document.write( "Question 762080: Use the elimination method to solve the system of equations
\n" );
document.write( " a+9b=22
\n" );
document.write( " a+4b=7\r
\n" );
document.write( "\n" );
document.write( "A. There is one solution is ____(simplify your answer. Typed an ordered pair)
\n" );
document.write( "B. There are infinitely many solutions
\n" );
document.write( "C. There is no solution. \n" );
document.write( "
Algebra.Com's Answer #463692 by tanjo3(60)![]() ![]() ![]() You can put this solution on YOUR website! When you subtract the two equations, you get 5b=15, and then b = 3. \n" ); document.write( "Substituting (b=3) in equation 2, a+12=7, and then a=-5. \n" ); document.write( "Therefore, the solution is (-5,3). \n" ); document.write( " |