document.write( "Question 87299: a ball is thrown into the air in such a way that its distance (d), in feet, above the ground at any time (t), in seconds, is given by the equation d=40t-5t^2. how many seconds will it take for the ball to reach a hight of 80ft above the ground? \n" ); document.write( "
Algebra.Com's Answer #63293 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a ball is thrown into the air in such a way that its distance (d), in feet, above the ground at any time (t), in seconds, is given by the equation d=40t-5t^2. how many seconds will it take for the ball to reach a hight of 80ft above the ground? \n" ); document.write( ": \n" ); document.write( "40t - 5t^2 = d \n" ); document.write( ": \n" ); document.write( "Substitute 80 for d and solve for t: \n" ); document.write( "40t - 5t^2 = 80 \n" ); document.write( ": \n" ); document.write( "Arrange as a quadratic equation: \n" ); document.write( "-5t^2 + 40t - 80 = 0 \n" ); document.write( ": \n" ); document.write( "Simplify and change the signs, divide equation by -5, and you have: \n" ); document.write( "+1t^2 - 8t + 16 = 0 \n" ); document.write( ": \n" ); document.write( "Factors easily to: \n" ); document.write( "(t-4)(t-4) = 0 \n" ); document.write( ": \n" ); document.write( "t = 4 seconds to reach 80 ft \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution by substituting 4 for t in the original equation, find d: \n" ); document.write( "d = 40t - 5t^2 \n" ); document.write( "d = 40(4) - 5(4^2) \n" ); document.write( "d = 160 - 5(16) \n" ); document.write( "d = 160 - 80 \n" ); document.write( "d = 80 ft \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Did this make sense to you? Not that hard, right? \n" ); document.write( " |