Question 176043
Since you know the endpoints of the diameter of the circle, you can find the midpoint of those two points, which would be the center of the circle, and you can find the radius by either halving the distance between the two points, or calculating the distance between one of the points and the center.  Let's start by finding the center: we'll need the midpoint for this.  If you have two points (a,b) and (c,d), the midpoint is
((a+c)/2, (b+d)/2)
So the midpoint between (-4,4) and (-8,2) is
((-4-8)/2, (4+2)/2) = (-6,3)
So the center of the circle is (-6,3).  Now we need to find the radius.  Let's do this by finding the distance between (-4,4) and (-6,3).  Remember, the distance between two points (a,b) and (c,d) is:
{{{sqrt((c-a)^2 + (d-b)^2)}}}
So, the distance between (-4,4) and (-6,3) is
{{{sqrt((-6-(-4))^2 + (3-4)^2)=sqrt(4+1)=sqrt(5)}}}
So the radius of the circle is {{{sqrt(5)}}}
Now that we have the center of the circle and the radius, we can write the equation for the circle, which is
{{{(x-h)^2 + (y-k)^2 = r^2}}} where (h,k) is the center, and r is the radius.  So our circle's equation is
{{{(x+6)^2 + (y-3)^2 = 5}}}