document.write( "Question 43761: Find the center and radius of the circle: x^2 + y^2 - 6x + 8y + 21 = 0 \n" ); document.write( "
Algebra.Com's Answer #28742 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
x^2 + y^2 - 6x + 8y + 21 = 0
\n" ); document.write( "(x^2 - 6x) + (y^2 + 8y) = -21
\n" ); document.write( "(x - 3)^2 + (y + 4)^2 = -21 + 16 + 9
\n" ); document.write( "(x - 3)^2 + (y + 4)^2 = 4
\n" ); document.write( "C(3,-4)
\n" ); document.write( "radius = 2 units
\n" ); document.write( "
\n" );