document.write( "Question 556207: I have asked a question similar to this in the past, but its works still elude me...\r
\n" );
document.write( "\n" );
document.write( "A population of a colony of bacteria grows expodentially with time. At start of experiment there are 6000. 1 hr later there are 6500. How long before it reaches 9500. Need exact and numerical approximation... \n" );
document.write( "
Algebra.Com's Answer #362193 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A population of a colony of bacteria grows exponentially with time. \n" ); document.write( " At start of experiment there are 6000. 1 hr later there are 6500. \n" ); document.write( " How long before it reaches 9500. Need exact and numerical approximation... \n" ); document.write( ": \n" ); document.write( "Find k \n" ); document.write( "6000*(1+k) = 6500 \n" ); document.write( "1 + k = \n" ); document.write( "1 + k = 1.0833 \n" ); document.write( "k = 1.0833 - 1 \n" ); document.write( "k = .0833 \n" ); document.write( ": \n" ); document.write( "Find t \n" ); document.write( "6000*(1+.0833)^t = 9500 \n" ); document.write( "1.0833^t = \n" ); document.write( "1,0833^t = 1.5833 \n" ); document.write( "t*ln(1.0833) = ln(1.5833) \n" ); document.write( "t = \n" ); document.write( "t = 5.74 hrs to reach 9500 (from 6000) \n" ); document.write( " \n" ); document.write( " |