Find all possible integer values of n such that the following system of equations has a solution for z:
\(\begin{align*} z^n &= 1, \\ \left(z + \frac{1}{z}\right)^n &= 1. \end{align*}\)
n = 0 should work
Here's a hint: use exponential notation.