document.write( "Question 570149: A diameter is the segment from (-6,-4) to (3,5) ... Find the equation of the circle. \n" ); document.write( "
Algebra.Com's Answer #367942 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A diameter is the segment from (-6,-4) to (3,5) ... Find the equation of the circle. \n" ); document.write( "** \n" ); document.write( "Standard form of equation for a circle: (x-h)^2+(y-k)^2=r^2, (h,k)=(x,y) coordinates of center, r=radius \n" ); document.write( "Finding mid points of x and y coordinates of given line segment end points: \n" ); document.write( "x=(3-6)/2=-3/2=-1.5 \n" ); document.write( "y=(5-4)/2=12=.5 \n" ); document.write( "center of circle: (-1.5,0.5) \n" ); document.write( ".. \n" ); document.write( "Finding diameter of circle using distance formula: \n" ); document.write( "d^2=(3+6)^2+(5+4)^2=9^2+9^2=81+81=162 \n" ); document.write( "d=√162 \n" ); document.write( "radius=d/2=√162/2≈6.36 \n" ); document.write( "radius^2=40.5 \n" ); document.write( "Equation of circle: \n" ); document.write( "(x+1.5)^2+(y-0.5)^2=40.5 \n" ); document.write( " |