>>106916659
I popped open a Ruby interpreter, set up this equation:
x = (1 + Complex(0, Math::sqrt(3))) / 2.0
puts x ** 3
Answer it gives is -0.9999999999999998+1.1102230246251565e-16i
This is an approximation of -1, so x^3 - 1 gives -2, which is an incorrect solution.