SOLUTION: How do u solve systems of equations by elimination. Help its for my mid-term review sheet.

Algebra ->  Coordinate Systems and Linear Equations -> SOLUTION: How do u solve systems of equations by elimination. Help its for my mid-term review sheet.      Log On


   



Question 3372: How do u solve systems of equations by elimination. Help its for my mid-term review sheet.
Answer by drglass(89) About Me  (Show Source):
You can put this solution on YOUR website!
Say you have two equations:


  1. ax + by = c

  2. dx + ey = f


The objective of elimination is to eliminate one of the variables in either equation by adjusting the other equation and adding them. In the example above, we might multiply the top equation by (-d/a) to get:


  1. -(d/a)*ax + -(d/a)*by = -(d/a)*c

  2. dx + ey = f



  1. -dx + -dby/a = -dc/a

  2. dx + ey = f


When I add eqation 1 to equation 2, I eliminate x from equation 2:

-dx + -dby/a + dx + ey= -dc/a + f
-dby/a + ey = -dc/a + f or (-db/a + e)y = -dc/a + f

Once you have solved for y, you can use that solution to solve for x.

Consider a real example:


  1. 3x + y = 11

  2. 2x - 2y = 10


When I look at this equation, the first thing I consider is eliminating y in the first equation, it looks like the easiest thing to do. So I multiply the first equation by 2:


  1. 6x + 2y = 22

  2. 2x - 2y = 10


Then I add equation 1 and 2:

6x + 2y + 2x = 2y = 22 + 10

which reduces to 8x = 32 or x+=+4

Now that I have this result, I substitute x into equation 1 and I get:

2%2A4+-+2y+=+10
which reduces to:

8+-+2y+=+10

adding 8 to both sides leaves me with:

-2y+=+2

dividing both side by -2 I get y+=+-1


Of course you should check your answer:


  1. 3*4 - 1 = 11

  2. 2*4 - 2*(-1) = 10