document.write( "Question 178871: A bacteria culture doubles in size every 8 hrs. The culture starts with 150 cells. How many will there be after 24 hrs? 72hrs? \n" ); document.write( "
Algebra.Com's Answer #133812 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A bacteria culture doubles in size every 8 hrs. The culture starts with 150 cells. How many will there be after 24 hrs? 72hrs? \n" ); document.write( "-------------- \n" ); document.write( "A(t) = A(0)*2^(t/8) \n" ); document.write( "A(24) = 150*2^(24/8) = 150*2^3 = 150*8 = 1200 \n" ); document.write( "-------- \n" ); document.write( "A(72) = 150*2^(72/8) = 150*2^9 = 76800 \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |