document.write( "Question 631370: A beehive has a population of 200 bees.In one week,the population increases to 210.Predict the bee population in three weeks. \n" ); document.write( "
Algebra.Com's Answer #397519 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The increase after the first week = 210/200 = 1.05 \n" ); document.write( "If the population increases by the same rate, then after the 2nd week there will be 210*1.05 = 221 (rounding up) \n" ); document.write( "After the 3rd week there will be 221*1.05 = 232 (round up) \n" ); document.write( "The general formula is P(n) = 200*1.05^n where n is the number of weeks \n" ); document.write( " |