document.write( "Question 1145786: A ball is thrown from a height of 141 feet with an initial downward velocity of 21 ft/s. The balls height “h” (in feet) after “t” seconds is given by the following.
\n" );
document.write( "H=141-21t-16t squared
\n" );
document.write( "How long after the ball is thrown does it hit the ground?
\n" );
document.write( "Round to the nearest hundredth \n" );
document.write( "
Algebra.Com's Answer #767035 by Alan3354(69443) You can put this solution on YOUR website! H=141-21t-16t squared \n" ); document.write( "----------- \n" ); document.write( "Impact is at h = 0 \n" ); document.write( "--- \n" ); document.write( "h = 141 - 21t - 16t^2 = 0 \n" ); document.write( "-16t^2 - 21t + 141 = 0 \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Ignore the negative solution. \n" ); document.write( " \n" ); document.write( " |