InterviewSolution
Saved Bookmarks
| 1. |
Find the coefficient of x5 in (x + \(\frac{1}{x^2}\))17 |
|
Answer» Here, x → x, a → \(\frac{1}{x^2}\) and n = 17 Tr+1 = 17Cr.x17-r(\(\frac{1}{x^2}\))r = 17Crx17-3r To find the coefficient of x5, equate the power of x to 5 ∴ 17 – 3r = 5 12 = 23 ⇒ r = 4 T4+1 = T5 = 17C4.x5 ∴ The coefficient of x5 is 17C4 |
|