Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. G (generation time) = (time, in minutes or hours)/n(number of generations)
  2.  
  3. G = t/n
  4.  
  5. t = time interval in hours or minutes
  6.  
  7. B = number of bacteria at the beginning of a time interval
  8.  
  9. b = number of bacteria at the end of the time interval
  10.  
  11. n = number of generations (number of times the cell population doubles during the time interval)
  12.  
  13. b = B x 2n (This equation is an expression of growth by binary fission)
  14.  
  15. Solve for n:
  16. logb = logB + nlog2
  17.  
  18. n = logb - logB
  19. --------------
  20. log2
  21.  
  22. n = logb - logB
  23. -------------
  24. .301
  25.  
  26. n = 3.3 logb/B
  27.  
  28. G = t/n
  29.  
  30. Solve for G
  31. G = t
  32. -----------
  33. 3.3 log b/B
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement