What is the equation of the line passing through (180,3),(2,68)?

1 Answer
Jul 13, 2016

The line is y=65178x+611789

Explanation:

The equation for a line takes the form:
y=mx+b

Where m is the slope, and b is the y-intercept. All lines (except vertical lines) are described by equations in this form.

To calculate slope, we use the tried-and-true "rise over run" relationship:
m=riserun=y2y1x2x1

So for our line we have:
m=3681802=65178

You'll note here that the order of the x and y didn't matter. If we reversed it we'd end up with:
m=6832180=65178

So since we know the slope, all we need to do is plug in the known (x,y) pair from one of our given points and compute b:
y=65178x+b
68=651782+b
68=130178+b
b=611789

Combining all our results gives us our line:
y=65178x+611789

You can test that this result is correct by plugging in x=180 and observing that the result is y=3.