To determine which point has a distance of 10 from the point \((-1, 2)\), we will use the distance formula:
\[
d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
\]
In this case, we want the distance \(d\) to be 10, where \((x_1, y_1) = (-1, 2)\). We will check each given point by substituting its coordinates into the distance formula.
-
For the point \((-1, -12)\):
\[
d = \sqrt{((-1) - (-1))^2 + (-12 - 2)^2} = \sqrt{0 + (-14)^2} = \sqrt{196} = 14 \quad (\text{not } 10)
\]
-
For the point \((-11, 2)\):
\[
d = \sqrt{((-11) - (-1))^2 + (2 - 2)^2} = \sqrt{(-10)^2 + 0} = \sqrt{100} = 10 \quad (\text{this is } 10)
\]
-
For the point \((-1, 10)\):
\[
d = \sqrt{((-1) - (-1))^2 + (10 - 2)^2} = \sqrt{0 + (8)^2} = \sqrt{64} = 8 \quad (\text{not } 10)
\]
-
For the point \((10, 2)\):
\[
d = \sqrt{(10 - (-1))^2 + (2 - 2)^2} = \sqrt{(11)^2 + 0} = \sqrt{121} = 11 \quad (\text{not } 10)
\]
Therefore, the only point that has a distance of 10 from \((-1, 2)\) is:
\((-11, 2)\).