InterviewSolution
Saved Bookmarks
| 1. |
Is i(iota) a root of 1+x^2=0?(a) True(b) FalseI have been asked this question in a national level competition.I would like to ask this question from Complex Numbers-1 in section Complex Numbers and Quadratic Equations of Mathematics – Class 11 |
|
Answer» CORRECT option is (a) True Best explanation: 1+x^2 = 0 1 + i^2 = 1 – 1 = 0. So, it is a ROOT of 1 + x^2 = 0. |
|