Saved Bookmarks
| 1. |
Find the co-ordinates of mid point of line segment joining two points for the following(i) (5,4) and (3,-4) (ii) (6,0) and (0,7) |
|
Answer» mid point of line segment joining points (x1 , y1) and (x2 , y2) isx=(x1+x2)/2y=(y1+y2)/2i)x=(5+3)/2=4y=(4+(-4))/2=0mid point is (4,0)ii)x=(6+0)/2=3y=(0+7)/2=3.5mid point is (3,3.5) |
|