In here: http://en.wikipedia.org/wiki/Cubic_function#Cardano.27s_method
Cardano's method says that for $ax^3+bx^2+cx+d=0$, $x=y-\dfrac{b}{3a}$, and $y=u+v$. We have found the values of $u^3$ and $v^3$, but both $u^3$ and $v^3$ should have $3$ roots respectively (including complex ones), so $u^3+v^3$ should have $3\times3=9$ roots?!
So why are there only $3$ roots for $u+v$??
Edit:
How do we prove that there are only 3 sets of values of $u$ and $v$ that satisfy $y=u+v$ and $3uv+p=0$?