document.write( "Question 697250: Suppose that the number of bacteria in a certain population increases according to an exponential growth model, with a growth rate of 19% per hour. Suppose also that a sample culture of 2300 bacteria is obtained from this population. Find the size of the sample after five hours. Round your answer to the nearest integer. \r
\n" );
document.write( "\n" );
document.write( "Bacteria= ? \n" );
document.write( "
Algebra.Com's Answer #429831 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Suppose that the number of bacteria in a certain population increases according to an exponential growth model, with a growth rate of 19% per hour. \n" ); document.write( " Suppose also that a sample culture of 2300 bacteria is obtained from this population. \n" ); document.write( " Find the size of the sample after five hours. Round your answer to the nearest integer. \n" ); document.write( ": \n" ); document.write( "Let A = amt after 5 hrs \n" ); document.write( ": \n" ); document.write( "A = 2300*(1.19)^5 \n" ); document.write( "A = 2300*2.286 \n" ); document.write( "A ~ 5489 bacteria after 5 hrs \n" ); document.write( " |