Answer:
centre = (- 1, - 3 ) , radius = 6
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² + 2x + 6y = 26 ( collect x and y terms )
x² + 2x + y² + 6y = 26
using the method of completing the square
add ( half the coefficient of the x/ y terms )² to both sides
x² + 2(1)x + 1 + y² + 2(3)y + 9 = 26 + 1 + 9
(x + 1)² + (y + 3)² = 36 ← in standard form
with centre = (- 1, - 3 ) and r =
= 6