document.write( "Question 103087: Suppose a cell divides one time each minute. The number of cells over time:
\n" );
document.write( " TIME{MINUTES} 1 2 3 4 5 6 7
\n" );
document.write( " NUMBER OF CELLS 2 4 8 16 32 64 128\r
\n" );
document.write( "\n" );
document.write( "What is an algebraic expression for the number of cells in terms of the time t?\r
\n" );
document.write( "\n" );
document.write( "What is a numeric expression for the number of cells in terms of the time?----number of cells after 1 minute {2=?}, number after 2 minutes {4=?}, number of cells after 3 minutes {8=?} \n" );
document.write( "
Algebra.Com's Answer #74939 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The number of cells = 2^t \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |