SOLUTION: Write the equation of a circle with a center at (-7, -7) and a radius of 7.

Algebra ->  Linear-equations -> SOLUTION: Write the equation of a circle with a center at (-7, -7) and a radius of 7.      Log On


   



Question 1143719: Write the equation of a circle with a center at (-7, -7) and a radius of 7.
Found 2 solutions by greenestamps, tommyt3rd:
Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


The distance from a fixed point (h,k) and variable point (x,y) is given by the distance formula (AKA the Pythagorean Theorem)

d+=+sqrt%28%28x-h%29%5E2%2B%28y-k%29%5E2%29

A circle is the set of all points (x,y) whose distance from a fixed point (h,k) is a constant, called the radius of the circle. So the distance from the center of a circle to any point on the circle -- the radius of the circle -- is given by

r+=+sqrt%28%28x-h%29%5E2%2B%28y-k%29%5E2%29

Square both sides to get the equation of the circle in its usual form:

%28x-h%29%5E2%2B%28y-k%29%5E2+=+r%5E2

Now just plug in the given numbers: center (h,k) = (-7,-7); radius r=7.

Answer by tommyt3rd(5050) About Me  (Show Source):
You can put this solution on YOUR website!
by definition (x-h)^2 + (y-k)^2 = r^2 we can write:
(x+7)^2 + (y+8)^2 = 49
cheers :)