document.write( "Question 370396: I must solve the equation using the add/subtract method\r
\n" );
document.write( "\n" );
document.write( "3x+9y=9
\n" );
document.write( "-x+5y=-3 \n" );
document.write( "
Algebra.Com's Answer #264021 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I must solve the equation using the add/subtract method \n" ); document.write( "3x+9y=9 \n" ); document.write( "-x+5y=-3 \n" ); document.write( "------ \n" ); document.write( "Multiply thru the lower equation by 3: \n" ); document.write( "3x+9y = 9 \n" ); document.write( "-3x+15y = -9 \n" ); document.write( "----- \n" ); document.write( "Add the two equations and solve for \"y\": \n" ); document.write( "25y = 0 \n" ); document.write( "y = 0 \n" ); document.write( "---- \n" ); document.write( "Substitute into -x+5y = -3 and solve for \"x\": \n" ); document.write( "-x+0 = -3 \n" ); document.write( "x = 3 \n" ); document.write( "------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |