

InterviewSolution
Saved Bookmarks
1. |
The total number of different terms in the product `(.^(101)C_(0) - .^(101)C_(1)x+.^(101)C_(2)x^(2)-"….."-.^(101)C_(101)x^(101))(1+x+x^(2)+"…."+x^(100))^(101)` is `"____"`. |
Answer» Correct Answer - 102 `(.^(101)C_(0).^(101)C_(1)x+.^(101)C_(2)x^(2)-"...."-.^(101)C_(101)x^(101))(1+x+x^(2)+"...."+x^(100))^(101)` `= (1-x)^(101).((1-x^(101))/(1-x))^(101)` `= (1-x^(101))^(101)` `:.` Number of different terms `= 102` |
|