document.write( "Question 382389: If a rocket is fired vertically into the air with a speed of 368 feet per second, its height at time t seconds is given by h(t)=-16tsquared+368t. How long will the rocket be in the air? \n" ); document.write( "
Algebra.Com's Answer #271007 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Given: \n" ); document.write( "h(t)=-16t^2+368t \n" ); document.write( ". \n" ); document.write( "You can set h(t) to zero and solve for t: \n" ); document.write( "h(t)=-16t^2+368t \n" ); document.write( "0=-16t^2+368t \n" ); document.write( "0=16t^2-368t \n" ); document.write( "0=16t(t-23) \n" ); document.write( "t = {0, 23} \n" ); document.write( "answer: 23 seconds \n" ); document.write( ". \n" ); document.write( "OR, you can think of like: \n" ); document.write( "The vertex is at it's highest point AND at mid-flight. If we found time (t) when it reaches the vertex, we simply double it for the answer. \n" ); document.write( ". \n" ); document.write( "time (t) at vertex: \n" ); document.write( "t = -b/(2a) = -368/(2*(-16)) = -368/(-32) = 11.5 sec \n" ); document.write( ". \n" ); document.write( "Answer: \n" ); document.write( "2*11.5 = 23 seconds \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |