document.write( "Question 387793: 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 #275030 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
first, let us make a table to see how the data behaves:\r
\n" ); document.write( "\n" ); document.write( "1/2 hour periods 0 1 2 3 4 .......\r
\n" ); document.write( "\n" ); document.write( "number of bacteria 90 180 360 720 1440\r
\n" ); document.write( "\n" ); document.write( "As stated in the problem, the above shows that the initial number of bacteria doubles each 1/2 hour. It can also be seen that we can calculate the number of bacteria reached at any period by multiplying the original amount of 90 by 2^period number. For example, the 720 reached after 3 periods is determined by multiplying the original amount of 90 by 2^3, after 4 periods by 2^4, after 2 periods by 2^2, etc. \r
\n" ); document.write( "\n" ); document.write( "If we call the original amount, P, and the amount reached after a certain number of 1/2 hour periods, A, and period number, n, we can come up with the following relationship:\r
\n" ); document.write( "\n" ); document.write( "A = P (2^n)\r
\n" ); document.write( "\n" ); document.write( "For this problem:\r
\n" ); document.write( "\n" ); document.write( "368640 = 90(2^n)
\n" ); document.write( "2^n=368640/90=4096
\n" ); document.write( "use logarithms to solve
\n" ); document.write( "n (log 2)=log 4096
\n" ); document.write( "n=log 4096/(log 2) = 12\r
\n" ); document.write( "\n" ); document.write( "ans: after 12 (1/2 hour) periods, or 6 hours, the bacteria count would have reached 368640
\n" ); document.write( "
\n" );