document.write( "Question 1002386: Find the center and radius of the circle with the given equation.
\n" );
document.write( "x^2+y^2-8y=9 \n" );
document.write( "
Algebra.Com's Answer #619316 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! We have to complete the square by adding 16 to both sides...from \n" ); document.write( "x^2+y^2-8y=9 \n" ); document.write( "x^2+y^2-8y+16 = 25 \n" ); document.write( "x^2 + (y-4)^2 = 5^2 \n" ); document.write( "so that the center is at \n" ); document.write( "(0,4) with a radius of 5. \n" ); document.write( " |