document.write( "Question 330755: Given a starting population of 100 bacteria, the
\n" );
document.write( "formula b = 100(2t ) can be used to find the number
\n" );
document.write( "of bacteria, b, after t periods of time. If each period
\n" );
document.write( "is 15 minutes long, how many minutes will it take
\n" );
document.write( "for the population of bacteria to reach 51,200? \n" );
document.write( "
Algebra.Com's Answer #237114 by stanbon(75887) ![]() You can put this solution on YOUR website! Given a starting population of 100 bacteria, the \n" ); document.write( "formula b = 100(2^t ) can be used to find the number \n" ); document.write( "of bacteria, b, after t periods of time. If each period \n" ); document.write( "is 15 minutes long, how many minutes will it take \n" ); document.write( "for the population of bacteria to reach 51,200? \n" ); document.write( "------------------------- \n" ); document.write( "Solve 51,200 = 100*2^(t/15) \n" ); document.write( "--- \n" ); document.write( "2^(t/15) = 512 \n" ); document.write( "Take the log to get: \n" ); document.write( "(t/15)*log(2) = log(512) \n" ); document.write( "t/15 = 9 \n" ); document.write( "time = 15*9 = 2 hrs and 15 minutes \n" ); document.write( "=================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |