InterviewSolution
Saved Bookmarks
| 1. |
In the expansion of (1+ a)m+n , prove that coefficients of am and an are equal. |
|
Answer» We have Tr + 1 = m + nCr ar ⇒ Coefficient of ar = m + nCr ∴ Coefficient of am = m + nCm Similarly, coefficient of an = m + nCn = m + nC(m + n) - n = m + nCm ∴ Coefficient of am = coefficient of an |
|