InterviewSolution
Saved Bookmarks
| 1. |
Two parallel lines lying in the same quadrant make intercepts a and b on x,y axes respectively between them then the distance between the lines is |
|
Answer» `(AB)/(SQRT(a^2+b^2))` |
|