document.write( "Question 706424: A rock is thrown straight up into the air from a height of 4 feet, the height of the rock above the ground , in feet, t seconds after it is thrown is given by -16t^2 + 56T + 4. for how many seconds will the height of the rock be at least 28 feet above the ground? \n" ); document.write( "
Algebra.Com's Answer #435160 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! h = -16t^2 + 56T + 4 \n" ); document.write( "set h to 28 and solve for t: \n" ); document.write( "28 = -16t^2 + 56T + 4 \n" ); document.write( "-28 = 16t^2 - 56T - 4 \n" ); document.write( "0 = 16t^2 - 56T + 24 \n" ); document.write( "0 = 2t^2 - 7T + 3 \n" ); document.write( "factoring the left: \n" ); document.write( "0 = (2t-1)(t-3) \n" ); document.write( "t = {.5, 3} \n" ); document.write( "Time in above 28 feet then: \n" ); document.write( "3 - .5 = 2.5 seconds \n" ); document.write( " |