Question 50900
There are two containers that contain bacteria cells.  The bacteria will double its numbers every 20 minutes.  One container has 100 cells and the other contains 250 cells.  Write an expression that shows the above information.
------------------------
Number of bacteria at time t minutes = (100+250)*2^(t/20)

Cheers,
Stan H.