document.write( "Question 352530: Find an equation for the circle.
\n" );
document.write( "Center at ( 2, - 6), diameter of length 6.2 \n" );
document.write( "
Algebra.Com's Answer #251943 by Waveez(3) You can put this solution on YOUR website! Eqn of Circle : (x-a)^2 + (y-b)^2 = r^2 \n" ); document.write( "Centre of circle = (a,b) \n" ); document.write( "Therefore, a= 2 and b= -6 \n" ); document.write( "r= radius \n" ); document.write( " = 1/2 of diameter \n" ); document.write( " = 1/2 (6.2) \n" ); document.write( " = 3.1\r \n" ); document.write( "\n" ); document.write( "Hence equation of circle is, \n" ); document.write( "(x-2)^2+ (y+6)^2 = (3.1)^2 \n" ); document.write( " |