
Yuri O. answered 02/03/21
16 years online, 464 former SAT problems drilled down
Given two points: P:(4,5) and Q:(2,1).
Write the equation of the line in standard form.
Solution
Standard form (slope-intercept form)
y = mx + b
m - slope of the line
b - "y" intercept of the line
m = (y2 - y1)/(x2 - x1) = (5 - 1)/(4 - 2) = 2
Using point P:(4, 5):
b = 5 - 2•4 = -3
Therefore,
y = 2x - 3