The standard form for a circle centered at some point ( h, k ) with a radius of R is:
( x - h )2 + ( y - k )2 = R2
Since the prompt said "centered at origin", this is math-talk for centered at the center of all graphs: (0, 0)
So, h = 0 and k = 0
So the new standard form equation for this problem's circle is:
x2 + y2 = R2
For the circle to pass through a point, it MUST continue to satisfy the standard form equation. If you attempt to put in x and y coordinates that do NOT lie on the edge of the circle, you will get the left side of the equation NOT equal to the ride side.
But when points do lie on or pass through the edge of the circle, then they do satisfy the standard form equation.
So, x = 0 and y = 23 / 2
02 + ( 23 / 2 )2 = R2 R2 = 529 / 4 R = ± 23 / 2
Now, I've kept with the convention that when you take a square-root, you do have to consider it could be positive or negative because squaring a negative gets you the positive result again.
But with most circles, negative radius is next to meaningless unless you deal with higher difficulty situations. Thus, you can take the positive result and say:
R = + 23 / 2
And finally, the full standard form of the circle that passes through ( 0 , 23 / 2 ) and is centered at the origin is:
x2 + y2 = ( 23 / 2 )2
I hope this helps!