To determine which of the given points has a distance of 10 from the point (-1, 2), we can use the distance formula. The distance between two points \((x_1, y_1)\) and \((x_2, y_2)\) is given by:
\[ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \]
In our case, \((x_1, y_1) = (-1, 2)\) and we want to check each of the provided points.
-
Point A: (-1, 2) \[ d = \sqrt{((-1) - (-1))^2 + (2 - 2)^2} = \sqrt{0^2 + 0^2} = \sqrt{0} = 0 \quad \text{(not at distance 10)} \]
-
Point B: (-1, 10) \[ d = \sqrt{((-1) - (-1))^2 + (10 - 2)^2} = \sqrt{0^2 + 8^2} = \sqrt{64} = 8 \quad \text{(not at distance 10)} \]
-
Point C: (-1, -12) \[ d = \sqrt{((-1) - (-1))^2 + (-12 - 2)^2} = \sqrt{0^2 + (-14)^2} = \sqrt{196} = 14 \quad \text{(not at distance 10)} \]
-
Point D: (10, 2) \[ d = \sqrt{(10 - (-1))^2 + (2 - 2)^2} = \sqrt{(11)^2 + 0^2} = \sqrt{121} = 11 \quad \text{(not at distance 10)} \]
None of the options A, B, C, or D is at a distance of 10 from the point (-1, 2). Please check if there are other points you would like to evaluate.