Subjects geometry

Circle Equation E5B8E0

Step-by-step solutions with LaTeX - clean, fast, and student-friendly.

Use the AI math solver

1. **State the problem:** We need to find the equation of a circle given its center and radius. 2. **Recall the formula:** The standard form of a circle's equation with center $(h, k)$ and radius $r$ is: $$ (x - h)^2 + (y - k)^2 = r^2 $$ 3. **Identify the given values:** The center is $(-6, 5)$, so $h = -6$ and $k = 5$. The radius is $2$, so $r = 2$. 4. **Substitute the values into the formula:** $$ (x - (-6))^2 + (y - 5)^2 = 2^2 $$ which simplifies to $$ (x + 6)^2 + (y - 5)^2 = 4 $$ 5. **Final answer:** The equation of the circle is $$ (x + 6)^2 + (y - 5)^2 = 4 $$ This equation represents all points $(x, y)$ that are exactly 2 units away from the center $(-6, 5)$ on the coordinate plane.