You can put this solution on YOUR website! find the center and radius of each circle whose equation is given.
(x*x)+(y*y)+4x-8=0
--------------
x^2 + 4x + ? + y^2 = 8
Complete the square:
---
x^2 + 4x + 4 +y^2 = 8 + 4
---
Factor:
(x+2)^2 + y^2 = 12
---
Center at (-2,0)
Radius: sqrt(12) = 2sqrt(3)
==================================
Cheers,
Stan H.