document.write( "Question 1194378: Suppose that an outbreak of cholera follows severe f;ooding in an isolated town of 2621 people, initially (Day0), 71 people are infected. Every day after, 12% of thoes still healthy fall ill.\r
\n" );
document.write( "\n" );
document.write( "By what day will 95% of the population be infected? (more specifically on the day before, fewer than this number are infected, but on this day, the number or more are infected)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #826571 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "a = initial number of people infected = 71 \n" ); document.write( "r = 0.12 = growth rate in decimal form \n" ); document.write( "b = 1 + r = 1+0.12 = 1.12 = growth factor\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The template \n" ); document.write( "y = a*b^x \n" ); document.write( "becomes \n" ); document.write( "y = 71*(1.12)^x \n" ); document.write( "and this is an exponential model for the number who fall ill\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = number of days \n" ); document.write( "y = number who are ill\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The town has a population of 2621 \n" ); document.write( "95% of which is 0.95*2621 = 2489.95 which I'll round to the nearest whole number to get 2490\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Once the town has 2490 ill people, it will reach an infection rate of about 95%.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Replace y with 2490 and solve for x. \n" ); document.write( "You'll need logarithms to isolate the exponent.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = 71*(1.12)^x \n" ); document.write( "2490 = 71*(1.12)^x \n" ); document.write( "2490/71 = (1.12)^x \n" ); document.write( "(1.12)^x = 2490/71 \n" ); document.write( "(1.12)^x = 35.070423 \n" ); document.write( "Log[ (1.12)^x ] = Log[ 35.070423 ] \n" ); document.write( "x*Log[ 1.12 ] = Log[ 35.070423 ] \n" ); document.write( "x = Log[ 35.070423 ]/Log[ 1.12 ] \n" ); document.write( "x = 31.389741\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's check to see what happens when we plug in x = 31 \n" ); document.write( "y = 71*(1.12)^x \n" ); document.write( "y = 71*(1.12)^31 \n" ); document.write( "y = 2382.413007 \n" ); document.write( "y = 2382 \n" ); document.write( "We don't reach the goal of 2490, but we get pretty close.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now try x = 32 \n" ); document.write( "y = 71*(1.12)^x \n" ); document.write( "y = 71*(1.12)^32 \n" ); document.write( "y = 2668.302568 \n" ); document.write( "y = 2668 \n" ); document.write( "We're now over the hurdle of 2490\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: Day 32 \n" ); document.write( " \n" ); document.write( " |