Is there mathematical anyway to find the values for equation with two variables? as example:
I have y = (20x+3)r+x and y is 50. then what is x and r values?
Is there mathematical anyway to find the values for equation with two variables? as example:
I have y = (20x+3)r+x and y is 50. then what is x and r values?
No. The equation with two variables $x$ and $r$
$$y=50=(20x+3)r+x$$ has infinitely many solutions. Notice that the equation is equivalent to $$(20r+1)x=50-3r$$ so if we pick $r\ne-\frac1{20}$ we find $x=\frac{50-3r}{20r+1}$.