InterviewSolution
Saved Bookmarks
| 1. |
यदि `x+1/x=-2` है तो `x^(p)+x^(q)` का मान क्या होगा?A. -2B. 1C. 0D. 2 |
|
Answer» Correct Answer - C `x+1/x=-2` `x=-1` `to x^(p)+x^(q)` `=(-1)^(p)+(-q)^(q)` [`p` is even no & `q` is odd no] `=1-1=0` |
|