document.write( "Question 530418: Find the equation of a circle given its center C and one point P.\r
\n" );
document.write( "\n" );
document.write( "C(0,4),P(0,0).\r
\n" );
document.write( "\n" );
document.write( "Thank You \n" );
document.write( "
Algebra.Com's Answer #350082 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! general circle equation ___ (x - h)^2 + (y - k)^2 = r^2 ___ center is (h,k), radius is r\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x - 0)^2 + (y - 4)^2 = 4^2 \n" ); document.write( " |