Answer: A. 2
=================================================
Short explanation:
Plug z = 2 into the equation and you'll find that
z^3 + 8 = 2^3 + 8 = 8+8 = 16
but the result should be 0 since the original equation has 0 on the right side. Therefore, z = 2 is not a solution.
------------------------------------
Longer explanation:
Solve the equation for z to find the three roots.
z^3 + 8 = 0
(z+2)(z^2 - 2z + 4) = 0 ... sum of cubes factoring rule
z+2 = 0 or z^2 - 2z + 4 = 0
z = -2 or z^2 - 2z + 4 = 0
We see that z = -2 is one root. To find the other two roots, use the quadratic formula to solve z^2 - 2z + 4 = 0 for z

Therefore, the three roots of z^3+8=0 are

The value z = 2 is not part of the list of solutions.
We can verify each solution by plugging it back into the original equation. For instance, with z = -2, we get
z^3 + 8 = 0
(-2)^3+8 = 0
-8+8 = 0
0 = 0 ... solution is confirmed.
I'll let you check the other solutions.