asked 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)?

2 Answers

6 votes

Answer:

c

Explanation:

its just c

answered
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.
answered
User KomodoDave
by
7.8k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.