document.write( "Question 387822: A biologist finds that the population of a certain type of bacteria doubles each half-hour. An initial culture has 90 bacteria.
\n" );
document.write( "How long will it take for the number of bacteria to reach 368,640? \n" );
document.write( "
Algebra.Com's Answer #274168 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A biologist finds that the population of a certain type of bacteria doubles each half-hour. An initial culture has 90 bacteria. \n" ); document.write( "How long will it take for the number of bacteria to reach 368,640? \n" ); document.write( "------ \n" ); document.write( "A(t) = Ao*2^(2t) \n" ); document.write( "---- \n" ); document.write( "368640 = 90*2^(2t) \n" ); document.write( "4096 = 2^(2t) \n" ); document.write( "(2t)ln(2) = ln(4096) \n" ); document.write( "2t = ln(4096)/ln(2) \n" ); document.write( "2t = 12 \n" ); document.write( "t = 6 hours \n" ); document.write( "============ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |