10.1k views
3 votes
Find the equation (in terms of x) of the line through the points (-2,-1) and (1,-4)

User Audiomason
by
5.2k points

1 Answer

2 votes
First we find the slope.

Slope or m =
(Y2 - Y1)/(X2 - X1)
where X1 is the x-coordinate of the first ordered pair and Y1 is the y-coordinate of the first ordered pair. Same applies to X2 and Y2 for the second ordered pair.

m =
(- 4 - (-1))/(1 - (- 2))
m =
(- 4 + 1)/(1 + 2)
m =
(- 3)/(3)
m = - 1

Your equation starts as y = - 1x + b or just y = - x + b

Now we plug either ordered pair into the equation and solve for b to get our complete linear function.

- 4 = - (1) + b
- 4 = - 1 + b
- 4 + 1 = b
- 3 = b

Your equation is:

y = - x - 3
User Ryall
by
5.9k points