document.write( "Question 1010208: The number of bacteria N(t)present in a culture at time t hours is given by the following.
\n" );
document.write( "N(t) = 1600(2)^t
\n" );
document.write( "Find the number of bacteria for the following values of t.
\n" );
document.write( "(a) t = 0 hours
\n" );
document.write( "
\n" );
document.write( " bacteria\r
\n" );
document.write( "\n" );
document.write( "(b) t = 6 hours
\n" );
document.write( "
\n" );
document.write( " bacteria \n" );
document.write( "
Algebra.Com's Answer #625663 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! For the formula \n" ); document.write( "N(t) = 1600(2)^t \n" ); document.write( "we have \n" ); document.write( "N(0) = 1600(2)^0 = 1600 bacteria \n" ); document.write( "N(6) = 1600(2)^6 = 102400 bacteria \n" ); document.write( " |