document.write( "Question 329995: find the radius of the circle with these three point (-8,-7)(-4,-7) and (-6,-5) and the center (-6,-7) .
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #236469 by czar222(1)![]() ![]() ![]() You can put this solution on YOUR website! This one is easy. Because they gave you the three points that lie on the edge, you can calculate teh distance from center to anyone of them to get radius:\r \n" ); document.write( "\n" ); document.write( "radius = SQRT ( (X1-x2)^2 + (y1-y)^2)\r \n" ); document.write( "\n" ); document.write( "radius =2 \n" ); document.write( " |