InterviewSolution
Saved Bookmarks
| 1. |
In the expansion of `(x + a)^(n)` the sum of even terms is E and that of odd terms is O, then OE is equal toA. `(x +a)^(2n) - (x - a)^(2n)`B. `(1)/(4) {(x +a)^(2n) - (x - a)^(2n)}`C. `(1)/(4) {(x +a)^(2n) + (x - a)^(2n)}`D. none of these |
|
Answer» Correct Answer - b We have, `(x + a)^(n) = O + E and , (x + a)^(n) = O -E`, ` 40E = (O + E)^(2) - (O - E)^(2)` `rArr 40 E = {( x+a)^(n)}^(2) - {( x - a)^(n) }^(2)` `rArr 40 E = (x +a)^(2n) - (x - a)^(2n)`. |
|