document.write( "Question 834573: The height of an object tossed upward with an initial velocity of 104 feet per second is given bythe formula h = 16t^2 + 104t, where h is the height in feet and t is the time in seconds. What is the time required for the object to return to its point of departure? \n" ); document.write( "
Algebra.Com's Answer #503062 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! given: \n" ); document.write( "h = -16t^2 + 104t \n" ); document.write( ". \n" ); document.write( "The \"initial\" point of departure is when 'h' is zero. So, set h to zero and solve for t: \n" ); document.write( "0 = -16t^2 + 104t \n" ); document.write( "0 = 4t(-4t + 26) \n" ); document.write( "t = {0,13/2} \n" ); document.write( "answer: \n" ); document.write( "t = 13/2 seconds \n" ); document.write( "or \n" ); document.write( "t = 6.5 seconds \n" ); document.write( " |