

InterviewSolution
Saved Bookmarks
1. |
The line segment joining A(-2, 9) and B(6, 3) is a diameter of a circle with centre C. Find the coordinates of C. |
Answer» The line segment joining the points A(-2, 9) and B(6, 3) is a diameter of a circle with centre C. Which means C is the midpoint of AB. let (x, y) be the coordinates of C, then x = (-2 + 6)/2 = 2 and y = (9+3)/2 = 6 So, coordinates of C are (2, 6). |
|