document.write( "Question 868550: Using the formula: h = vt - 16t^2 , find the time that a rocket reaches a height of 144 ft if its v = 96 ft/sec \n" ); document.write( "
Algebra.Com's Answer #523727 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! h = vt - 16t^2 \n" ); document.write( "144 = 96t - 16t^2 \n" ); document.write( "16t^2 -96t +144 = 0 \n" ); document.write( "divide both sides of = by 16 \n" ); document.write( "t^2 -6t +9 = 0 \n" ); document.write( "(t -3) = 0 \n" ); document.write( "t = 3 seconds \n" ); document.write( " \n" ); document.write( " |