document.write( "Question 572582: Find an equation of the circle that satisfies the given conditions. (Give your answer in terms of x and y.)
\n" );
document.write( "Center
\n" );
document.write( "(4, −5)
\n" );
document.write( " and passes through
\n" );
document.write( "(9, 4) \n" );
document.write( "
Algebra.Com's Answer #368466 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! the general equation for a circle is ___ (x - h)^2 + (y - k)^2 = r^2 ___ this is a circle centered at (h,k) with a radius of r\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in this case, r is the distance between (4,-5) and (9,4) \n" ); document.write( "___ by Pythagoras (the distance formula) ___ r^2 = (4 - 9)^2 + (-5 - 4)^2 \n" ); document.write( " |