To determine whether point \( B(8, -2) \) lies inside the circle centered at \( C(4, -2) \) that passes through point \( A(1, 3) \), we need to follow these steps:
-
Calculate the radius of the circle: The radius of the circle is the distance from the center \( C \) to point \( A \). We can use the distance formula: \[ C A = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \] where \( C(4, -2) \) and \( A(1, 3) \).
Substituting the coordinates: \[ C A = \sqrt{(1 - 4)^2 + (3 - (-2))^2} = \sqrt{(-3)^2 + (5)^2} = \sqrt{9 + 25} = \sqrt{34} \]
Therefore, the radius of the circle is \( r = \sqrt{34} \).
-
Calculate the distance from the center \( C \) to point \( B \): Using the distance formula again: \[ C B = \sqrt{(8 - 4)^2 + (-2 - (-2))^2} = \sqrt{(4)^2 + (0)^2} = \sqrt{16} = 4 \]
-
Determine the position of point \( B \) relative to the circle: We know:
- The radius of the circle \( r = \sqrt{34} \approx 5.83 \).
- The distance from \( C \) to \( B \) is \( 4 \).
Since \( C B = 4 < \sqrt{34} \), point \( B \) lies inside the circle.
Thus, the correct response would be: Point B lies inside the circle since \( C A = \sqrt{34} \) and \( C B = 4 \).