This is what I tried doing. Yes, $10$ as in $10$ degrees.
I used the formula $\sin{3x} = 3\sin{x} - 4\sin^3{x}$ to get the cubic equation $x^3-\frac{3}{4}x+\frac{1}{8}=0$, where $x$ is $\sin{10}$. When I tried using the cubic formula on it, it prompted the calculation of $\sqrt[3]{\frac{\sqrt{-3}-1}{2}}$. Putting that into WA tells me that this is equal to $e^{\frac{2}{9}i\pi}$. This leads to me having to calculate $(\sqrt[9]{i})^4$. To calculate the ninth root of $i$, I used the following technique.
$\sqrt[9]{i} = a+b i$
$0 + 1i = (a+b i)^9$
$0 + 1i = a^9-36a^7b^2+126a^5b^4-84a^3b^6+9ab^8+i(9a^8b-84a^6b^3+126a^4b^5-36a^2b^7+b^9)$
This gives me the simultaneous equations:
$a^9-36a^7b^2+126a^5b^4-84a^3b^6+9ab^8 = 0$ and $9a^8b-84a^6b^3+126a^4b^5-36a^2b^7+b^9=1$
Again, I tried using WA to solve this, but that didn't lead anywhere, since the correct answer had $i$ in another more complicated nested cube root.
How do I solve this problem?