document.write( "Question 44115: The U.S. population in 1990 was approximately 250 million, and the average growth rate for the past 30 years gives a doubling time of 66 years. \r
\n" );
document.write( "\n" );
document.write( "using the formula P(in millions)=250*2^(y-1990)/66\r
\n" );
document.write( "\n" );
document.write( "What will the population of the United States be in 2025 if this growth rate continues?\r
\n" );
document.write( "\n" );
document.write( "I am so stumped on this problem! \n" );
document.write( "
Algebra.Com's Answer #29107 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! All they're asking you to do is to substitute 2025 in for y and find the population P...you'll need your calculator though...so we get \n" ); document.write( "P(in millions) = 250 * 2^[(y-1990)/66] \n" ); document.write( "P(in millions) = 250 * 2^[(2025 - 1990) / 66] \n" ); document.write( "P(in millions) = 250 * 2^[35 / 66] \n" ); document.write( "P(in millions) = 361 \n" ); document.write( " |