document.write( "Question 323445: How do I do this?\r
\n" );
document.write( "\n" );
document.write( "Provide an example that uses the elimination method to solve two linear equations.\r
\n" );
document.write( "\n" );
document.write( "I do not understand this at all.......Please help me \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #231459 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Here is a recent problem solved using the elimination method \n" ); document.write( "We multiply one or both equations by a value that will make the coefficient of \n" ); document.write( "one of the variables the same, if the signs are different we can add \n" ); document.write( "If the signs are the same we subtract. \n" ); document.write( ": \n" ); document.write( "+8x + 7y = 12 \n" ); document.write( "-7x - 4y = -2 \n" ); document.write( ": \n" ); document.write( "Multiply the 1st equation by 4, multiply the 2nd equation by 7, results \n" ); document.write( "+32x + 28y = 48 \n" ); document.write( "-49x - 28y = -14 \n" ); document.write( "---------------------addition eliminates y, find x \n" ); document.write( "-17x + 0y = 34 \n" ); document.write( "x = \n" ); document.write( "x = -2 \n" ); document.write( ": \n" ); document.write( "Use the 1st original equation to find y \n" ); document.write( "8(-2) + 7y = 12 \n" ); document.write( "-16 + 7y = 12 \n" ); document.write( "7y = 12 + 16 \n" ); document.write( "7y = 28 \n" ); document.write( "y = \n" ); document.write( "y = 4 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution in the 2nd original equation: \n" ); document.write( "-7(-2) - 4(4) = -2 \n" ); document.write( "14 - 16 = -2 \n" ); document.write( " \n" ); document.write( " |