

InterviewSolution
Saved Bookmarks
1. |
Find the equation of a line which is equidistant from the lines x=-2 and x=6. |
Answer» Correct Answer - x=2 Midpoint of `A(-2,0) and B(6,0) is M((-2+6)/(2),0)` i.e. M(2,0), So, the required line is x=2. |
|