Question 201568
How many different numbers are there in the set of the first 100 powers of i? Hint don't mulitply all of these out, see if you can find the pattern.
-------------
Raising i to powers is cyclic, it goes
i, -1, -i, 1, for powers 1, 2, 3, 4. Then it repeats.
Those 4 are all of the possibilities.