How do I find the equation of a linear function that passes through (1,7) and (2,9)?

1 Answer
Sep 17, 2014

For this type of problem we have 3 distinct steps to follow.

1) Find the slope using the formula m=(y2y1)(x2x1)

2) Find the y-intercept, b, by substituting in the slope , m, from STEP 1 and the x and y values from one of the points given in the slope intercept formula, y=mx+b

3) Substitute the slope, m, and the y-intercept, b, back into the slope intercept formula, y=mx+b.

STEP 1

x1=1
y1=7

x2=2
y2=9

m=(y2y1)(x2x1)=(97)(21)=21=2

STEP 2

y=mx+b

I will use the x and y values from the point (1,7)

7=(2)(1)+b
7=2+b
5=b

STEP 3

y=mx+b

y=2x+5SOLUTION