document.write( "Question 1062355: An insect colony has a population that is modeled by p = 427e^t/18, where t is the number of days since scientists begin studying the colony. How many days will it take for the population to reach 700? \n" ); document.write( "
Algebra.Com's Answer #677241 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! An insect colony has a population that is modeled by p = 427e^t/18, where t is the number of days since scientists begin studying the colony. How many days will it take for the population to reach 700? \n" ); document.write( "-------- \n" ); document.write( "I'll assume the exponent is t/18 \n" ); document.write( "p = 427e^(t/18) = 700 \n" ); document.write( "e^(t/18) = 700/427 = 100/61 \n" ); document.write( "t/18 = ln(100/61) \n" ); document.write( "t = 18*ln(100/61) days \n" ); document.write( " \n" ); document.write( " |