

InterviewSolution
Saved Bookmarks
1. |
If `x`is positive, the first negative term in the expansion of `(1+x)^(27//5)i s(|x| |
Answer» Correct Answer - B `T_(r+1)` in `(1+x)^(n)` is `(n(n-1)(n-2)"……"(n-r+1))/(r!) x^(r)` For first negative term, `n -r + 1 lt 0` or `27/5 - r +1 lt 0` or `r gt 32/5` Thus, first negative term occurs when `r = 7`, |
|