SOLUTION: Solve the system by graphing. x-2y=8 x+y=-1

Algebra ->  Expressions-with-variables -> SOLUTION: Solve the system by graphing. x-2y=8 x+y=-1      Log On


   



Question 76477: Solve the system by graphing.
x-2y=8
x+y=-1

Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!

Solve the system by graphing.
x - 2y = 8
x + y = -1

Let's graph the first one by finding a couple of points:

Arbitrarily pick a letter, say y, and arbitrarily pick a
number to substitute for it, say, -1. So

   x - 2y = 8 becomes
x - 2(-1) = 8
    x + 2 = 8
        x = 6

So we have the point (x,y) = (6,-1)
 
Now arbitrarily pick a letter, say x, and arbitrarily pick
another number to substitute for it, say, 4. So

   x - 2y = 8 becomes
   4 - 2y = 8
      -2y = 4
        y = -2

So we have the point (x,y) = (4,-2)

Now we can graph the first line by plotting those two points 
and drawing a line through them:

graph%28350%2C350%2C-10%2C10%2C-10%2C10%2C%28x-8%29%2F2%29

Now let's graph the second one by finding a couple of points:

Arbitrarily pick a letter, say x, and arbitrarily pick a
number to substitute for it, say, 0. So

   x + y = -1 becomes
   0 + y = -1
       y = -1

So we have the point (x,y) = (0,-1)
 
Now arbitrarily pick a letter, say x, and arbitrarily pick
another number to substitute for it, say, 4. So

   x + y = -1 becomes
   4 + y = -1
       y = -5
      
So we have the point (x,y) = (4,-5)

Now we can graph the second line by plotting those two points 
and drawing a line through them:

graph%28350%2C350%2C-10%2C10%2C-10%2C10%2C%28x-8%29%2F2%2C+-1-x%29

The object is to find the coordinates of the point where they
cross.  Let's draw both a horizontal line and a vertical line
through the point where they cross:

graph%28350%2C350%2C-10%2C10%2C-10%2C10%2C%28x-8%29%2F2%2C+-1-x%2C+-3%2C999%28x-2%29%29 

Notice that the vertical line cuts the x-axis at 2 and that the
horizontal line cuts the y-axis at -3.

So the solution is (x,y) = (2,-3)

Now let's check to see if we are correct by substituting 2 for
x and -3 for y in both equations:

Substituting in the first:

   x - 2y = 8
2 - 2(-3) = 8
    2 + 6 = 8
        8 = 8

That checks.

Substituting in the second:

    x + y = -1
 2 + (-3) = -1
    2 - 3 = -1
       -1 = -1
       
That checks.  So we know the solution is

(x,y) = (2,-3) or x = 2 and y = -3

Edwin