InterviewSolution
Saved Bookmarks
| 1. |
What is the sum of the coefficients in the expansion of `(1+x)^(n)` ?A. `2^(n)`B. `2^(n)-1`C. `2^(n)+1`D. `n+1` |
|
Answer» Correct Answer - A Given expansion is `(1+x)^(n)`. Put x = 1, we get Sum of coefficient = `2^(n)`. |
|