Worked solution
Part (a): Finding the common ratio
The sum to infinity of a geometric progression with first term a and common ratio r (where ∣r∣<1) is
S∞=1−ra.
Here a=8 and S∞=20, so
20=1−r8⟹1−r=208=0.4⟹r=1−0.4=0.6.
Check: ∣r∣=0.6<1, so a sum to infinity genuinely exists, and substituting back, 1−0.68=0.48=20 ✓, matching the given value.
Part (b): The 4th term
u4=ar3=8×(0.6)3=8×0.216=1.728.
Check: listing the terms directly, u1=8, u2=8(0.6)=4.8, u3=4.8(0.6)=2.88, u4=2.88(0.6)=1.728. Building up term by term gives the same value.
Part (c): Least n for which Sn>19.9
Sn=1−ra(1−rn)=0.48(1−0.6n)=20(1−0.6n).
We need
20(1−0.6n)>19.9⟹1−0.6n>0.995⟹0.6n<0.005.
Taking natural logs of both sides (and reversing the inequality, since ln(0.6)<0):
nln(0.6)<ln(0.005)⟹n>ln(0.6)ln(0.005).
Using ln(0.005)≈−5.2983 and ln(0.6)≈−0.5108:
n>−0.5108−5.2983≈10.37.
Since n must be a positive integer, the least candidate is n=11; we verify this directly rather than relying on the rounded boundary:
0.610≈0.0060466,S10=20(1−0.0060466)≈19.879,
0.611≈0.0036280,S11=20(1−0.0036280)≈19.927.
Check: S10≈19.879<19.9, so 10 terms are not enough, while S11≈19.927>19.9, so 11 terms are enough. This confirms the least value of n is 11.
Final answers
- (a) Common ratio r=0.6.
- (b) 4th term u4=1.728.
- (c) The least value of n for which Sn>19.9 is 11.