Actually you have a problem with the second and the third equations. The distance of a generic point $(x_0,y_0)$ from a line $ax+by+c=0$ is: $$d=\frac{|ax_0+by_0+c|}{\sqrt{a^2+b^2}}$$
There's an absolute value! So, if $(x_c,y_c)$ is the center of the circle, your equations should be:
$$\begin{align}&r = \frac{|3x_c+4y_c|}{\sqrt{25}}\\&r=\frac{|3x_c+4y_c-50|}{\sqrt{25}}\end{align}\:\Longrightarrow\:y_c=-\frac{3}{4}x_c+\frac{25}{4}$$
This implies that:
$$r=\frac{|3x_c+4y_c|}{5}=\frac{|3x_c+4\left(-\frac{3}{4}x_c+\frac{25}{4}\right)|}{5}=\frac{|3x_c-3x_c+25|}{5}=5$$
The $x$-coordinate $x_c$ of your center satisfies:
$$25=(2-x_c)^2+(1-y_c)^2$$
which can be simplified to: $$5x_c^2-38x_c+21=0\:\Longrightarrow\:x_c=\frac{3}{5},7$$
So there are two circles fulfilling your conditions:
$$\left(x-\frac{3}{5}\right)^2+\left(y-\frac{29}{5}\right)^2=25,\quad\left(x-7\right)^2+\left(y-1\right)^2=25$$
Further details:
The equation $y_c=-\frac{3}{4}x_c+\frac{25}{4}$ can be derived straightforwardly. Since we know that the circle is tangent to the parallel lines $\ell_1:3x+4y=0$ and $\ell_2:3x+4y-50=0$, the center must lie on the line $\ell_3$ parallel to $\ell_1$ and $\ell_2$ such that $d(\ell_1,\ell_3)=d(\ell_2,\ell_3)$. This latter fact directly tells us that:
$$3x_c+4y_c-25=0$$ as wanted. Moreover, the radius is equal to:
$$r=d(\ell_1,\ell_3)=\frac{|0-25|}{\sqrt{3^2+4^2}}=5$$