document.write( "Question 73446This question is from textbook discovering algebra
\n" );
document.write( ": How can we get an answer to Solving systems of equations using elimination, such as the one below\r
\n" );
document.write( "\n" );
document.write( "2x+5y=-1
\n" );
document.write( "x+2y=0 \n" );
document.write( "
Algebra.Com's Answer #52580 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! 2x+5y=-1 \n" ); document.write( "x+ 2y= 0 \n" ); document.write( ". \n" ); document.write( "The method to solve this equation set by elimination is to make a term in one of the equations \n" ); document.write( "equal to a term in the other equation and then subtract the two equations to get rid \n" ); document.write( "of the common term. \n" ); document.write( ". \n" ); document.write( "For this set of equations, the easiest thing to do would be to multiply the bottom equation \n" ); document.write( "by 2 (multiply all terms on both sides). Then both of the equations would contain the \n" ); document.write( "term 2x and if you subtracted the two equations the result would be a single equation \n" ); document.write( "without any terms involving x. This would be solvable. But rather that do it the easy way, \n" ); document.write( "let's try to get rid of the y terms by making them equal in both equations. This requires \n" ); document.write( "you to change both equations, not just one, and is more commonly what you might have to \n" ); document.write( "do. \n" ); document.write( "Again your two equations are: \n" ); document.write( ". \n" ); document.write( "2x+5y=-1 \n" ); document.write( "x+ 2y= 0 \n" ); document.write( ". \n" ); document.write( "To get rid of the y terms suppose we multiply the top equation by 2 (all terms on both \n" ); document.write( "sides). When we do it becomes: \n" ); document.write( ". \n" ); document.write( "4x + 10y = -2 \n" ); document.write( ". \n" ); document.write( "Then suppose we multiply the bottom equation by 5 (same thing: multiply all terms on \n" ); document.write( "both sides). The result is: \n" ); document.write( ". \n" ); document.write( "5x + 10y = 0 \n" ); document.write( ". \n" ); document.write( "So the set of equations we are dealing with has now been transformed to: \n" ); document.write( ". \n" ); document.write( "4x + 10y = -2 \n" ); document.write( "5x + 10y = 0 \n" ); document.write( ". \n" ); document.write( "If we now subtract these two, the terms in the y column will disappear. In the x column \n" ); document.write( "we end up with -x and in the numbers column on the right side we end up with -2. So our \n" ); document.write( "new equation is: \n" ); document.write( ". \n" ); document.write( "-x = -2 \n" ); document.write( ". \n" ); document.write( "and multiplying both sides by -1 gives us x = +2 \n" ); document.write( ". \n" ); document.write( "We can now take that value back to any of the equations, substitute it, and solve for \n" ); document.write( "y. \n" ); document.write( ". \n" ); document.write( "Let's go back to the original bottom equation: \n" ); document.write( ". \n" ); document.write( "x + 2y = 0 \n" ); document.write( ". \n" ); document.write( "Substitute +2 for x to get: \n" ); document.write( ". \n" ); document.write( "+2 + 2y = 0 \n" ); document.write( ". \n" ); document.write( "Subtract 2 from both sides to eliminate the +2 on the left side and the equation becomes: \n" ); document.write( ". \n" ); document.write( "2y = -2 \n" ); document.write( ". \n" ); document.write( "Finally divide both sides by 2 to find that y = -1 \n" ); document.write( ". \n" ); document.write( "So the solution set for this pair of equations is x = 2 and y = -1 or in another way of \n" ); document.write( "looking at it, the graphs of the two equations intersect at the point (2, -1) \n" ); document.write( ". \n" ); document.write( "Hope this gives you a basic insight into solving two linear equations using the method \n" ); document.write( "of elimination. \n" ); document.write( " |