116k views
17 votes
a bug population doubles every 5 days. If you start with 6 bugs, how many bugs will there be in 35 days

User Vish
by
5.4k points

1 Answer

12 votes

Answer:

768 bugs

Explanation:

You can rewrite this problem as a function as time where the bug population is f(x), and x is the number of days since the start.

f(x)=6*2^(x/5)

Here, the 6 represents the number of bugs that you start with, the two shows that they double every day, and the /5 shows that they double every 5 days.

By plugging in 35, you get 6*2^7, which is 768.

User Enchanterkeiby
by
6.4k points