I have the following equation of a circle:
${x^2 + y^2 + 8x + 12y -48 = 0}$
In order to compete the square of x and y I do the following:
${(x + 4)^2 + 16 + (y + 6)^2 + 36 - 48 = + 16 + 36}$
=> ${(x + 4)^2 + (y + 6)^2 + 4 = 52}$
=> ${(x + 4)^2 + (y + 6)^2 = 48}$
I would say the centre is (-4, -6) with a radiums of ${\sqrt 48}$ but the book gives the radius of 10 and the point the same values. I thought I would have to add 36 and 16 to both sides of the equation so I don't understand where the radius has come from
Given $x^2+y^2+8x+12y-48=0\;,$
Now we can write $x^2+8x+y^2+12y=48\Rightarrow \underbrace{x^2+8x+4^2}+\underbrace{y^2+12y+6^2}=48+4^2+6^2$
so we get $\displaystyle (x+4)^2+(y+6)^2=10^2$
so center is at $(-4,-6)$ and Radius $=10$