Respuesta :
f(n) is so that
F(0)= 102.
For every other n that comes after that:
F(n) = F(n-1)/2
In other words, the function works in a way that every week you'll have half of the geese you had the last week.
F(0)= 102.
For every other n that comes after that:
F(n) = F(n-1)/2
In other words, the function works in a way that every week you'll have half of the geese you had the last week.