document.write( "Question 176111: The formula gives the height h in feet of an object after t seconds. Here is the initial velocity of the object expressed in feet per second. Suppose a toy rocket was launched from the ground straight up with an initial velocity of 64 ft/sec. How many seconds after launch was the rocket 48 feet above the ground? \n" ); document.write( "
Algebra.Com's Answer #131198 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The formula gives the height h in feet of an object after t seconds. Here is the initial velocity of the object expressed in feet per second. Suppose a toy rocket was launched from the ground straight up with an initial velocity of 64 ft/sec. How many seconds after launch was the rocket 48 feet above the ground? \n" ); document.write( "------------ \n" ); document.write( "h(t) = -16t^2 + 64t \n" ); document.write( "--------------------- \n" ); document.write( "-16t^2 + 64t = 48 \n" ); document.write( "-16t^2 + 64t - 48 = 0 \n" ); document.write( "Divide thru by -16 to get: \n" ); document.write( "t^2 - 4t + 3 = 0 \n" ); document.write( "(t-3)(t-1) = 0 \n" ); document.write( "t = 1 sec or t = 3 seconds \n" ); document.write( "-------------------------------- \n" ); document.write( "At 1 sec and at 3 seconds theobjectwas 48 ft above the ground. \n" ); document.write( "-------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |