I have the following quadratic equation:
$$x = \frac{-1 + \sqrt{1+ (4y/50)} }{2}$$
in this case $y$ is a known variable so I can solve the equation like this for $y = 600$
$$x = \frac{-1 + \sqrt{1+ (4\times 600/50)} }{2}$$
and I was looking for help on how to refactor it so I can solve it while knowing $x$ instead of $y$, but I have no idea how to do it.
I would be looking for something like $y = x$???
Thanks!
It's simple algebra. $$y=\frac{50(2x+1)^2-50}{4}=50x(x+1)$$