document.write( "Question 42184: Can someone help me solve this problem?\r
\n" );
document.write( "\n" );
document.write( " In 2000 the six continents MEAN population was 1,046,500,000
\n" );
document.write( " In 1950 the six contienets MEAN WAS 426,000,000\r
\n" );
document.write( "\n" );
document.write( " I need to know what was the percent increase in the mean population from 1950 to 2000?\r
\n" );
document.write( "\n" );
document.write( " Thanks,
\n" );
document.write( " Sher \n" );
document.write( "
Algebra.Com's Answer #27355 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Percent increase is found by this formula \n" ); document.write( "% Incr = [(new - old) / old] x 100% \n" ); document.write( "plugging in we get \n" ); document.write( "% Incr = [(1,046,500,000 - 426,000,000) / 426,000,000] x 100% \n" ); document.write( "% Incr = 145.7 % \n" ); document.write( " |