
Christopher J. answered 05/13/20
Berkeley Grad Math Tutor (algebra to calculus)
First, since you know the diameter endpoints, you can determine the center of the circle, which is the midpoint between those two points.
midpoint formula ((x1+x2)/2, (y1+y2)/2)
Center of the circle is at (3,5)
So the equation of the circle will have the form (x-3)2+(y-5)2=R2 where R is the radius of the circle.
In order to find the radius, you need to find the distance between the center of the circle and a point on the circle. So let's find the distance between (3,5) and (7,6)
Using the distance formula, you find the radius R as R=√((7-3)2+(6-5)2) you should have enough to finish the problem