111k views
1 vote
An initial number of bacteria presented in a culture is 1,000. This number triples every 30 minutes. Write a function expressing the number of bacteria over time.

User Auerbachb
by
8.9k points

1 Answer

5 votes
tripiling time is

A=P(3)^ (t)/(r)
t=time elapsed
r=tripling time
P=initial amount


so



A=1000(3)^ (t)/(30)
when time is measured in minutes
if measured in hours then


A=1000(3)^(2t) or
A=1000(9)^(t)
User Aater Suleman
by
8.1k points