Worked solution
Part (a): Expanding (1−2x)6
Using the binomial expansion with a=1 and b=−2x:
(1−2x)6=∑r=06(r6)(1)6−r(−2x)r=∑r=06(r6)(−2)rxr.
Computing each coefficient up to r=3:
- r=0: (06)(−2)0=1×1=1
- r=1: (16)(−2)1=6×(−2)=−12
- r=2: (26)(−2)2=15×4=60
- r=3: (36)(−2)3=20×(−8)=−160
Check: using Pascal’s triangle, row 6 is 1,6,15,20,15,6,1, and multiplying by (−2)r=1,−2,4,−8,… for r=0,1,2,3 gives the same values 1,−12,60,−160.
So
(1−2x)6=1−12x+60x2−160x3+…
Part (b): Coefficient of x3 in (2+5x)(1−2x)6
Using the expansion from part (a), the coefficient of x3 in the product (2+5x)(1−12x+60x2−160x3+…) comes from two contributions:
- 2×(coefficient of x3)=2×(−160)=−320
- 5x×(coefficient of x2)=5×60=300 (since 5x×60x2=300x3)
Adding these:
−320+300=−20.
Check by expanding the product term by term up to x3:
(2+5x)(1−12x+60x2−160x3)=2−24x+120x2−320x3+5x−60x2+300x3+…
Collecting the x3 terms: −320x3+300x3=−20x3, confirming the coefficient is −20.
Final answers
- (a) (1−2x)6=1−12x+60x2−160x3+…
- (b) Coefficient of x3 in (2+5x)(1−2x)6 is −20.