document.write( "Question 233856:  The height in feet of a glof ball hit from an elevated tee box is given by h(t) = -16t^2 + 60t + 25 where t represents the time in seconds the ball is in flight. \r
\n" );
document.write( "\n" );
document.write( "determine the time interval for which the ball is above 25 ft. \n" );
document.write( "
| Algebra.Com's Answer #172523 by Alan3354(69443)     You can put this solution on YOUR website! The height in feet of a glof ball hit from an elevated tee box is given by h(t) = -16t^2 + 60t + 25 where t represents the time in seconds the ball is in flight. \n" ); document.write( "determine the time interval for which the ball is above 25 ft. \n" ); document.write( "------------ \n" ); document.write( "It's at 25 feet at t = 0 \n" ); document.write( "h(t) = -16t^2 + 60t + 25 \n" ); document.write( "25 = -16t^2 + 60t + 25 \n" ); document.write( "16t^2 = 60t \n" ); document.write( "t = 60/16 \n" ); document.write( "t = 15/4 seconds to return to 25 ft \n" ); document.write( "The time above 25 ft is \n" ); document.write( "15/4>t>0 seconds \n" ); document.write( " \n" ); document.write( " |