A line passes through (0, 4) and (3, 10). What is the equation of the line?
- A. y = 2x + 4 (Correct answer)
- B. y = 2x − 4
- C. y = 3x + 4
- D. y = 3x + 1
- E. y = 4x + 2
Find slope: m = (10 − 4)/(3 − 0) = 6/3 = 2
y-intercept from (0, 4): b = 4
Equation: y = 2x + 4
Correct answer: A
Why A is correct
Correct: slope 2, y-intercept 4
Why other options are wrong
B: Correct slope but wrong y-intercept sign
C: Wrong slope: used 10/3 ≈ 3.3
D: Miscalculated both slope and intercept
E: Swapped rise and run in slope calculation
⚠ Trap: Miscalculating slope by using y₁/x₁ instead of (y₂−y₁)/(x₂−x₁)