As title suggests, the problem is as follows:
We're given a triangle $\triangle ABC$ where $D$ lies inside the triangle. We know that $\angle DBA=10^\circ, \angle DBC=20^\circ, \angle DAB=30^\circ$ and $\angle DAC=50^\circ$. The goal is to find the measure of $\angle DCA=x$
I will share my own solution below as an answer, please let me know if there is anything wrong in it. Furthermore, I'd like to see any other different ways to approach this (such as via trigonometry, analytical geometry, etc) so please share your own approaches as well.



A very detailed easy trigonometry approach (not beautiful though) using the law of sines could be as below:
It is very easy to see that $\angle DHC=90^{\circ}.$ Therefore:
$$\sin x^{\circ}=\frac{DH}{DC}=\frac{DH}{AD} \times\frac{AD}{BD} \times\frac{BD}{DC} \\ =\sin 50^{\circ} \times \frac{\sin 10^{\circ}}{\sin 30^{\circ}}\times \frac{\sin (70^{\circ}-x^{\circ})}{\sin 20^{\circ}} =\sin 50^{\circ}\times \frac{\sin (70^{\circ}-x^{\circ})}{\cos 10^{\circ}} \\ \implies \sin x^{\circ}\cos 10^{\circ}=\sin 50^{\circ}\times \sin (70^{\circ}-x^{\circ})\\ \implies \sin x^{\circ}\sin 80^{\circ}=\cos 40^{\circ}\times \sin (70^{\circ}-x^{\circ}) \\ \implies 2\sin x^{\circ}\sin 40^{\circ}=\sin (70^{\circ}-x^{\circ}) =\cos x^{\circ} \cos 20^{\circ}-\sin x^{\circ}\sin 20^{\circ} \\ \implies \frac{\cos x^{\circ}}{\sin x^{\circ}}=\frac{2\sin 40^{\circ}+\sin 20^{\circ}}{\cos 20^{\circ}}=\frac{\sin 40^{\circ}+\cos 10^{\circ}}{\cos 20^{\circ}}=\frac{\sin 40^{\circ}+\sin 80^{\circ}}{\cos 20^{\circ}}=2\sin60^{\circ} \\ \implies x=30^{\circ}.$$
To simplify the identities, $\sin a+\sin b= 2 \sin(\frac{a+b}{2})\cos(\frac{a-b}{2})$ was applied.