document.write( "Question 578197: Given a starting population of 100 bacteria, the formula b=100(2^t) can be used to find the number of bacteria, \"b\", after \"t\" periods of time. If each period is 15 minutes long, how many minutes will it take for the population of bacteria to reach 51,200?
\n" ); document.write( "i already know the answer is 135...but how do you get that?
\n" ); document.write( "

Algebra.Com's Answer #370544 by dfrazzetto(283)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "b=100(2^t)\r
\n" ); document.write( "\n" ); document.write( "51,200 = 100 (2^t) \r
\n" ); document.write( "\n" ); document.write( "512 = 2^t\r
\n" ); document.write( "\n" ); document.write( "**take the log(base 2) of both sides\r
\n" ); document.write( "\n" ); document.write( "log(512) = log (2^t)\r
\n" ); document.write( "\n" ); document.write( "9 = t\r
\n" ); document.write( "\n" ); document.write( "so 9 'periods' of time, to get minutes:\r
\n" ); document.write( "\n" ); document.write( "minutes = 15t = 15 x 9 = 135 minutes\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );