document.write( "Question 542460: The endpoints of the diameter of a circle are (-3, 2) and (5, -6). Find the center and radius of the circle. \n" ); document.write( "
Algebra.Com's Answer #354583 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The center of the circle will be the midpoint of the line segment representing the diameter \n" ); document.write( "Given the two endpoints (-3,2) and (5,-6) the midpoint has coordinates \n" ); document.write( "x = (-3+5)/2 = 1 \n" ); document.write( "y = (2-6)/2 = -2 \n" ); document.write( "The radius is the distance between the center and one of the endpoints: \n" ); document.write( "r = sqrt((1 - -3)^2 + (-2 - 2)^2) = sqrt(16 + 16) = sqrt(32) = 4* |