document.write( "Question 268840: Find the distance between the pair of points. Give an exact answer and where appropriate, an approximation to three decimal places.\r
\n" );
document.write( "\n" );
document.write( "- The points (0,1) is on a circle that has center (-3,5). Find the length of the diameter of the circle. \n" );
document.write( "
Algebra.Com's Answer #196992 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Given, the point (0,1) is on a circle that has center (-3,5). \n" ); document.write( "The distance between thede two points is the radius of the circle. \n" ); document.write( "Radius=sqrt[ (0+3)^2+(1-5)^2] \n" ); document.write( "=SQRT[9+16] \n" ); document.write( "=5 \n" ); document.write( "Diameter of the circle= 2*5 = 10 \n" ); document.write( " |