document.write( "Question 709993: Write an equation for a circle if the endpoints of a diameter are at (-2,-1) and (8,9)? \n" ); document.write( "
Algebra.Com's Answer #437000 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Write an equation for a circle if the endpoints of a diameter are at (-2,-1) and (8,9) \n" ); document.write( "** \n" ); document.write( "center of circle=midpoint of diameter endpoints. \n" ); document.write( "midpoint: [(x1+x2)/2),(y1+y2)/2] \n" ); document.write( "=[(-2+8)/2, (-1+9)/2] \n" ); document.write( "=(3,4) \n" ); document.write( "Equation of circle: (x-h)^2+(y-k)^2=r^2, (h,k)=(x,y) coordinates of center, r=radius \n" ); document.write( "Find radius using one of the points on the circle (-2,-1) \n" ); document.write( "(-2-3)^2+(-1-4)^2=r^2 \n" ); document.write( "25+25=r^2 \n" ); document.write( "r^2=50 \n" ); document.write( "equation of circle: (x-3)^2+(y-4)^2=50 \n" ); document.write( " |