document.write( "Question 131812: how could i solve this linear equation using a combination method
\n" ); document.write( " 4x-3y=11
\n" ); document.write( " 3x+2y=-13
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #96276 by bucky(2189)\"\" \"About 
You can put this solution on YOUR website!
You are not solving a linear equation ... you are solving a set of linear equations.
\n" ); document.write( "What you are doing is trying to find a single point (x, y) that will satisfy both of the equations.
\n" ); document.write( ".
\n" ); document.write( "There are several ways this can be done:
\n" ); document.write( ".
\n" ); document.write( "You could graph both equations and find the (x, y) point where the two graphs intersect.
\n" ); document.write( ".
\n" ); document.write( "You could solve one equation for one of the variables and substitute that into the other equation
\n" ); document.write( "to eliminate one of the two variables in it. Then solve for the remaining variable.
\n" ); document.write( ".
\n" ); document.write( "You could add or subtract the two equations in such a way as to eliminate one of the variables
\n" ); document.write( "and solve for the remaining variable.
\n" ); document.write( ".
\n" ); document.write( "You were given the set of equations:
\n" ); document.write( ".
\n" ); document.write( "4x-3y=11
\n" ); document.write( "3x+2y=-13
\n" ); document.write( ".
\n" ); document.write( "Let's try combining the two equations by addition or subtraction to eliminate one of the
\n" ); document.write( "variables. The first goal will be for us to get a term in each equation to be the same
\n" ); document.write( "size. Let's try to get the y terms to be the same in both equations. We can do that by
\n" ); document.write( "multiplying the top equation (both sides and all terms) by 2 and the bottom equation
\n" ); document.write( "(both sides and all terms by 3). First multiplying the top equation by 2 converts it
\n" ); document.write( "to:
\n" ); document.write( ".
\n" ); document.write( "8x - 6y = 22
\n" ); document.write( ".
\n" ); document.write( "Next multiplying the bottom equation by 3 converts it to:
\n" ); document.write( ".
\n" ); document.write( "9x + 6y = - 39
\n" ); document.write( ".
\n" ); document.write( "So our set of the two equations is now:
\n" ); document.write( ".
\n" ); document.write( "8x - 6y = 22
\n" ); document.write( "9x + 6y = -39
\n" ); document.write( ".
\n" ); document.write( "Notice now what happens if we add these two equations together in vertical columns.
\n" ); document.write( "The -6y and the +6y will cancel each other out ... we made it that way.
\n" ); document.write( ".
\n" ); document.write( "If we add the two equations in vertical columns, the 8x and the 9x add to 17x, the two
\n" ); document.write( "y terms cancel each other as we already noted, and the 22 and the -39 add to -17. So the
\n" ); document.write( "problem simplifies to:
\n" ); document.write( ".
\n" ); document.write( "8x - 6y = 22
\n" ); document.write( "9x + 6y = -39
\n" ); document.write( "--------------
\n" ); document.write( "17x = -17
\n" ); document.write( ".
\n" ); document.write( "Solve for x by dividing both sides of the \"added\" equation by 17 to get:
\n" ); document.write( ".
\n" ); document.write( "x = -17/17 = -1
\n" ); document.write( ".
\n" ); document.write( "Now we know that the x value of the common solution is -1. We can go back to any of the
\n" ); document.write( "equations and substitute -1 for x and solve for the corresponding value of y. For example,
\n" ); document.write( "let's go back to the original equation:
\n" ); document.write( ".
\n" ); document.write( "4x-3y=11
\n" ); document.write( ".
\n" ); document.write( "If we substitute -1 for x this equation becomes:
\n" ); document.write( ".
\n" ); document.write( "4(-1) - 3y = 11
\n" ); document.write( ".
\n" ); document.write( "Multiply out the 4 times -1 and get -4 ... making the equation:
\n" ); document.write( ".
\n" ); document.write( "-4 - 3y = 11
\n" ); document.write( ".
\n" ); document.write( "Get rid of the -4 on the left side by adding +4 to both sides and the equation reduces to:
\n" ); document.write( ".
\n" ); document.write( "-3y = 15
\n" ); document.write( ".
\n" ); document.write( "Solve for y by dividing both sides by -3 to get:
\n" ); document.write( ".
\n" ); document.write( "y = 15/-3 = -5
\n" ); document.write( ".
\n" ); document.write( "You now have found the x and the corresponding y values that satisfy both equations.
\n" ); document.write( "These values are x = -1 and y = -5.
\n" ); document.write( ".
\n" ); document.write( "This tells you several things. If you graph the two equations their line graphs will cross
\n" ); document.write( "at the point (-1, -5). Also, if you substitute -1 for x and -5 for y into both of the
\n" ); document.write( "original equations, the equations should balance. Let's do that substitution into both
\n" ); document.write( "of the original equations, just to check our answer:
\n" ); document.write( ".
\n" ); document.write( "First original equation:
\n" ); document.write( ".
\n" ); document.write( "4x-3y=11
\n" ); document.write( ".
\n" ); document.write( "Substitute -1 for x and -5 for y and you have:
\n" ); document.write( ".
\n" ); document.write( "4(-1) - 3(-5) = 11 <=== multiply out the left side to get:
\n" ); document.write( ".
\n" ); document.write( "-4 + 15 = 11
\n" ); document.write( ".
\n" ); document.write( "Combining the two terms on the left side results in the equation reducing to 11= 11 and
\n" ); document.write( "since both sides are equal, this checks.
\n" ); document.write( ".
\n" ); document.write( "Now do the same thing for the second of the original two equations:
\n" ); document.write( ".
\n" ); document.write( "3x+2y=-13
\n" ); document.write( ".
\n" ); document.write( "Substitute -1 for x and -5 for y to get:
\n" ); document.write( ".
\n" ); document.write( "3(-1) + 2(-5) = -13 <==== multiply out the left side to get:
\n" ); document.write( ".
\n" ); document.write( "-3 - 10 = -13
\n" ); document.write( ".
\n" ); document.write( "When you combine the two terms on the left side the equation becomes -13 = -13 and since
\n" ); document.write( "both sides are equal this second check also works.
\n" ); document.write( ".
\n" ); document.write( "Therefore, we know the answer x = -1 and y = -5 is the common solution for both equations.
\n" ); document.write( ".
\n" ); document.write( "Hope this helps you to understand one way of doing problems such as these.
\n" ); document.write( ".\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );