document.write( "Question 1133275: Benjamin threw a rock straight up from a cliff that was
\n" );
document.write( "24ft above the water. If the height of the rock h, in feet, after t seconds is given by the equation h equals negative 16 t squared plus 20 t plus 2 h=−16t2+20t+24, how long will it take for the rock to hit the water? \n" );
document.write( "
Algebra.Com's Answer #750450 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The equation's \"24\" is the height above the water. Solve this for h=0, water level \n" ); document.write( "-16t^2+20t+24=0 \n" ); document.write( "-4t^2+5t+6=0 or 4t^2-5t-6=0 \n" ); document.write( "(4t+3)(t-2)=0 \n" ); document.write( "t=2 only positive root. \n" ); document.write( "2 seconds ANSWER \n" ); document.write( " |