document.write( "Question 1008055: A car is traveling due east. Its velocity (in miles per hour) at time t hours is given by\r
\n" );
document.write( "\n" );
document.write( "v(t)=−2.5t2+10t+50.\r
\n" );
document.write( "\n" );
document.write( "How far did the car travel during the first seven hours of the trip? \n" );
document.write( "
Algebra.Com's Answer #623884 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! We can integrate this from t = 0 to t = 7 and get \n" ); document.write( "Integral(v(t)) = (-2.5/3)(t^3) + 5t^2 + 50t \n" ); document.write( "and now plug 7 in for t and get \n" ); document.write( "309.2 miles \n" ); document.write( " |