document.write( "Question 590448: I have a pretty large test tomorrow about special segments in a circle. Would you please help me with figuring these things out? \r
\n" );
document.write( "\n" );
document.write( "THANKS!\r
\n" );
document.write( "\n" );
document.write( "I guess I will ask this first.
\n" );
document.write( "I need to write the equasion of a circle with a center at (-2,4),passes through (-6,7) \n" );
document.write( "
Algebra.Com's Answer #375171 by scott8148(6628) You can put this solution on YOUR website! the general circle equation is ___ (x - h)^2 + (y -k)^2 = r^2 ___ for a circle centered at (h,k) with radius r\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "r is the distance from the center to any point on the circumference \n" ); document.write( "___ using the distance formula ___ (-2 - -6)^2 + (4 - 7)^2 = r^ ___ (4)^2 + (-3)^2 = r^2 ___ 25 = r^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so the equation is ___ (x + 2)^2 + (y - 4)^2 = 25 \n" ); document.write( " |