To find the equation of a circle that has a diameter with endpoints located as (-3,6) and (9,6), the first step is to find the radius. But, before we do that, we have to find the diameter.
Since both of these coordinates have the same y coordinate, that means we just have to subtract the x coordinates to find the diameter. 9 - (-3) is 12, so the diameter is 12.
Now to find the radius. Since the radius is 1/2 of the diameter, the radius here is 12 * 1/2 = 6.
The next step is to find the center of the circle. We can do that by finding what point is at the center of the endpoints we know. We can do this by find the midpoint of that segment, which we can do by using the midpoint formula. We need to take the averages of each of the x and y coordinates. For y, it will be 6 (because the y is the same in both points). Now for the x:
![(-3+9)/(2) = 3](https://img.qammunity.org/2019/formulas/mathematics/high-school/d6gstavwho44asr6m701r92hz7u0hah053.png)
That means that that the center of the circle is (3, 6). Now we can start to make the equation.
The equation of a circle with center (h, k) and radius r is:
(x - h)² + (y - k)² = r²
Now we can substitute our values and get the equation. The equation is:
(x - 3)² + (y - 6)² = 36