document.write( "Question 726637: Find an equation of the circle that has center (1,-5) and passes through (5,-1) \n" ); document.write( "
Algebra.Com's Answer #444716 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Find an equation of the circle that has center (1,-5) and passes through (5,-1)
\n" ); document.write( "Standard form of equation for a circle: \"%28x-h%29%5E2%2B%28y-k%29%5E2=r%5E2\", (h,k)=(x,y) coordinates of center, r=radius
\n" ); document.write( "Use distance formula to find radius:
\n" ); document.write( "radius=√[(x1-x2)^2+(y1-y2)^2]=√[(5-1)^2+(-1+5)^2]=√[(4)^2+(4)^2]=√32=4√2
\n" ); document.write( "radius^2=32
\n" ); document.write( "Equation for given circle: \"%28x-1%29%5E2%2B%28y%2B5%29%5E2=32\"
\n" ); document.write( "
\n" );