

InterviewSolution
Saved Bookmarks
1. |
Find the distance of the point (4, 2) from the line joining the points (4, 1) and (2,3). |
Answer» Correct Answer - `(sqrt2)/(2)` units Equation of the line joining the points A(4,1) and B(2,3) is `(y-1)/(x-4)=(3-1)/(2-4),i.e. x+y-5=0` |
|