Take for an example, this equation.
$$x^3+15x+4=0$$
This equation has two complex solutions and a real one. $$x≈0.1327-3.8798i$$ $$x≈0.1327+3.8798i$$ $$x≈-0.26542$$
What's extra in the complex solution compared to the real solution? Does the two kinds of solutions have any difference in physical significance?

It has $3$ real solutions http://www.wolframalpha.com/input/?i=x%5E3-15x-4%3D0
To find the roots: This is equivalent to $x^3-15x-4=0$. Use rational root theorem and try: $\pm 1, \pm 2, \pm 4$ to get that $4$ is a root. Then use polynomial long division to get a quadratic that can be solved by quadratic formula.