document.write( "Question 747054: Solve the system of equations by the addition method and check : 4x-3y=11
\n" );
document.write( " 3x-y =7 \n" );
document.write( "
Algebra.Com's Answer #454669 by stanbon(75887) ![]() You can put this solution on YOUR website! Solve the system of equations by the addition method and check : \n" ); document.write( "4x-3y=11 \n" ); document.write( "3x-y =7\r \n" ); document.write( "\n" ); document.write( "----- \n" ); document.write( "Multiply thru the bottom equation by 3: \n" ); document.write( "4x-3y = 11 \n" ); document.write( "9x-3y = 21 \n" ); document.write( "----- \n" ); document.write( "Subtract and solve for \"x\": \n" ); document.write( "5x = 10 \n" ); document.write( "x = 2 \n" ); document.write( "------ \n" ); document.write( "Solve for \"y\": \n" ); document.write( "3x-y = 7 \n" ); document.write( "3*2 - y = 7 \n" ); document.write( "y = 6-7 \n" ); document.write( "y = -1 \n" ); document.write( "============ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |