document.write( "Question 347257: I have to solve by the addition method. I know that I am supposed to mutiply both sides by an integer and then solve. I am coming up with the wrong answer
\n" );
document.write( "3x+5y=-11
\n" );
document.write( "x-2y=11\r
\n" );
document.write( "\n" );
document.write( "I keep getting 15 for x \n" );
document.write( "
Algebra.Com's Answer #248308 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 3x+5y=-11 \n" ); document.write( "x-2y=11 \n" ); document.write( "------------ \n" ); document.write( "Multiply thru the 2nd equation by -3: \n" ); document.write( "3x+5y = -11 \n" ); document.write( "-3x+6y = -33 \n" ); document.write( "-------------------- \n" ); document.write( "Add the equations: \n" ); document.write( "11y = -44 \n" ); document.write( "--- \n" ); document.write( "y = -4 \n" ); document.write( "------ \n" ); document.write( "Sustitute for \"y\" in x-2y = 11 and solve for \"x\". \n" ); document.write( "x -2(-4) = 11 \n" ); document.write( "x+8 = 11 \n" ); document.write( "x = 3 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |