Question: What is the distance from the point (1, 2) to the line 3x + 4y - 12 = 0?
Options:
Correct Answer: 3
Solution:
Distance = |Ax1 + By1 + C| / √(A² + B²) = |3(1) + 4(2) - 12| / √(3² + 4²) = |3 + 8 - 12| / 5 = | -1 | / 5 = 1/5.