How is the radius $10$ in the circle equation: $x^2+y^2+6x-4y+3=0$? My work: Standard Form for circle: $(x-a)^2+(y-b)^2=r^2$
$X:$
$X^2+6x+[?]=-3+[?]$
$(x+3)^2=
X^2+6x+9=-3+9
X^2+6x+9=6$
$Y:$
$Y^2-4y+[?]=-3+[?] $
$(y-2)^2=
y^2-4y+4=-3+4
y^2-4y+4=-1$
The standard form of the Circle is:
$(x+3)^2+(y-2)^2=r^2$
My question is: How do you find the radius of the circle?
We start with\begin{align}x^2+y^2+6x-4y+3&=0 \\ x^2+6x+y^2-4y&=-3 \\x^2+6x+9+y^2-4y+4&=-3+9+4\\(x+3)^2+(y-2)^2&=10 \end{align} which is of the standard form $(x-h)^2+(y-k)^2=r^2$, where $r$ is the radius and $(h,k)$ is the center of the circle.
Notice that $r^2=10$. Taking square root on both sides, we get $r = \pm \sqrt{10}$. But the radius is an absolute value, so we can omit the negative solution. So we get $\boxed{r=\sqrt{10}}$.