document.write( "Question 97989: Find the equation of a circle which passes through the origin and whose center
\n" );
document.write( "is at the point (-1,1).
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #71487 by ryanman(19)![]() ![]() ![]() You can put this solution on YOUR website! (x-h)^2 + (y-k)^2 = r^2 \n" ); document.write( "(x+1)^2 + (y-1)^2 = 2\r \n" ); document.write( "\n" ); document.write( "by drawing the circle and using the pythagroem theroem , the radius = sqrt 2 \n" ); document.write( " \n" ); document.write( " |