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, them `O^(2) + E^(2)` is equal toA. `(x +a)^(2n) + (x -a)^(2n)`B. `(1)/(2) {(x +a)^(2n) + (x - a)^(2n)}`C. `(1)/(2) {(x +a)^(2n) - (x - a)^(2n)}`D. `(x + a)^(2n) - (x -a)^(2n)` |
|
Answer» Correct Answer - b We have , `(x +a)^(n) = O + E and (x -a)^(n) = =O - E` `therefore O^(2) + E^(2) = (1)/(2) {(O+E)^(2) - (O-E)^(2)} = (1)/(2) {(x+a)^(2n) - (x -a)^(2n)}`. |
|