document.write( "Question 730902: what is the equation of a circle with center (2,0) and radius 2 units?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #446932 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! what is the equation of a circle with center (2,0) and radius 2 units? \n" ); document.write( ". \n" ); document.write( "Equation of a circle: \n" ); document.write( "(x-h)^2 + (y-k)^2 = r^2 \n" ); document.write( "where \n" ); document.write( "(h,k) is the center \n" ); document.write( "r is the radius \n" ); document.write( ". \n" ); document.write( "Plug in given data into: \n" ); document.write( "(x-h)^2 + (y-k)^2 = r^2 \n" ); document.write( "(x-2)^2 + (y-0)^2 = 2^2 \n" ); document.write( "(x-2)^2 + y^2 = 4 (this is what they're looking for) \n" ); document.write( " \n" ); document.write( " |