document.write( "Question 24057: A scientist found that the number of bacteria in a culture doubled every hour. If there were 1000 bacteria at 6:00 a.m., how many bacteria were there at 10:00 a.m.? \n" ); document.write( "
Algebra.Com's Answer #12776 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! You started with 1000 bacteria and then doubled every hour \n" ); document.write( "Between 6AM and 10AM, there are 4 hours \n" ); document.write( "Let n = number of bacteria \n" ); document.write( "Let h = number of hours passed \n" ); document.write( "At the beginning: \n" ); document.write( "n = 1000 \n" ); document.write( "h = 1 , n = 2000 \n" ); document.write( "h = 2 , n = 4000 \n" ); document.write( "h = 3 , n = 8000 \n" ); document.write( "h = 4 , n = 16000 \n" ); document.write( "so, after 4 hours, there are 16000 bacteria. \n" ); document.write( "It looks like the formula is: \n" ); document.write( " |