The standard form of a circle is: (x-h)^2 + (y-k)^2 = r^2, where the center is equal to the point (h,k)
To convert it into standard form, you MUST know how to complete the square. Completing the square basically adds a number to both sides of the equation to make the quadratic a perfect square. You want a perfect square to put the circle in standard form.
Ex:
X^2 + 2x = 0
You take the square of HALF the middle term [2] and add it to both sides of the equation to make a perfect square
x^2 + 2x + 1 = 0 + 1
(x^2 + 2x + 1) is a perfect square now : (x+1)^2
so it becomes (x + 1)^2 = 1
----------------------------------------
ACTUAL PROBLEM:
You need to complete the square TWICE, once for X, once for Y
Step 1: Put like terms together [X with X, Y with Y, ] and bring constant to other side
x^2 + 8x + y^2 -10y=-27
Step 2: Complete the square for both X and Y. Dont forget to add whatever you add to the left side to the right side [so they balance out]
x^2 + 8x + 16 + y^2 -10y + 25 = -27 + 16 + 25
(x+4)^2 + (y-5)^2 = 14
Standard form: (x-h)^2 + (y-k)^2 = r^2
radius = root 14
Center = (h,k) = (-4,5)