The question arose in finding $\alpha$ in this diagram:

(source: mei.org.uk)
With a bit of work with the sine rule it can be shown that:
$$\tan(\alpha) = \frac{\sin(20^\circ)\sin(30^\circ)\tan(40^\circ)}{\sin(20^\circ)\sin(30^\circ)+\tan(40^\circ)\sin(50^\circ)}$$
... and this can be evaluated on a calculator to find $\alpha = 10^\circ$. But I'm not satisfied in using a calculator.
I want to know if there's a neat way of manipulating the expression on the RHS so that it simplifies out to $\tan(10^\circ)$.
I've had a good go at it - using double/triple/quadruple angle formulae to re-write everything in terms of $\sin(10^\circ)$, $\cos(10^\circ)$ and $\tan(10^\circ)$ and trying to simplify - but just seem to make things more complicated.
Can you find a nice way of doing it?
Divide the numerator and denominator by $\sin20\sin30= \frac12\sin20$
\begin{align} &\frac{\sin20\sin30\tan40}{\sin20\sin30+\tan40\sin50}\\ =& \frac{\sin40}{\cos40+4\sin50\cos20} = \frac{\sin40}{(\cos40+1)+2\cos20} =\frac{\sin20}{\cos20+1}= \tan10\\ \end{align} where the identities $\sin2t=2\sin t\cos t$, $\cos2t+1=2\cos^2t$ are used twice each.