document.write( "Question 1092736: A researcher is investigating a specimen of bacteria. She finds that the original
\n" );
document.write( "1000 bacteria grew to 2,048,000 in 60 hours. How fast does the bacteria (a)
\n" );
document.write( "double? (b) quadruple?
\n" );
document.write( "� \n" );
document.write( "
Algebra.Com's Answer #707342 by rothauserc(4718) You can put this solution on YOUR website! N(t) = No * e^(r * t), where N(t) is population after time t, No is original population, r is growth rate, t is time \n" ); document.write( ": \n" ); document.write( "take natural log of both sides of = \n" ); document.write( ": \n" ); document.write( "ln(N/No) = r * t \n" ); document.write( ": \n" ); document.write( "r = ln(N/No) / t = ln(2,048,000/1000) / 60 = 0.1271 \n" ); document.write( ": \n" ); document.write( "t = ln(N/No) / r \n" ); document.write( ": \n" ); document.write( "a) t = ln(2000/1000) / 0.1271 = 5.4536 hours \n" ); document.write( ": \n" ); document.write( "b) t = ln(4000/1000) / 0.1271 = 10.9071 hours \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |