StepWorking
01Given
In the expansion of (1+2x)n, the coefficients of three consecutive terms Tr+1,Tr+2,Tr+3 are in the ratio 2:5:8.
02Goal
Find the coefficient of the middle of these three terms, which is Tr+2.
03Approach
The general term is Tk+1=(kn)2kxk, with coefficient ck=(kn)2k. Set up two ratios cr+1cr=52 and cr+2cr+1=85 using the property (k+1n)(kn)=n−kk+1, solve for n and r, then compute cr+1=(r+1n)2r+1.
04Execute
From the first ratio:
(r+1n)2r+1(rn)2r=52⟹2(n−r)r+1=52⟹n−rr+1=54
5r+5=4n−4r⟹4n−9r=5— (1)
05Execute
From the second ratio:
(r+2n)2r+2(r+1n)2r+1=85⟹2(n−r−1)r+2=85⟹n−r−1r+2=45
4r+8=5n−5r−5⟹5n−9r=13— (2)
06Execute
Subtracting (1) from (2):
(5n−9r)−(4n−9r)=13−5⟹n=8
Substitute n=8 into (1):
4(8)−9r=5⟹32−5=9r⟹r=3
07Execute
The middle term is Tr+2=T5. Its coefficient is:
(r+1n)2r+1=(48)24=70×16=1120
✓Verify
Verify the coefficients: c3=(38)23=56×8=448, c4=1120, c5=(58)25=56×32=1792. The ratio is 448:1120:1792. Dividing each by 224 gives 2:5:8, exactly matching the given ratio.