document.write( "Question 940361: Tom throws a ball into the air. The ball travels along a parabolic path represented by the equation\r
\n" );
document.write( "\n" );
document.write( "h = -8t^2 +40t\r
\n" );
document.write( "\n" );
document.write( "where 'h' is the height in feet and 't' is the time in seconds.\r
\n" );
document.write( "\n" );
document.write( "What is the value of 't' where 'h' has its greatest value? What is the maximum height 'h' of the ball? \n" );
document.write( "
Algebra.Com's Answer #573084 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Tom throws a ball into the air. The ball travels along a parabolic path represented by the equation \n" ); document.write( "h = -8t^2 +40t \n" ); document.write( "where 'h' is the height in feet and 't' is the time in seconds. \n" ); document.write( "What is the value of 't' where 'h' has its greatest value? What is the maximum height 'h' of the ball? \n" ); document.write( "*** \n" ); document.write( "h(t)=-8t^2 +40t \n" ); document.write( "complete the square: \n" ); document.write( "h(t)=-8(t^2-5t+25/4)+50 \n" ); document.write( "h(t)=-8(t-5/2)^2+50 \n" ); document.write( "This is an equation of a parabola that opens down with vertex at (5/2,50) \n" ); document.write( "What is the value of 't' where 'h' has its greatest value? 2.5 sec \n" ); document.write( "What is the maximum height 'h' of the ball? 50 ft \n" ); document.write( " |