document.write( "Question 30591: Solve the system of equations using the addition (elimination) method.
\n" );
document.write( "3x – 11y = 9
\n" );
document.write( "-9x + 33y = 18\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #17276 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! We need to eliminate terms by multiplying, then adding...\r \n" ); document.write( "\n" ); document.write( "(3x – 11y = 9)3 \n" ); document.write( "9x - 33y = 27 \n" ); document.write( "-9x + 33y = 18 \n" ); document.write( "0 = 45\r \n" ); document.write( "\n" ); document.write( "There are no solutions because 0 does not equal 45! \n" ); document.write( " |