106k views
11 votes
The sequence below shows the number of bacteria Arjun observed each hour for a science experiment:

5, 20, 80, 320, 1, 280,...
Which recursive function describes the number of bacteria observed at the nth hour?

The sequence below shows the number of bacteria Arjun observed each hour for a science-example-1
User Johnnieb
by
5.5k points

1 Answer

7 votes

Answer: f(1) =5

f(n+1)=4f(n)

Explanation:

User Raaghu
by
5.6k points