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 #619320 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "x^2+y^2-8y=9 \n" ); document.write( "x^2 + y^2 - 8y - 9 = 0 \n" ); document.write( "Centre is obtained by halving the integers before \n" ); document.write( "the x and y components and making them negative \n" ); document.write( "of the equation \n" ); document.write( "Centre (0, 4) \n" ); document.write( "........... \n" ); document.write( "Radius = sqrt x coord of centre squared + \n" ); document.write( "y coord of centre squared - the integer at \n" ); document.write( "the end of the equation (-9) \n" ); document.write( "Radius = sqrt of 0^2 + 4^2 + 9 \n" ); document.write( "= sqrt25 \n" ); document.write( "= 5 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |