document.write( "Question 388778: How do I solve the following word problems:\r
\n" );
document.write( "\n" );
document.write( "1. If the population of a city is 178500 and it is growing at the rate of 2.1% per annum, in how many years will the population be 210000?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #275192 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! . If the population of a city is 178500 and it is growing at the rate of 2.1% per annum, \n" ); document.write( " in how many years will the population be 210000? \n" ); document.write( ": \n" ); document.write( "Let t = number of yrs to reach 210,000 \n" ); document.write( ": \n" ); document.write( "178500*1.021^t = 210000 \n" ); document.write( "Divide both sides by 178500 \n" ); document.write( "1.021^t = \n" ); document.write( "1.021^t = 1.17647 \n" ); document.write( "Use logs here \n" ); document.write( "t*log(1.021) = log(1.17647) \n" ); document.write( "t = \n" ); document.write( "t = 7.8 yrs \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution on a calc: enter: 178500*1.021^7.8 ~ 210,000 \n" ); document.write( " |