document.write( "Question 1062302: A colony of bacteria increases by 1 % each day. If there were 2.4 million bacteria on day 5, how many million bacteria will there be on day 17? \n" ); document.write( "
Algebra.Com's Answer #677176 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A colony of bacteria increases by 1 % each day. If there were 2.4 million bacteria on day 5, how many million bacteria will there be on day 17? \n" ); document.write( "---------- \n" ); document.write( "b0 = # on day zero \n" ); document.write( "--- \n" ); document.write( "b = b0*1.01^t \n" ); document.write( "2.4 = b0*1.01^5 \n" ); document.write( "b0 = 2.4/(1.01^5) \n" ); document.write( "----- \n" ); document.write( "On day 17: \n" ); document.write( "b = b0*1.01^17 = 1.01^17*2.4/(1.01^5) = 2.4*1.01^12 \n" ); document.write( "b = 2.70438 million \n" ); document.write( " \n" ); document.write( " |