We have the sequence: 40, 20, 10, 5,...
Each term is half the previous term, so it is a geometrical sequence with common ratio r = 0.5.
We can not complete the sequence, as it becomes infinitely smaller and does not have a last term.
But we can write the three next terms to complete the blank spaces: 2.5, 1.25, 0.625.
We can start by writing the recursive formula. We know that each term is half the value of the previous term, so we wil have:
[tex]a_n=0.5\cdot a_{n-1}[/tex]From this recursive formula, we can deduce the explicit formula (in terms of n) as:
[tex]\begin{gathered} a_1=40 \\ a_2=0.5\cdot40=20 \\ a_3=0.5\cdot20=0.5\cdot(0.5\cdot40)=0.5^2\cdot40=10 \\ a_4=0.5\cdot10=0.5\cdot(0.5^2\cdot40)=0.5^3\cdot40 \\ \Rightarrow a_n=40\cdot0.5^{n-1} \end{gathered}[/tex]Answer:
a) Geometric sequence with r = 0.5.
The sequence first terms are: 40, 20, 10, 5, 2.5, 1.25, 0.625.
b) The recursive formula is a(n) = 0.5*a(n-1).
The explicit formula is a(n) = 40*0.5^(n-1).