Please look at the following figure:

All the angles are in degrees. I have to find $x$.
I am really no good at solving geometry problems. I tried to search the internet for similar problems and came up with this: https://www.duckware.com/tech/worldshardesteasygeometryproblem.html . The two problems mentioned on the page are very similar so I tried to see if the solutions to them can be applied to this problem but it didn't help. I have zero idea about the problem given my inexperience in these kind of geometry problem.
Any help is appreciated. Thanks!
The angle in question does not seem to be a rational number of degrees. It is approximately
$$x\approx17.877987144333100702669230434486544610886743725521319531393624°$$
It is characterized by
$$1216\,\cos^6x - 3264\,\cos^4x + 2916\,\cos^2x - 867 = 0$$
Since this is a cubic equation in $\cos^2x$ you could write down an explicit formula for the solution of that in terms of radicals, take the square root, then the arc cosine of that, and would end up with an explicit exact formula for the angle in question. Not a nice formula, though, and you'll need complex numbers along the way even though the final result is real:
$$x=\arccos\sqrt{ \frac{17}{19}-\frac{1+\sqrt{-3}}{152} \sqrt[3]{\frac{-17+19\sqrt{-3}}2} -\frac{7 (1-\sqrt{-3})}{76 \sqrt[3]{-68+76\sqrt{-3}}} }$$
The condition for the sine has a bit easier coefficients:
$$1216\sin^6x - 384\sin^4x + 36\sin^2x - 1=0$$
But basing the explicit formula on that cubic equation has little effect on the overall complexity; it still looks as complicated as it does with the cosine.
I found this by executing the construction using exact algebraic numbers. The cosine in particular relates to the dot product of the unit length direction vectors of the two lines. For the negative result, I looked at the continued fraction representation, which should have had a notable step if this were a rational number. I also tried finding a minimal polynomial of degree up to 24, so it seems that $x$ is probably not even algebraic.