document.write( "Question 503881: Write an equation of a circle with endpoints of the diameter at (-3, -7) and (14, 22) \n" ); document.write( "
| Algebra.Com's Answer #339686 by lwsshak3(11628)      You can put this solution on YOUR website! Write an equation of a circle with endpoints of the diameter at (-3, -7) and (14, 22) \n" ); document.write( "** \n" ); document.write( "Standard form of equation for circle: (x-h)^2+(y-k)^2=r^2, with (h,k) being the (x,y) coordinates or the center, r=radius \n" ); document.write( "Using midpoint formula to find center of circle: \n" ); document.write( "(x1+x2)/2, (y1+y2)/2 \n" ); document.write( "=(14-3)/2, (22-7)/2 \n" ); document.write( "=11/2,15/2 \n" ); document.write( "center(11/2,15/2) \n" ); document.write( "Use distance formula to find radius of circle (between center and one of given endpoint (-3,-7) \n" ); document.write( "r^2=(x1-x2)^2+(y1-y2)^2 \n" ); document.write( "=(-3-11/2)^2+(-7-15/2)^2 \n" ); document.write( "=72.25+210.25 \n" ); document.write( "=282.5 \n" ); document.write( "Equation of circle: \n" ); document.write( "(x-11/2)^2+(y-15/2)^2=282.5 \n" ); document.write( " |