The height of a ball $(h)$ feet, after $s$ seconds is modeled by the equation: $$h=-16t^2+40t-6$$ How many seconds does it take for the ball ($t$) reach its maximum height? First thing I did was turn the negatives into positive. And also factored it $$h=2(8t^2 - 20t + 3)$$ But then I couldn't find the factors that would give me $20$? How would I solve this problem?
2026-03-29 19:15:55.1774811755
How to solve the following quadratic word problem given a quadratic equation?
999 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Don't turn the negatives into positives, but do complete the square.
$$\begin{align} h&=-16t^2+40t-6 \\ &= -16\left(t^2-\frac 52t\right)-6 \\ &= -16\left(t^2-\frac 52t+\frac{25}{16}\right)-6+25 \\ &= -16\left(t-\frac 54\right)^2+19 \\ \end{align}$$
We see the maximum happens at $t=\frac 54$ and the maximum height is $19$.