document.write( "Question 607678: a food is dropped on the floor and is growing bacteria exponentially according to the model y=2e^kt where t is time in seconds\r
\n" );
document.write( "\n" );
document.write( "if there are 2 cells initially and 8 cells after 20 seconds, find the value of k for the bacteria and frind how much bacteria is on the food after 5 seconds \n" );
document.write( "
Algebra.Com's Answer #382927 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! model y=2e^kt where t is time in seconds \n" ); document.write( "if there are 2 cells initially and 8 cells after 20 seconds, find the value of k for the bacteria \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "divide both sides by 2 \n" ); document.write( " \n" ); document.write( "using natural logs \n" ); document.write( "20k = ln(4) \n" ); document.write( "20k = 1.3863 \n" ); document.write( "k = \n" ); document.write( "k = .0693 \n" ); document.write( ": \n" ); document.write( "find how much bacteria is on the food after 5 seconds \n" ); document.write( "y = \n" ); document.write( "y = 2.74 ~ 3 cells \n" ); document.write( " |