I learned that the equation $x = \sqrt[n]{a}$ has $n $ distinct solutions when I was 17, in school, so I guess you should have already heard about it taking into account you are now in a DE course.
But since you haven't, allow me:
I will assume you are familiar with the polar representation of a complex number as $z = \rho e^{i\theta} $ where $\rho $ is the distance from $z $ to the origin and $\theta $ is its phase or the angle it makes with the real axis.
Now if $z = \rho_z e^{i\theta_z}$ and $w = \rho_w e^{i\theta_w}$ then the product $zw = (\rho_z e^{i\theta_z})(\rho_w e^{i\theta_w}) = (\rho_z\rho_w)e^{i (\theta_z + \theta_w)} $
That is way nicer than multiplying two complex numbers in their cartesian form ($z = x + iy $)
Now imagine you are asked to solve $x = \sqrt[n]{z} $ for a given $z = \rho e^{i\theta}$. Then you know $$x = \rho_x e^{i\theta_x} \rightarrow x^n = (\rho_x e^{i\theta_x})^n = (\rho_x)^ne^{i(n\theta_x)} = \rho e^{i\theta} = z$$
After thinking for a second you realize that can only happen if
- $\rho = (\rho_x)^n \iff \rho_x = \sqrt[n]{\rho} $
- $\theta = n \theta_x $
But both $\rho $ and $\rho_x $ are non-negative reals so you can compute that root easily. Then all it takes is to solve the second point.
$\theta = n \theta_x \iff \frac {\theta}{n} = \theta_x $ and we are done!
Wrong!
We must remember that $e^{i\theta} = e^{i (\theta + 2k\pi)}$ for any integer $k $ so we should instead have
$$\theta + 2k\pi = n \theta_x \iff \frac {\theta + 2k\pi}{n} \iff \theta_x = \frac {\theta}{n} + \frac {2k\pi}{n}$$
Now looking into your formula you see that $k \in \{0, 1, 2, \cdots, n-1\} $ gives $n $ different possible values of $\theta_x $ thus meaning $z $ has $n $ n-roots.
If you try to understand the geometry behind this, you see that all roots are distributed evenly in a circumference with center in the origin and radius $\sqrt[n]{\rho}$.