InterviewSolution
Saved Bookmarks
| 1. |
If the sum of odd terms and the sum of even terms in (x + a)^n are p and q respectively then 4pq = |
|
Answer» `(X+a)^(2N) - (x -a )^(2n)` |
|