document.write( "Question 1153174: A colony of bacteria originally contains 200 bacteria. It doubles in size every 30 minutes. How many hours will it take for the colony to contain 2,000 bacteria? (Round your answer to one decimal place. \n" ); document.write( "
Algebra.Com's Answer #775339 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
A colony of bacteria originally contains 200 bacteria. It doubles in size every 30 minutes. How many hours will it take for the colony to contain 2,000 bacteria?
\n" ); document.write( "------------
\n" ); document.write( "t = # of 1/2 hour increments.
\n" ); document.write( "---
\n" ); document.write( "2000 = 200*2^t
\n" ); document.write( "2^t = 10
\n" ); document.write( "t*log(2) = log(10) = 1
\n" ); document.write( "t = 1/log(2) =~ 3.322 half hours.
\n" ); document.write( "etc
\n" ); document.write( "
\n" );