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