document.write( "Question 215941: An object is thrown downward from the top of a tower. The distance in feet that it falls in t seconds is given by the following.
\n" );
document.write( "s(t) = 16t2 + 14t \r
\n" );
document.write( "\n" );
document.write( "(c) Find the average velocity from t = 3 seconds to t = 5 seconds.
\n" );
document.write( "3 ft/sec \n" );
document.write( "
Algebra.Com's Answer #163123 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! s(t) = 16t2 + 14t \n" ); document.write( "average velocity from t = 3 seconds to t = 5 seconds \n" ); document.write( ". \n" ); document.write( "s(3) = 16*3^3 + 14(3) \n" ); document.write( "s(3) = 16*27 + 14(3) \n" ); document.write( "s(3) = 474 \n" ); document.write( ". \n" ); document.write( "s(5) = 16*5^3 + 14(5) \n" ); document.write( "s(5) = 16*125 + 14(5) \n" ); document.write( "s(5) = 2070 \n" ); document.write( ". \n" ); document.write( "Avg vel = (s(5)-s(3))/(5-2) \n" ); document.write( "Avg vel = (2070-474)/(3) \n" ); document.write( "Avg vel = (1596)/(3) \n" ); document.write( "Avg vel = 532 feet/sec\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |