InterviewSolution
Saved Bookmarks
| 1. |
What is the number of non-zero terms in the expansion of `(1+2 sqrt(3)x)^(11) + (1 - 2 sqrt(3)x)^(11)` (after simplification)?A. 4B. 5C. 6D. 11 |
|
Answer» Correct Answer - C We know, in the expansion of `(x+y)^(n)+(x-y)^(n)`, of n = even, then number of non zero terms is `(n)/(2) + 1` n = odd, then number of non zero terms in `(n+1)/(2)`. Here, n = 11 which is odd. `therefore` number of non zero terms = `(11+1)/(2)=6`. |
|