InterviewSolution
Saved Bookmarks
| 1. |
Prove that the coefficient of (r + 1)th term in the expansion of (1 + x)n + 1 is equal to the sum of the coefficients of rth and (r + 1)th terms in the expansion of (1 + x)n. |
|
Answer» As we know, the coefficients of (r + 1)th term in (1 + x)n+1 is n+1Cr Therefore, sum of the coefficients of the rth and (r + 1)th terms in (1 + x)n is (1 + x)n = nCr-1 + nCr = n+1Cr [since, nCr+1 + nCr = n+1Cr+1] Thus proved. |
|