question is there away to give
$$= \sqrt[3]{5 + 10i } + \sqrt[3]{5- 10i}$$
in just reals?
I am thinkting maybe use some clever algebra raise it to like 3 and magically imaginary terms dissapear. Or expressed the complex numbers in polar form but idk
Background (might delete if this is not really the question)
Let $$ m(x)=x^3-15x-10 $$
Find the roots of $m(x)$ using the cubic formula and show that they are all real
Using Howell complex approach
Lets change variables $$ \begin{aligned} &z^3-15z-10 \\=&z^3+0z^2-15z-10 \end{aligned}$$
so, general form is denoted as $$ z^3+a_2z^2+a_1z+a_0=0$$
so $$\begin{aligned} a_2&=0 \\a_1&=-15 \\a_0&=-10 \end{aligned}$$
we get by substituting that $z=x-a_2/3$. $a_2=0$ its already depressed cubic but so theses steps are unnecesary for this one problem but will use them for other problems
$$ x^3+bx+c$$
where $$\begin{aligned} b&=a_1-\frac{a_2^2}{3} =-15-\frac{0^2}{3}=-15 \\c&=\frac{-a_1a_2}{3}+\frac{2}{27}a_2^3+a_0 =\frac{-(-15)(0)}{3}+\frac{2}{27}(0)^3+-10=-10 \end{aligned} $$
our depressed cubic is of $$ x^3-15x-10 $$
Ferro-Tartaglia Formula
$$ x=\sqrt[3]{\frac{-c}{2} + \sqrt{\frac{c^2}{4} +\frac{b^3}{27}}}\ + \sqrt[3]{\frac{-c}{2} - \sqrt{\frac{c^2}{4} -\frac{b^3}{27}}}\ $$
in our case $$ \begin{aligned} x&=\sqrt[3]{\frac{10}{2} + \sqrt{\frac{100}{4} +\frac{(-15)^3}{27}}}\ + \sqrt[3]{\frac{10}{2} - \sqrt{\frac{100}{4} +\frac{(-15)^3}{27}}}\ \\&= \sqrt[3]{5 + \sqrt{25 -125}} + \sqrt[3]{5- \sqrt{25 -125}} \\ &= \sqrt[3]{5 + 10i } + \sqrt[3]{5- 10i} \end{aligned} $$
When there are $3$ real roots, Cardano-Tartaglia's formulæ can't be applied, and we need a trigonometric solution:
Setting $x=A\cos \theta\;$ ($A>0,\; 0\le \theta <\pi$), the equation becomes $$A^3\cos^3\theta -15A \cos\theta=10.$$ We'll try to write the l.h.s. as $\;B\cos 3\theta=10\;$ to obtain an easy-to-solve trigonometric equation. For this , we need to satisfy the proportionality equation $$\frac{A^3}4=\frac{15A}{3}\iff A^2=20\iff A=2\sqrt 5.$$ So the equation becomes $$10\sqrt 5\cos 3\theta=10\iff\cos 3\theta=\frac{\sqrt 5}5.$$ The general solutions are $$3\theta\equiv \pm\arccos\Bigl(\frac{\sqrt 5}5\Bigr)\mod 2\pi\iff \theta\equiv\pm\frac13\arccos\Bigl(\frac{\sqrt 5}5\Bigr)\mod\frac{2\pi}{3}. $$ One checks the three solutions in the interval $[0,\pi]$ are $$ \theta= \frac13\arccos\Bigl(\frac{\sqrt 5}5\Bigr),\quad \theta=\frac13\arccos\Bigl(\frac{\sqrt 5}5\Bigr)+\frac{2\pi}3,\theta =-\frac13\arccos\Bigl(\frac{\sqrt 5}5\Bigr)+\frac{4\pi}3.$$