document.write( "Question 1164239: A rock is thrown upward with a velocity of 21 meters per second from the top of a 48 meter high cliff, and it misses the cliff on the way back down. When will the rock be 7 meters from ground level? Round your answer to two decimal places.
\n" );
document.write( " using 9.8 \n" );
document.write( "
Algebra.Com's Answer #788523 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A rock is thrown upward with a velocity of 21 meters per second from the top of a 48 meter high cliff, and it misses the cliff on the way back down. When will the rock be 7 meters from ground level? Round your answer to two decimal places. \n" ); document.write( " using 9.8 \n" ); document.write( "---------------------- \n" ); document.write( "Its vertical position is \n" ); document.write( "h(t) = -4.9t^2 + 21t + 48 \n" ); document.write( "-4.9t^2 + 21t + 48 = 7 \n" ); document.write( "Solve for t \n" ); document.write( " |