document.write( "Question 376081:  If the population of bacteria doubles every 30 min,how long would it take for the population to triple.
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #267557 by Alan3354(69443)     You can put this solution on YOUR website! F = P*2^t F = Future, P = Present, t = 30 min periods \n" ); document.write( "3P = P*2^t \n" ); document.write( "3 = 2^t \n" ); document.write( "log(3) = t*log(2) \n" ); document.write( "t = log(3)/log(2) \n" ); document.write( "t =~ 30*1.58496 \n" ); document.write( "t =~ 47.548875 minutes \n" ); document.write( " \n" ); document.write( " |