For each observation \((x_i, y_i)\), the distance to a centroid \((x_c, y_c)\) is given by:
\[ \text{Distance} = \sqrt{(x_i - x_c)^2 + (y_i - y_c)^2} \]
**Distances to C1 \((5.00, 9.00)\):**
- Obs. 1: \(\sqrt{(4.00 - 5.00)^2 + (2.00 - 9.00)^2} = \sqrt{1 + 49} =
Show more…