197k views
0 votes
Barry has been watching the geese that live in his neighborhood. The number of geese changes each week.

n f(n)
1 56
2 28
3 14
4 7


Which function best shows the relationship between n and f(n)?

User Overactor
by
7.9k points

2 Answers

6 votes

Answer:

c

Explanation:

its just c

User Blackbam
by
9.0k points
4 votes
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.
User KomodoDave
by
7.8k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.