Dear community members,
I am out of school for more than 10 years and now have to transpose an equation for my work to $x$. I already tried to find a solution, but failed. I would be very grateful for some explanations.
$$y = \frac{(Bx)}{(K+x)} + Nx$$
Thank you in advance,
Anton
$$y=\frac{Bx}{K+x}+Nx$$ $$y(K+x)=Bx+Nx(K+x)$$ $$yK+yx=Bx+NKx+Nx^2$$ $$Nx^2+(NK+B-y)x-Ky=0$$
Now use the quadratic formula:
$$x=\frac{-NK-B+y\pm\sqrt{(NK+B-y)^2+4NKy}}{2N}$$
(there will be up to two solutions for $x$, taking the sign $+$ or $-$ in the numerator).