Question: What is the equation of the line passing through the points (2, 3) and (4, 7)?
Options:
Correct Answer: y = 2x + 1
Solution:
Slope m = (y2 - y1) / (x2 - x1) = (7 - 3) / (4 - 2) = 2. Using point-slope form: y - 3 = 2(x - 2) => y = 2x + 1.