document.write( "Question 177896: If a bacteria population starts with 100 bacteria and doubles every three hours, then the number of bacteria after t hours is n=f(t)=100(2 to the t/3 power). When will the population reach 50,000? \n" ); document.write( "
Algebra.Com's Answer #132887 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If a bacteria population starts with 100 bacteria and doubles every three hours, then the number of bacteria after t hours is n=f(t)=100(2 to the t/3 power). When will the population reach 50,000? \n" ); document.write( "--------------------- \n" ); document.write( "50,000 = 100(2)^(t/3) \n" ); document.write( "2^(t/3) = 500 \n" ); document.write( "Take the log of both sides to get: \n" ); document.write( "(t/3)log2 = log500 \n" ); document.write( "t/3 = log(500)/log(2) \n" ); document.write( "t/3 = 8.9657.. \n" ); document.write( "t = 26.9 hours \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |