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:
From this recursive formula, we can deduce the explicit formula (in terms of n) as:
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).