Answer:
centre = (5, - 6 ) , radius = 7
Explanation:
the equation of a circle in standard form is
(x - h)² + (y - k)² = r²
where (h, k ) are the coordinates of the centre and r is the radius
given
x² + y² - 10x + 12y + 12 = 0 ( subtract 12 from both sides )
x² + y² - 10x + 12y = - 12 ( collect terms in x/ y )
x² - 10x + y² + 12y = - 12
using the method of completing the square
add ( half the coefficient of the x/ y terms )² to both sides
x² + 2(- 5)x + 25 + y² + 2(6)y + 36 = - 12 + 25 + 36
(x - 5)² + (y + 6)² = 49 = 7² ← in standard form
with centre (5, - 6 ) and radius = 7