As long as the three points are not all on one straight line, there is exactly one circle that passes through them . Why it’s unique Perpendicular-bisector construction Draw the perpendicular bisector of the segment joining points A and B. Draw the perpendicular bisector of the segment joining points B and C. Because A, B, C are not collinear, those two bisectors intersect at a single point O. O is equidistant from A, B, and C (that’s how perpendicular bisectors work), so OA = OB = OC. Taking O as the center and OA (or OB or OC) as the radius gives a circle that goes through all three points. Uniqueness follows from basic geometry If some other circle also passed through A, B, and C, its center would have to be equidistant from those three points too, so it would lie at the same intersection of the two bisectors – exactly at O. Only one intersection means only one possible center, hence only one circle. Edge cases Collinear points : If A, B, C lie on the...