

InterviewSolution
Saved Bookmarks
1. |
The point on the line 4x + 3y = 5, which is equidistant from (1, 2) and (3, 4), is(a) (7,-4) (b) (-10,15)(c) (1/7, 8/7)(d) (0, 5/4) |
Answer» Correct option: (b) (-10,15) Explanation: Let the point (x1, y1) be on the line 4x + 3y = 5. ∴ 4x1 + 3y1 = 5 ...(i) Distance of point (x1, y1) from (1, 2) is (x1 –1)2 + (y1 - 2)2 Distance of point (x1, y1) from (3, 4) is (x1 - 3)3 + (y1 - 4)2 It is given, point (x1, y1) is equidistant from (1, 2) and (3, 4) (x1 –1)2 + (y1 - 2)2 = (x1 - 3)3 + (y1 - 4)2 => x2 + 1 - 2x1 + y2 + 4 - 4y1 = x2 + 9 - 6x1 + y12 + 16 - 8y1 => 4x1 + 4y1 = 20 => x1 + y1 = 5 ...(ii) From Eqs. (i) and (ii), we get y1 =15 and x1 = -10 |
|