document.write( "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. \n" ); document.write( "
Algebra.Com's Answer #151766 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
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.
\n" ); document.write( "-------------
\n" ); document.write( "Raising i to powers is cyclic, it goes
\n" ); document.write( "i, -1, -i, 1, for powers 1, 2, 3, 4. Then it repeats.
\n" ); document.write( "Those 4 are all of the possibilities.
\n" ); document.write( "
\n" );