document.write( "Question 274441: I have a test on this tomarrow. I am having a very hard time understanding the questions and how to do them. I have to solve the linear system by using elimination. The problem is
\n" );
document.write( "3x=y-20
\n" );
document.write( "-7x-y=40\r
\n" );
document.write( "\n" );
document.write( "how do I do this kind of problem? \n" );
document.write( "
Algebra.Com's Answer #200278 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! solve the linear system by using elimination. The problem is \n" ); document.write( "3x=y-20 \n" ); document.write( "-7x-y=40 \n" ); document.write( "------------------------- \n" ); document.write( "Rearrange the equations: \n" ); document.write( "3x - y = -20 \n" ); document.write( "-7x -y = 40 \n" ); document.write( "------------------------ \n" ); document.write( "Subtract the 2nd equation from the 1st and solve for \"x\": \n" ); document.write( "4x = -60 \n" ); document.write( "x = -15 \n" ); document.write( "----- \n" ); document.write( "Substitute into 3x-y = -20 and solve for \"y\": \n" ); document.write( "3(-15) - y = -20 \n" ); document.write( "-45 -y = -20 \n" ); document.write( "y = -45+20 \n" ); document.write( "y = -25 \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |