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