Find the point which is at equidistant from points (0, 1) and (3, 3)?
- (1.5, 2)
- (2, 1.5)
- (3, 1)
- None of these
Explanation
(x, y) is equidistant from (0, 1) and (3, 3).
Distance formula gives 6x + 4y = 17.
Check (1.5, 2): 6(1.5) + 4(2) = 9 + 8 = 17.
So, (1.5, 2) is the point.