document.write( "Question 478339: I'm having alot of trouble understanding the process of solving a system of equations by subsitution vs elimination. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Solve the system of equations by substitution.
\n" );
document.write( "2x + y = 9
\n" );
document.write( "x − 4y = 9\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "and \r
\n" );
document.write( "\n" );
document.write( "Solve the system of equations by elimination.
\n" );
document.write( "49x − 27y + 47 = 0
\n" );
document.write( "14x − 45y + 30 = 0\r
\n" );
document.write( "\n" );
document.write( "? I would so appreciate a detailed explanation of both processes. \n" );
document.write( "
Algebra.Com's Answer #327758 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Solve the system of equations by substitution. \n" ); document.write( "2x + y = 9 \n" ); document.write( "x − 4y = 9 \n" ); document.write( "----- \n" ); document.write( "Solve the 2nd equation for \"x\": \n" ); document.write( "x = 4y+9 \n" ); document.write( "--- \n" ); document.write( "Substitute for \"x\" in the 1st equation \n" ); document.write( "and solve for \"y\": \n" ); document.write( "2(4y+9) + y = 9 \n" ); document.write( "8y+18+y = 9 \n" ); document.write( "9y = -9 \n" ); document.write( "y = -1 \n" ); document.write( "---- \n" ); document.write( "Now, solve for \"x\": \n" ); document.write( "x = 4y+9 \n" ); document.write( "x = 4*-1+9 \n" ); document.write( "x = -4+9 \n" ); document.write( "x = 5 \n" ); document.write( "================================ \n" ); document.write( "and \n" ); document.write( "Solve the system of equations by elimination. \n" ); document.write( "49x − 27y + 47 = 0 \n" ); document.write( "14x − 45y + 30 = 0 \n" ); document.write( "---- \n" ); document.write( "Rearrange: \n" ); document.write( "49x - 27y = -47 \n" ); document.write( "14x - 45y = -30 \n" ); document.write( "------------- \n" ); document.write( "You have a choice of eliminating the x terms \n" ); document.write( "or the y terms. \n" ); document.write( "To eliminate the x terms: \n" ); document.write( "Multiply thru 1st equation by 14 \n" ); document.write( "Multiply thru 2nd equation by 49 \n" ); document.write( "------- \n" ); document.write( "14*49x - 14*27y = 14*-47 \n" ); document.write( "49*14x - 49*45y = 49*-30 \n" ); document.write( "------ \n" ); document.write( "Subtract the 2st equation from the 1nd and solve for \"y\": \n" ); document.write( "1827y = 812 \n" ); document.write( "y = 4/9 \n" ); document.write( "-------------- \n" ); document.write( "Solve for \"x\" using any of the equations that relate x and y: \n" ); document.write( "14x − 45y + 30 = 0 \n" ); document.write( "14x - 45(4/9) = -30 \n" ); document.write( "14x - 20 = -30 \n" ); document.write( "14x = -10 \n" ); document.write( "x = -5/7 \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |