document.write( "Question 1024605: The population of a Midwestern city decays exponentially. If the population decreased from 900,000 to 800,000 from 2003 to 2005, what will be the population in 2008? \n" ); document.write( "
Algebra.Com's Answer #639993 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The population of a Midwestern city decays exponentially. If the population decreased from 900,000 to 800,000 from 2003 to 2005, what will be the population in 2008? \n" ); document.write( "------- \n" ); document.write( "Let 2003 be the zero year; then 2005 is the three year, and 2008 the 5 year. \n" ); document.write( "--------------- \n" ); document.write( "P = ab^x \n" ); document.write( "--- \n" ); document.write( "P(3) = ab^3 = 800000 \n" ); document.write( "P(0) = ab^0 = 900000 \n" ); document.write( "--- \n" ); document.write( "a = 900000 \n" ); document.write( "Solve for \"b\":: \n" ); document.write( "b^3 = 8/9 \n" ); document.write( "b = 2/cbrt(9) \n" ); document.write( "---- \n" ); document.write( "Equation:: \n" ); document.write( "P(x) = 900000^x \n" ); document.write( "---- \n" ); document.write( "Ans: P(5) = 900000 \n" ); document.write( " |