Saved Bookmarks
| 1. |
Write the coordinates of the midpoint of the line segment joining the points A(x1,y1) and B(x2,y2). |
|
Answer» ong>Answer: [(x1 + X2)/2 , (Y1 + y2)/2] Using SECTION formula... If a point P (lying on AB) divides AB in the ratio m:N then P = [ (m*x2 + n*x1)/ (m+n) , (m*y2 + n*y1)/ (m+n) ] for internal division... Hope it helped you.... |
|