document.write( "Question 194641: A cell divides into two identical copies every 4 minutes. How many cells will exist after 5 hours?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #146027 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A cell divides into two identical copies every 4 minutes. How many cells will exist after 5 hours? \n" ); document.write( "---------------- \n" ); document.write( "A(t) = Ao*(2)^(t/4 min) \n" ); document.write( "----------------------- \n" ); document.write( "Note: 5 hours = 5*60 = 300 minutes \n" ); document.write( "----------------------- \n" ); document.write( "A(300) = 1*2^(300/4) \n" ); document.write( "A(300) = 2^75 \n" ); document.write( "A(300) = 3.777893186..x 10^22 cells \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |