I have the following equations :
$$\begin{cases}K = \frac{B – 3}{20}\\ K = (20S+3)R+S\\ K = 20S^2 + (20N+7)S + N\\ N= R - S \end{cases}$$ - And I have the $B$ values, e.g : 834343, 3253538, 10^87653
How can I find the $R$ values?
or maybe there is no solution for these equations?
Hint
Hoping that I did not make mistakes, you can immediately eliminate $K$ from the first equation, $N$ from the fourth equation. Replace in the second and third equations; substract one from the other. You will end with a quadratic equation in $R$.
I am sure that you can take from here.