then the center must be (3,0)? since we are multiplying 0 and 0 right?
y_0 doesn't have a value, so I assumed it is 0.
The center is (3,0) but not because of any multiplication.
The center is (3,0) because of what Ishuda said, namely the equation for a circle can be written as
[FONT=MathJax_Main]([/FONT][FONT=MathJax_Math]
x[/FONT][FONT=MathJax_Main]−[/FONT][FONT=MathJax_Math]
x[/FONT][FONT=MathJax_Main]0[/FONT][FONT=MathJax_Main])[/FONT][FONT=MathJax_Main]2[/FONT][FONT=MathJax_Main]+[/FONT][FONT=MathJax_Main]([/FONT][FONT=MathJax_Math]
y[/FONT][FONT=MathJax_Main]−[/FONT][FONT=MathJax_Math]
y[/FONT][FONT=MathJax_Main]0[/FONT][FONT=MathJax_Main])[/FONT][FONT=MathJax_Main]2[/FONT][FONT=MathJax_Main]=[/FONT][FONT=MathJax_Math]
r[/FONT][FONT=MathJax_Main]2[/FONT]
where [FONT=MathJax_Main]([/FONT][FONT=MathJax_Math]
x[/FONT][FONT=MathJax_Main]0[/FONT][FONT=MathJax_Main],[/FONT][FONT=MathJax_Math]
y[/FONT][FONT=MathJax_Main]0[/FONT][FONT=MathJax_Main])[/FONT] is the center of the circle and r is the radius.
Basically you set what is being squared to 0 and you get the x and y values of the center.
(x-3)^2 so we set x-3=0 and get x=3
y^2 so we set y=0 and well we get y=0
So the center is (x,y)=(3,0)