document.write( "Question 772096: The number of bacteria in a culture is given by b(t) = 1400e^0.25t, where t is measured in hours. After how many hours will the number of bacteria in the culture be three times that of the initial number of bacteria? \n" ); document.write( "
Algebra.Com's Answer #470679 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! b(t) = 1400e^0.25t, \n" ); document.write( "At t = 0 the number of bacteria \n" ); document.write( "will be = 1400 \n" ); document.write( "3 * 1400 = 4200 \n" ); document.write( " b(t) = 1400e^0.25t, \n" ); document.write( "4200 = 1400 e^0.25t \n" ); document.write( "4200/1400 = e^0.25t \n" ); document.write( "3 = e^0.25t \n" ); document.write( "loge 3 = 0.25t loge e (loge e = 1) \n" ); document.write( "t = loge 3/0.25 \n" ); document.write( "t = 4.39 hours \n" ); document.write( "t = 4hrs 23mins. \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |