document.write( "Question 1034820: Benjamin threw a rock straight up from a cliff that was 48 ft above the water. If the height of the rock h, in feet, after t seconds is given by the equation h=-16t^2+52t+48, how long will it take for the rock to hit the water? \n" ); document.write( "
Algebra.Com's Answer #649494 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! For h(t) = -16t^2 + 52t + 48, which is the height of the rock as a function of time, we want to know at what time the height equals zero. So we set it equal to zero and solve for t... \n" ); document.write( "-16t^2 + 52t + 48 = 0 (now divide by -4) \n" ); document.write( "4t^2 - 13t - 12 = 0 \n" ); document.write( "which is factorable into \n" ); document.write( "(4t + 3)(t - 4) = 0 \n" ); document.write( "so that \n" ); document.write( "t = 4 seconds \n" ); document.write( " |