document.write( "Question 1075515: The population of Dallas County, which follows the exponential growth model, increaed from 491,675 in 2000 to 782,341 in 2010.
\n" );
document.write( "A- Find the exponential growth rate, k.
\n" );
document.write( "B- Write the exponential growth funtion. Use growth rate found in a.
\n" );
document.write( "C- What should the population be in 2016? Use function from b.
\n" );
document.write( "D- When should the population be 999,999? use the funtion from b.
\n" );
document.write( "E- How long will it take the population to double? Use growth rate found in A. \n" );
document.write( "
Algebra.Com's Answer #690164 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! A. 782341/491675=1.5911750648294096710225250419484, or a growth rate of 59% over 10 years. So: \n" ); document.write( "(1+k)^10=1.5911750648294096710225250419484 \n" ); document.write( "ln (1+k)^10= ln 1.5911750648294096710225250419484 \n" ); document.write( "10 ln(1+k)=ln 1.5911750648294096710225250419484 \n" ); document.write( "ln(1+k)=ln 1.5911750648294096710225250419484/10=0.04644727777645335179835425806392 \n" ); document.write( "e^0.04644727777645335179835425806392=1+k \n" ); document.write( "k=1.0475428488243655419718940009655, or 4.75428488243655419718940009655% growth rate per year. \n" ); document.write( "B. Population year t=491675 x (1.0475)^(t-2000) \n" ); document.write( "C. Population in 2016=491675 x (1.0475)^16=1033100.64 people \n" ); document.write( "D. 999999=491675 x (1.0475)^(t-2000) \n" ); document.write( "2.0338617989525601260995576346164=(1.0475)^(t-2000) \n" ); document.write( "By the previous process we get t=15.298251227477130099351978599649, or the desired population of 999999 somewhere soon after January, 2015. \n" ); document.write( "E.For the initial population to double, we have: \n" ); document.write( "2=1.0475^t \n" ); document.write( "ln 2=ln 1.0475^t \n" ); document.write( "ln 2=t ln 1.0475 \n" ); document.write( "t=approximate 15.3 years for the population to double at the current rate. ☺☺☺☺ \n" ); document.write( " |