gettinit
In the coordinate plane, the points F (-2,1), G (1,4),
and H (4,1) lie on a circle with center P. What are the
coordinates of point P ?
(A) (0,0)
(B) (1,1)
(C) (1,2)
(D) (1,-2)
(E) (2.5, (-2.5)
Remember that center of the circle is equidistant from any point ont he circle. This distance is of course the radius of the circle.
The fastest method here is to use the options to see which point is equidistant from F (-2,1), G (1,4) and H (4,1).
Formula for distance between two points is given by \(\sqrt{(x1 - x2)^2 + (y1 - y2)^2}\)
I see that (0, 0) will not be equidistant from the given 3 points.
But distance of (1, 1) from (-2, 1) is \(\sqrt{(-2 - 1)^2 + (1 - 1)^2}\) = 3
Distance of (1, 1) from (1, 4) is \(\sqrt{(1 - 1)^2 + (1 - 4)^2}\) = 3
Distance of (1, 1) from (4, 1) is \(\sqrt{(4 - 1)^2 + (1 - 1)^2}\) = 3
The co-ordinates of the center of the circle, P, must be (1, 1).
(What I actually did was plotted the points on the xy axis and then saw that (1, 1) will be equidistant from all three points because (-2, 1) lies directly 3 steps to its left, (1, 4) lies directly 3 steps above it and (4, 1) lies directly 3 steps to its right.