Saved Bookmarks
| 1. |
By using graph paper find the coordinates of point which divides the line segment internally |
|
Answer» The coordinates of point of division are X =(k1.x2 +k2.x1)/(k1+k2) And Y =(k1.y2 +k2.y1)/(k1+k2) Step-by-step explanation: We can use the Ratio-Formula to find the co-ordinates of point of division. If a point P divides a line segment AB with A(x1, y1) and B(x2, y2) in a ratio k1: k2, then the co-ordinates of the point of division will be X =(k1.x2 +k2.x1)/(k1+k2) And Y =(k1.y2 +k2.y1)/(k1+k2) |
|