- Messages
- 124
- Reaction score
- 30
- Points
- 38
- extend the whole equation like this: 1^5 + 5C1 x (x + 3x^2) + ...... + 5C4 x (x + 3x^2)^4 + 5C5 x (x + 3x^2)^5
- 5C4 gives you 5 and 5C5 gives you just 1 .
- you will only get the coefficient of x^8 from the last two. Therefore,
- (5 x 81) + ( 1 x 270) = 675 which is the coefficient of x^8