

InterviewSolution
Saved Bookmarks
1. |
The co-ordinate of mid point joining the line segment of points (6, 8) and (2, 4) will be(A) (4, 6)(B) (6, 4)(C) (2, 2)(D) (1, 0) |
Answer» Answer is (A) (4, 6) Let co-ordinate of mid point of (6, 8) and (2, 4) is (x, y), then : x = (6 + 2)/2 = 8/2 = 4 And y = (8 + 4)/2 = 12/2 = 6 Hence, co-ordinate of mid point = (4, 6) |
|