document.write( "Question 345413: if a model rocket is propelled upward from ground level at an initial velocity of 112 feet per second, after t seconds, its height h is given by the formula h= -16t^2 + 112t. After how many seconds will its height be 192 feet? \n" ); document.write( "
Algebra.Com's Answer #247052 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Given: \n" ); document.write( "h= -16t^2 + 112t \n" ); document.write( ". \n" ); document.write( "Set h = 192 and solve for t: \n" ); document.write( "192 = -16t^2 + 112t \n" ); document.write( "0 = -16t^2 + 112t - 192 \n" ); document.write( "dividing both sides by -16: \n" ); document.write( "0 = t^2 - 7t + 12 \n" ); document.write( "factoring: \n" ); document.write( "0 = (t-3)(t-4) \n" ); document.write( "t = {3, 4} \n" ); document.write( "It will be at 192 feet at 3 and 4 seconds \n" ); document.write( " \n" ); document.write( " |