document.write( "Question 199694: 4. A cell divides into two identical copies every 4 minutes. How many cells will exist after 5 hours?
\n" );
document.write( "I can find the answer to this but not algebraically could you please help me do this right? \n" );
document.write( "
Algebra.Com's Answer #150070 by ankor@dixie-net.com(22740)![]() ![]() 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( "t = time in minutes \n" ); document.write( "f(t) = 2^(t/4) \n" ); document.write( "after 5 hrs: 5 * 60 = 300 minutes \n" ); document.write( "f(t) = 2^(300/4) \n" ); document.write( "f(t) = 2^75 \n" ); document.write( "f(t) = 3.78(10^22) \n" ); document.write( " |