David W. answered 07/31/15
Tutor
4.7
(90)
Experienced Prof
First, determine which form of an equation to use for writing your answer. If it is slope-intercept (y = mx + b), then use that with two points. The points are P1: (1,2) and P2: (3,3)
The slope, m, is 'rise' over 'run,' or (y2-y1)/(x2-x1), so plug that into the point-slope form:
y = [(y2 - y1)/(x2 - x1)]x + b
y = [(3-2)/(3-1)]x + b
y = (1/2)x + b
Now, use either point to solve for b. Let's use (1,2):
2 = (1/2)*1 + b
3/2 = b (subtract 1/2 from both sides)
y = (1/2)x + 3/2
Checking (very important):
Is 2 = (1/2)*1 + 3/2 ? Yes, first point is on line.
Is 3 = (1/2)*3 + 3/2 ? Yes, second point is on line.