Answer
The solutions are $4, -2 - 2i\sqrt {3}, \text{ and } -2 + 2i\sqrt {3}$.
Work Step by Step
Let us just flip the equation so that the terms are on the left and the $0$ is on the right:
$x^3 - 64 = 0$
We see that $x^3 - 64=x^3-4^3$ is a difference of two cubes. We can factor using the formula:
$a^3-b^3=(a - b)(a^2 + ab + b^2)$
We plug in the values, where $a = \sqrt[3] {x^3}$ (or $a = x$) and $b = \sqrt[3] {64}$ (or $b = 4$):
$(x - 4)(x^2 + x(4) + 4^2) = 0$
$(x - 4)(x^2 + 4x + 16) = 0$
The Zero Product Property states that if the product of two factors equals zero, then either one of the factors is zero or both factors equal zero. We can, therefore, set each factor to $0$:
Let us look at the first factor:
$x - 4 = 0$
$x = 4$
We look at the other factor:
$x^2 + 4x + 16 = 0$
We cannot factor this polynomial, so we resort to using the quadratic formula, which is:
$x = \dfrac{-b \pm \sqrt {b^2 - 4ac}}{2a}$
where $a=1, b=4,$ and $c=16$.
Let us plug in the numbers into the formula:
$x = \dfrac{-4 \pm \sqrt {4^2 - 4(1)(16)}}{2(1)}$
$x = \dfrac{-4 \pm \sqrt {16 - 64}}{2}$
$x = \dfrac{-4 \pm\sqrt {-48}}{2}$
The number $-48$ can be expanded into the factors $-16$ and $3$:
$x = \dfrac{-4 \pm \sqrt {(-16)(3)}}{2}$
$x = \dfrac{-4 \pm 4i\sqrt {3}}{2}$
Divide all terms by $2$ to simplify the fraction:
$x = -2 \pm 2i\sqrt {3}$
The solutions are $x = 4, -2 ± 2i\sqrt {3}$.