document.write( "Question 237999: Bacteria grow by cell division. If each cell divides into 2 in every 2 minutes how many cells will exist after 32 minutes? Assume there was only one cell at the beginning \n" ); document.write( "
Algebra.Com's Answer #174919 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Bacteria grow by cell division. If each cell divides into 2 in every 2 minutes how many cells will exist after 32 minutes? Assume there was only one cell at the beginning \n" ); document.write( ". \n" ); document.write( "Apply exponential growth equation: \n" ); document.write( "A(t) = Pe^(rt) \n" ); document.write( "where \n" ); document.write( "A(t) is amount at time t (2) \n" ); document.write( "P is the initial amount (1) \n" ); document.write( "r is rate of growth (unknown) \n" ); document.write( "t is time (2) \n" ); document.write( ". \n" ); document.write( "Finding r: \n" ); document.write( "A(t) = Pe^(rt) \n" ); document.write( "2 = 1e^(2r) \n" ); document.write( "ln(2) = 2r \n" ); document.write( "ln(2)/2 = r \n" ); document.write( ". \n" ); document.write( "Cells at 32 minutes: \n" ); document.write( "A(32) = 1e^(ln(2)/2 * 32) \n" ); document.write( "A(32) = e^(ln(2) * 16) \n" ); document.write( "A(32) = 65536 cells \n" ); document.write( " |