InterviewSolution
Saved Bookmarks
| 1. |
i^241 =________________(a) 1(b) -1(c) i(d) -iThe question was posed to me in my homework.Question is from Complex Numbers-2 topic in division Complex Numbers and Quadratic Equations of Mathematics – Class 11 |
|
Answer» CORRECT answer is (C) i To elaborate: We KNOW, i = \(\sqrt{-1}\) => i^2 = -1 => i^4 = 1. So, i^241 = (i^4)^60 * i = 1 * i = i. |
|