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