In my exercise I was instructed to find the equation of the circle from the following:
$$4x^2+4y^2-24x-32y-4=0$$
In the solution, the $LHS$ is multiplied by $1/4$ for simplicity. Instead, I did the following:
$$4x^2-24x = (2x-6)^2 - 36$$
$$4y^2-32y = (2y-8)^2 - 64$$
Thus, I arrived at:
$$(2x-6)^2 + (2y-8)^2 = 104$$
$$((1/2)(x-3))^2+((1/2)(y-4))^2 = 104$$
$$1/4\ [\ (x-3)^2 + (y-4)^2\ ] = 104$$
Which leads me to the super wrong answer of:
$$(x-3)^2 + (y-4)^2 = 416$$
That circle is way too big, but my mistake here is unbeknownst to me. However, the center coordinates agree with the solution, while the radius is off by about $390$ or something.
Can someone point out the flaw in my algebra?