document.write( "Question 77239: A circle whose center is at the point (1,2) passes through the point (4,-2). What is the length of the radius of the circle? \n" ); document.write( "
Algebra.Com's Answer #55443 by rajagopalan(174)\"\" \"About 
You can put this solution on YOUR website!
center is at the point (1,2) ..say x1,y1
\n" ); document.write( "passes through the point (4,-2).. say x2, y2
\n" ); document.write( "the length of the radius of the circle = distance between the points
\n" ); document.write( "=sqrt [(x2-x1)^2+(y2-y1)^2]
\n" ); document.write( "=sqrt[(4-1)^2+(-2-2)^2]
\n" ); document.write( "=sqrt[(3^2)+(-4)^2
\n" ); document.write( "=sqrt[(9)+(16)]
\n" ); document.write( "=sqrt(25)
\n" ); document.write( "=5\r
\n" ); document.write( "\n" ); document.write( "The radius of the circle =5 units.
\n" ); document.write( "okay
\n" ); document.write( "good day
\n" ); document.write( "
\n" );