Petri dish frenzy

A scientist has discovered a new species of bacteria ( Brilliantium Tribonaccii ) with some strange properties when placed in a special medium:

  • the bacteria is able to replicate itself exactly once every second;
  • the daughter bacteria has the same properties as the initial one;
  • after its third replication, a bacteria will die immediately.

If the scientist puts 1 1 bacteria in the medium, how many bacteria will he observe at t = 30 s ? t=30\text{ s}?


The answer is 98950096.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Pari Verma
Apr 25, 2018

At time = t =t , let the number of bacterias who have not replicated even once be a t a_t . The number of bacterias who have replicated once be b t b_t and the number of bacterias who have replicated twice be c t c_t . We can now express the rules of division as follows :-

a t + 1 = a t + b t + c t a_{t+1} = a_t + b_t + c_t

b t + 1 = a t b_{t+1} = a_t

c t + 1 = b t c_{t+1} = b_t

Also at t = 0 t=0 , a 0 = 1 , b 0 = c 0 = 0 a_0 = 1, b_0 = c_0 = 0 . Using these initial conditions and the three recurrence relations above we can evaluate the values of a 30 , b 30 a_{30}, b_{30} and c 30 c_{30} . The values turn out to be - a 30 = 53798080 , b 30 = 29249425 a_{30} = 53798080, b_{30} = 29249425 and c 30 = 15902591 c_{30} = 15902591 . Hence, the total number of alive bacterias at t = 30 t = 30 are a 30 + b 30 + c 30 = 98950096 a_{30} + b_{30} +c_{30} = 98950096 .

Note: The above computation can also be viewed as matrix multiplication, which can be used to construct an efficient algorithm for this problem.( End of Note )

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...