document.write( "Question 602229: The population P of a certain city t years from now is given by
\n" );
document.write( "P=20,000e^0.05t
\n" );
document.write( "How many years from now will the population be 50,000? \n" );
document.write( "
Algebra.Com's Answer #380167 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! The population P of a certain city t years from now is given by \n" ); document.write( "P=20,000e^0.05t \n" ); document.write( "How many years from now will the population be 50,000? \n" ); document.write( ". \n" ); document.write( "simply substitute 50000 for p and solve for t: \n" ); document.write( "P=20,000e^0.05t \n" ); document.write( "50000=20000e^0.05t \n" ); document.write( "50000/20000=e^0.05t \n" ); document.write( "5/2=e^0.05t \n" ); document.write( "2.5=e^0.05t \n" ); document.write( "ln(2.5)=0.05t \n" ); document.write( "ln(2.5)/0.05=t \n" ); document.write( "18.33 years = t \n" ); document.write( " |