To determine the center and radius of the circle given the equation \( x^2 + y^2 - 20x - 14y + 5 = 0 \), we first need to rewrite it in standard form.
-
Rearranging the equation: \[ x^2 - 20x + y^2 - 14y + 5 = 0 \] \[ x^2 - 20x + y^2 - 14y = -5 \]
-
Completing the square:
-
For \( x^2 - 20x \): \[ x^2 - 20x \rightarrow \left( x - 10 \right)^2 - 100 \]
-
For \( y^2 - 14y \): \[ y^2 - 14y \rightarrow \left( y - 7 \right)^2 - 49 \]
-
-
Substituting back into the equation: \[ \left( x - 10 \right)^2 - 100 + \left( y - 7 \right)^2 - 49 = -5 \] \[ \left( x - 10 \right)^2 + \left( y - 7 \right)^2 - 149 = -5 \] \[ \left( x - 10 \right)^2 + \left( y - 7 \right)^2 = 144 \]
-
Identifying the center and radius: The equation \( \left( x - 10 \right)^2 + \left( y - 7 \right)^2 = 12^2 \) indicates that the center of the circle is \( (10, 7) \) and the radius is \( 12 \).
The correct response is: center=(10,7), radius=12.