document.write( "Question 565431: A ball is launched from the ground straight up into the air at a rate of 80 feet per second. Its height h above the ground (in feet) after t seconds is h = 80t – 16t2. After how many seconds is the ball 80 feet high on the way back down? \n" ); document.write( "
Algebra.Com's Answer #365793 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! A ball is launched from the ground straight up into the air at a rate of 80 feet per second. Its height h above the ground (in feet) after t seconds is h = 80t – 16t2. After how many seconds is the ball 80 feet high on the way back down? \n" ); document.write( "==================== \n" ); document.write( "Substituting h=80 and putting in standard form gives: \n" ); document.write( "-16t^2 + 80t - 80 = 0 \n" ); document.write( "Factor: \n" ); document.write( "-16(t^2 - 5t + 5) = 0 \n" ); document.write( "t^2 - 5t + 5 = 0 \n" ); document.write( "Solve for t using the quadratic formula: \n" ); document.write( "t = (5 +- sqrt(25 - 20))/2 \n" ); document.write( "Since we are looking for the time on the way back down, take the larger value: \n" ); document.write( "t = (5 + sqrt(5))/2 = 3.618 seconds \n" ); document.write( " |