document.write( "Question 388029: Find the radius of the circle defined by the equation: x^2+y^2-10x+4y+4=0. \n" ); document.write( "
Algebra.Com's Answer #274336 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Standard Form of an Equation of a Circle is \"%28x-h%29%5E2+%2B+%28y-k%29%5E2+=+r%5E2\"
\n" ); document.write( "where Pt(h,k) is the center and r is the radius
\n" ); document.write( "x^2+y^2-10x+4y+4=0
\n" ); document.write( "completing the squares to put into the standard form
\n" ); document.write( "x^2 -10x + y^2 +4y + 4 = 0
\n" ); document.write( "(x-5)^2 -25 + (y +2)^2 - 4 + 4 = 0
\n" ); document.write( " (x-5)^2 + (y+2)^2 = 25
\n" ); document.write( "Center is (5,-2) radius = 5
\n" ); document.write( " \n" ); document.write( "
\n" );