document.write( "Question 86233: What is the equation of a circle with center (0, 3) and radius 3? \n" ); document.write( "
Algebra.Com's Answer #62363 by dolly(163)![]() ![]() ![]() You can put this solution on YOUR website! Center is (0,3) and radius is 3.\r \n" ); document.write( "\n" ); document.write( "So equation of the circle is (x-0)^2 + (y-3)^2 = 3^2\r \n" ); document.write( "\n" ); document.write( "==> x^2 + (y-3)^2 = 9\r \n" ); document.write( "\n" ); document.write( "On further simplification,\r \n" ); document.write( "\n" ); document.write( "==> x^2 + y^2 - 6y + 9 = 9\r \n" ); document.write( "\n" ); document.write( "or x^2 + y^2 - 6y = 0 \n" ); document.write( " \n" ); document.write( " |