document.write( "Question 206555: How do you find the standard form of the equation of a circle, with a center (3,-1) through the point (-5,1)? \n" ); document.write( "
Algebra.Com's Answer #514813 by tientrinh(1)\"\" \"About 
You can put this solution on YOUR website!
Find the distance to the point, that's the radius. By the formula d= √(x2-x1)^2+ (y2-y1)^2
\n" ); document.write( " 
\n" ); document.write( "d= √(3+5)^2+ (-1-1)^2
\n" ); document.write( "d= √64+4 = √68 (or =r)
\n" ); document.write( "r^2=68\r
\n" ); document.write( "\n" ); document.write( "Then it's (x-h)^2 + (y-k)^2 = r^2 (h,k) is the center
\n" ); document.write( "(x-3)^2 + (y+1)^2 = 68
\n" ); document.write( "
\n" );