Consider we need to find f(n).
Given:
Achilles ordered a pizza with 16 slices.
Every hour, he ate half of the remaining slices.
To find:
The function f(n) that is the number of slices Achilles ate in the hour since he got home.
Solution:
Initial number of slices = 16
Every hour, he ate half of the remaining slices. So, the number slices Achilles ate in the hour since he got home are:
8, 4, 2, 1, ...
It is a geometric sequence with first term 8 and common ratio [tex]\dfrac{1}{2}[/tex].
The explicit formula for a geometric sequence is:
[tex]f(n)=ar^{n-1}[/tex]
Where, a is the first term and r is the common ratio.
Substituting [tex]a=8,r=\dfrac{1}{2}[/tex], we get
[tex]f(n)=8\left(\dfrac{1}{2}\right)^{n-1}[/tex]
Therefore, the function f(n) that is the number of slices Achilles ate in the hour since he got home is [tex]f(n)=8\left(\dfrac{1}{2}\right)^{n-1}[/tex].