asked 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
asked
User Johnnieb
by
8.4k points

1 Answer

7 votes

Answer: f(1) =5

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

Explanation:

answered
User Raaghu
by
8.4k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.