

InterviewSolution
Saved Bookmarks
1. |
Find the coordinates of the midpoint of the ilne segment joining the points, `A(-2,-5) and B(3,-1)` |
Answer» Let the required point be P(x,y). Then, `x=((-2+3))/(2)=(1)/(2),y=((-5)+(-1))/(2)=-3` Hence, the required point is `((1)/(2),-3)` |
|