
Rachel V. answered 10/30/20
B.S in Biology
Hi Artemis!
Let's say (2,4) is point 1 and (8,16) is point 2.
Since ordered pairs are listed as (x, y)
x1 is just the x value of point 1, y1 is the y value of point 1, etc.
x1 = 2
y1 = 4
x2 = 8
y2 = 16
The slope formula for two ordered pairs is (y2 - y1)/(x2 - x1)
If we plug in the above values, we get (16 - 4)/(8 - 2) = (12/6) = 2. So 2 is our slope
If we plug it into point slope form, we get y - 4 = 2(x - 2)
Lastly, solve the point slope form equation to make it look like slope intercept form:
y - 4 = 2(x-2)
y - 4 = 2x - 4
y = 2x - 4 + 4
y = 2x + 0 or just y = 2x