document.write( "Question 1193275: MAT 145: Topics In Contemporary Math\r
\n" );
document.write( "\n" );
document.write( " 19: Solving Exponential Growth\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "1) The population of fuzzy quadrupeds doubles every month after they are introduced to a
\n" );
document.write( "new region. Suppose 5 fuzzy quadrupeds are accidentally introduced to Springfield when
\n" );
document.write( "a family visited the region to which fuzzy quadrupeds are native. How many months
\n" );
document.write( "would it take for there to be 325 fuzzy quadrupeds in Springfield?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #825278 by Theo(13342) You can put this solution on YOUR website! growth factor = 2 per month \n" ); document.write( "formula is f = p * g ^ n \n" ); document.write( "f is the future value \n" ); document.write( "p is the presen value \n" ); document.write( "g is the growth factor per time period \n" ); document.write( "n is the number of time periods \n" ); document.write( "in t his problem: \n" ); document.write( "f = 325 \n" ); document.write( "p = 5 \n" ); document.write( "n = number of months. \n" ); document.write( "g = growth factor = 2 per month. \n" ); document.write( "formula becomes 325 = 5 * 2 ^ n \n" ); document.write( "divide both sides of this equation by 5 to get: \n" ); document.write( "325 / 5 = 2 ^ n \n" ); document.write( "take the log of both sides of the equation to get: \n" ); document.write( "log(325/5) = log(2^n) \n" ); document.write( "by log rules, this becomes: \n" ); document.write( "log(325/5) = n * log(2) \n" ); document.write( "divide both sides of the equation by log(2) and solve for n to get: \n" ); document.write( "n = log(325/5) / log(2) = 6.022367813. \n" ); document.write( "confirm by replacing n in the original equation by that to get: \n" ); document.write( "f = 5 * 2 ^ 6.022367813 = 325, confirming the value of n is good. \n" ); document.write( "your solution is that it would take 6.022367813 months for the 5 fuzzy quadrupeds to grow to 325. \n" ); document.write( "that would be in the 7th month. \n" ); document.write( "here's what it looks like on a graph. \n" ); document.write( " ![]() \n" ); document.write( "the unshaded area of the graph is between the end of month 6 and the end of month 7. \n" ); document.write( " |