document.write( "Question 1201103: According to the U.S. Census Bureau, the population of the United States in 2008 was 304 million people. In addition, the population of the United States was growing at a rate of 1.1% per year. Assuming this growth rate is continues, the model\r
\n" );
document.write( "\n" );
document.write( "P(t)=304*(1.011)^t-2008\r
\n" );
document.write( "\n" );
document.write( "represents the population P (in millions of people) in year t.\r
\n" );
document.write( "\n" );
document.write( "According to the model, when will the population be 412 million people? Be sure to round your answer to the nearest whole year.\r
\n" );
document.write( "\n" );
document.write( "Year _____
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #835361 by Theo(13342)![]() ![]() You can put this solution on YOUR website! population in 2008 = 304 million. \n" ); document.write( "formula is f = p * (1+r) ^ n \n" ); document.write( "when r = .011 (1.1%), the formula bcomes: \n" ); document.write( "f = 304 * 1.011 ^ n \n" ); document.write( "n is the number of years from 2008. \n" ); document.write( "when f = 412 million, the formula becomes: \n" ); document.write( "412 = 304 * 1.011 ^ n \n" ); document.write( "divide both sides of the equation by 304 to get: \n" ); document.write( "412/304 = 1.011 ^ n \n" ); document.write( "take the log of both sides of this equation to get: \n" ); document.write( "log(412/304) = log(1.011 ^ n) \n" ); document.write( "by log rule that says log(b^n) = n * log(b), this becomes: \n" ); document.write( "log(412/304) = n * log(1.011) \n" ); document.write( "solve for n to get: \n" ); document.write( "n = log(412/304) / log(1.011) = 27.78768868. \n" ); document.write( "replace n in the original equation with that and solve for f to get: \n" ); document.write( "f = 304 * 1.011 ^ 27.78768868 = 412. \n" ); document.write( "this confirms the value of n is correct. \n" ); document.write( "the population will grow to 412 million in 27.78768868 years after the end of 2008. \n" ); document.write( "that would make it at the end of 2008 + that = at the end of 2035.787689. \n" ); document.write( "that would be in the year 2036. \n" ); document.write( "at the end of 2035, the population will be 304 * 1.011 ^ (2035 - 2008) = 408.4649392. \n" ); document.write( "at the end of 2036, the population will be 304 * 1.011 ^ (2036 - 2008) = 412.9580535. \n" ); document.write( "it becomes 412 some time between the end of 2035 and the end of 2036.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |