 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | In the expansion of `(1+x)^n`, the sum of the coefficients of the terms in even positions is `2^(n-1)`A. `2^(n)`B. `2^(n)-1`C. `2^(n)+1`D. None of these | 
| Answer» Correct Answer - B Sum of all binomial coefficients `=(1+1)^(n)=2^(n)` `therefore` Sum of even binomial coefficient `=(2^(n))/(2)=2^(n-1)` | |