document.write( "Question 1022737: A culture of bacteria has 20 cells in it. The number of cells doubles every 30 minutes
\n" );
document.write( "A) write the first 5 terms of this sequence
\n" );
document.write( "B)is this sequence arithmetic or geometric? Explain how you know
\n" );
document.write( "C)write the general term for the sequence
\n" );
document.write( "D)use your formula to determine the number of cells after 8 hours
\n" );
document.write( "Step by step answers would be appreciated thanks in advance ☺ \n" );
document.write( "
Algebra.Com's Answer #638365 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A culture of bacteria has 20 cells in it. The number of cells doubles every 30 minutes \n" ); document.write( "-------------\r \n" ); document.write( "\n" ); document.write( "A) write the first 5 terms of this sequence \n" ); document.write( "Using 30 mins as the period: \n" ); document.write( "20, 40, 80, 160, 320 \n" ); document.write( "------------------ \n" ); document.write( "B)is this sequence arithmetic or geometric? Explain how you know \n" ); document.write( "Geometric. The terms are multiplied, not added to. \n" ); document.write( "------------------------ \n" ); document.write( "C)write the general term for the sequence \n" ); document.write( "C = 20*2^n where C = # of cells, n = # of periods \n" ); document.write( "-------------- \n" ); document.write( "D)use your formula to determine the number of cells after 8 hours \n" ); document.write( "8 hours = 16 periods \n" ); document.write( "C = 20*2^16 \n" ); document.write( "C = 1310720 cells \n" ); document.write( " \n" ); document.write( " |