You can put this solution on YOUR website! How do I simplify each expression? 1. i^7 2. i^32 and write the definition for i = and i^2 =
---
sqrt(-1) = i
i^2 = -1
i^3 = -i
i^4 = 1
----
Then the cycle repeats over and over again.
------
So i^7 = i^(4+3) = i^4*i^3 = 1*i^3 = = -i
------------------
i^32 = i(4*8) = (i^4)^8 = 1^8 = 1
--------------------
Cheers,
Stan H.