document.write( "Question 1005174: A bacteria colony grows continuously at an exponential rate. There are initially 1.6 million present. After 4 days, there are 6.6 million present.
\n" );
document.write( "a. What is an equation modeling the number of bacteria present after \"d\" days?
\n" );
document.write( "b. How many bacteria will be present after 9 days?
\n" );
document.write( "c. How long will it take the number of bacteria to reach 90 million?\r
\n" );
document.write( "\n" );
document.write( "Can someone explain this in detail? I am really having trouble with the question. \n" );
document.write( "
Algebra.Com's Answer #621518 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A bacteria colony grows continuously at an exponential rate. There are initially 1.6 million present. After 4 days, there are 6.6 million present. \n" ); document.write( "-------------------------- \n" ); document.write( "y = ab^x \n" ); document.write( "a = 1.6 million \n" ); document.write( "6.6 million = 1.6*b^4 \n" ); document.write( "b^4 = 4.125 \n" ); document.write( "b = 1.425 \n" ); document.write( "---- \n" ); document.write( "a. What is an equation modeling the number of bacteria present after \"d\" days? \n" ); document.write( "y = 1.6*1.425^d \n" ); document.write( "----------------------- \n" ); document.write( "b. How many bacteria will be present after 9 days? \n" ); document.write( "y = 1.6*1.425^9 = 38.77 million \n" ); document.write( "--------------------- \n" ); document.write( "c. How long will it take the number of bacteria to reach 90 million? \n" ); document.write( "90 = 1.6*1.425^x \n" ); document.write( "1.425^x = 56.25 \n" ); document.write( "x = log(56.25)/log(1.425) \n" ); document.write( "x = 11.38 days \n" ); document.write( "--------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |