document.write( "Question 171383: A paper airplane follows a parabolic path with h=-1/4t^2+t+3, where h is height in meters, and t is time in seconds. Algebraically determine how long it takes for the paper airplane to hit the ground. \n" ); document.write( "
Algebra.Com's Answer #126675 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! h=-1/4t^2+t+3 \n" ); document.write( ". \n" ); document.write( "When the ball hits the ground, the height is zero. \n" ); document.write( "So, set h to 0 and solve for t: \n" ); document.write( ". \n" ); document.write( "h=-1/4t^2+t+3 \n" ); document.write( "0 = -1/4t^2+t+3 \n" ); document.write( "multiply both sides by -4: \n" ); document.write( "0 = t^2-4t-12 \n" ); document.write( "factoring: \n" ); document.write( "0 = (t-6)(t+2) \n" ); document.write( "t = {-2, 6} \n" ); document.write( ". \n" ); document.write( "Tossing out the negative solution: \n" ); document.write( "t = 6 seconds \n" ); document.write( " \n" ); document.write( " |