document.write( "Question 728349: A rocket shot into the aire has a height of s= 128t - 16t^2 feet, where t is the number of seconds after the rocket is shot. During what time after the rocket is shot is it atleast 240 feet high?? \n" ); document.write( "
Algebra.Com's Answer #445378 by nerdybill(7384) You can put this solution on YOUR website! A rocket shot into the aire has a height of s= 128t - 16t^2 feet, where t is the number of seconds after the rocket is shot. During what time after the rocket is shot is it atleast 240 feet high?? \n" ); document.write( ". \n" ); document.write( "set s to 240 and solve for t: \n" ); document.write( "s= 128t - 16t^2 \n" ); document.write( "240 = 128t - 16t^2 \n" ); document.write( "15 = 8t - t^2 \n" ); document.write( "t^2 + 15 = 8t \n" ); document.write( "t^2 - 8t + 15 = 0 \n" ); document.write( "(t-3)(t-5) = 0 \n" ); document.write( "t = {3, 5} \n" ); document.write( "answer: the entire time between 3 seconds and 5 seconds \n" ); document.write( " \n" ); document.write( " |