Question: What is the equation of a line with a slope of 2 that passes through the point (1, 3)?
Options:
Correct Answer: y = 2x + 3
Solution:
Using point-slope form: y - y1 = m(x - x1) => y - 3 = 2(x - 1) => y = 2x + 1.