document.write( "Question 128700This question is from textbook Fundamentals of Algebric Modeling
\n" );
document.write( ": I need help with this problem\r
\n" );
document.write( "\n" );
document.write( "The future population of a town (t) years after January 1, 1995 is described in thousands by function
\n" );
document.write( "P(t) = 120 + 4t + 0.05t^2. Calculate the value of P(5) and explain what it means. ok here is my answer\r
\n" );
document.write( "\n" );
document.write( "P(t) = 120 + 4t + 0.05t^2
\n" );
document.write( "P(5) = 120(5) + 4(5)+ 0.05(5)^2
\n" );
document.write( "P(5) = 600 + 20 + .25^2
\n" );
document.write( "P(5) = 600 + 20 + .5
\n" );
document.write( "P(5) = 620.5
\n" );
document.write( "I know I messed up somewhere but I don't know where
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #94193 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! P(T)=120+4T+.05T^2 \n" ); document.write( "WHERE YOU MESSED UP IS YOU INCORRECTLY MULTIPLIED 120 BY 5. THERE IS NO T FACTOR ASSOCIATED WITH THE 120. \n" ); document.write( "P(5)=120+4*5+.05(5)^2 \n" ); document.write( "P(5)=120+20+.05*25 \n" ); document.write( "P(5)=140+1.25 \n" ); document.write( "P(5)=141.25 ANSWER. \n" ); document.write( "THIS PREDICTS THAT AFTER 5 YEARS THE POPULATION WILL INCREASE BY 141 PEOPLE. \n" ); document.write( " |