I am trying to solve the following equation for $V_{12}$:
$$\sqrt{\frac{1+\frac{V_{1}}{c}}{1-\frac{V_{1}}{c}}}\sqrt{\frac{1+\frac{V_{12}}{c}}{1-\frac{V_{12}}{c}}}=\sqrt{\frac{1+\frac{V_{2}}{c}}{1-\frac{V_{2}}{c}}}$$
(this is not really relevant, but it is the derivation of the formula for the relativistic addition of velocities using the Doppler k-factor as presented in this paper).
For me as a highschool student, this isn't an easy equation to solve. Of course, I would square everything to remove the square roots. Then I thought that it might be good to have $V_{12}$ (the variable I'm trying to solve for) on one side and the two fractions with $V_1$ and $V_2$ on the oder side. This way, I got
$$\frac{1+\frac{V_{12}}{c}}{1-\frac{V_{12}}{c}}=\frac{\frac{1+\frac{V_{2}}{c}}{1-\frac{V_{2}}{c}}}{\frac{1+\frac{V_{1}}{c}}{1-\frac{V_{1}}{c}}}$$
However, I am a bit clueless what to do next. I thought of multiplying by $\left(1-\frac{V_{12}}{c}\right)$ to get rid of the fraction on the right side, but then I would again have $V_{12}$ on the right side. Whatever I tried seemed not to be helpful (for example, I had the idea to multiply out everything after squaring and then multiply by the denominators to remove the fractions, but this would only lead to overly complicated expressions with even more fractions like $\frac{V_1V_2V_{12}}{c^3}$.
The correct result should be
$$V_{12}=\frac{V_2-V_1}{1-\frac{V_1V_2}{c^2}}$$
but I cannot figure out how to get there.
So: What are gerneral reccomendations and tips to approach solving an equation like this for one variable? (Note that I'm not specifically asking for a derivation of the last mentioned formula from the first since this would probably be outside the scope of this site)
(I also tried using Wolfram Alpha to solve for $V_{12}$ and then analyse the step-by-step solution, but it didn't work)