document.write( "Question 388025: Find the center of a circle defined by the equation: x^2+y^2-10x+12y+12=0. \n" ); document.write( "
\n" ); document.write( "Hi\n" ); document.write( "Standard Form of an Equation of a Circle is \n" ); document.write( "where Pt(h,k) is the center\n" ); document.write( "x^2+y^2-10x+12y+12=0\n" ); document.write( "completing the squares to put into the Standard Form\n" ); document.write( "x^2 -10x + y^2 +12y + 12 = 0\n" ); document.write( " (x-5)^2 - 25 + (y+6)^2 - 36 + 12 = 0\n" ); document.write( " (x-5)^2 + (y+6)^2 -49 = 0\n" ); document.write( " (x-5)^2 + (y+6)^2 = 49 \n" ); document.write( "Center (5,-6) radius = 7\n" ); document.write( "