

InterviewSolution
Saved Bookmarks
1. |
The sum of the co-efficients of all odd degree terms in the expansion of (x+sqrt(x^3-1))^5+(x-(sqrt(x^3-1))^5`, (x gt 1)`A. 2B. -1C. 0D. 1 |
Answer» Correct Answer - A `(x+sqrt(x^(3)-1))^(5) + (x-sqrt(x^(3)-1))^(5)` `= 2[.^(5)C_(0)x^(5)+.^(5)C_(2)x^(3)(sqrt(x^(3)-1))^(2) + .^(5)C_(4)x(sqrt(x^(3)-1))^(4)]` `=2[x^(5)+10x^(3)(x^(3)-1)+5x(x^(3)-1)^(2)]` `= 2[x^(5)+10x^(6)-10x^(3)+5x^(7)-10x^(4)+5x]` `:.` Sum of the coeffcient of odd degree terms `= 2(1-0+5+5) = 2` |
|