InterviewSolution
Saved Bookmarks
| 1. |
यदि `x+1/x=2` है तो `x^(12)-1/(x^(12))` का मान ज्ञात करें।A. -4B. 4C. 2D. 0 |
|
Answer» Correct Answer - D Given `x+1/x=2`…………i The value of `x^(12)-1/(x^(12))=?` `implies` If `x=1impliesx+1/x=2` `1+1=2` Then, `x^(12)-1/(x^(12))` `implies 1^(12)-1/(1^(12))` `implies 1-1=0` |
|