In the given figure, $R$ is the center of the circle. The circle touches $X$ axis at $S(7,0)$ and intercepts the $y$ axis with $PQ=48$ units. From this information, find the equation of the circle.
My Attempt:
Let $R(h,k)$ be the center of the circle. Then $h=7$. Let the equation of circle be
$$x^2+y^2+2gx+2fy+c=0$$
The circle passes through $(7,0)$, so
$$(7)^2+(0)^2+2g(7)+2f(0)+ c=0$$
$$49+0+14g +0+c=0$$
How do I proceed from here?

As $R (h, k) $ is the centre of the circle, we can write the equation as $$(x-7)^2 +(y-k)^2 =r^2 \tag {1}$$ where $r $ is the radius of the circle and we know that the abscissa of the centre is $7$.
Also as the circle passes through $P $ and $Q$ which are of the form $(0, \alpha) $ where $\alpha $ is some number, these two points must satisfy $(1)$. Thus, we have $(1) $ at $P $ and $Q $ as: $$49 + (\alpha-k)^2 =r^2$$ $$\Rightarrow \alpha = k \pm \sqrt {r^2-49} $$ Let the two values of this $y $ be $\alpha_1$ and $\alpha_2$. Given $$\alpha_1-\alpha_2 =48 \implies r = 25 \tag {2}$$
Also $S (7,0) $ satisfies $(1) $ giving us $k =25$. Fill up the necessary details in $(1) $ and the result follows. Hope it helps.