We are given an equation that computes the height of a projectille as a function of time t:
h = -16t² + 160t + 29
In order to calculate the time at which the projectile will be 173 feet above the ground, first we replace 173 for h:
173 = -16t² + 160t + 29
Now, subtract 173 on both sides, so we get 0 on the left side of the equation:
0 = -16t² + 160t + 29 - 173
0 = -16t² + 160t - 144
In order to solve for t from the above expression, we can use the quadratic formula:
![t=\frac{-b\pm\sqrt[]{b^2-4ac}}{2a}](https://img.qammunity.org/2023/formulas/mathematics/college/3cgw61gskglny4a505tle5b9wokluktv58.png)
Where a, b, c are the coefficients of the second-order polynomial of the form
0 = at² + bt + c
In this case, a equals -16, b equals 160 and c equals -144.
By replacing these values into the above formula, we get:
![\begin{gathered} t=\frac{-160\pm\sqrt[]{160^2-4*(-16)*(-144)}}{2*(-16)} \\ t=(-160\pm128)/(-32) \\ t=(32)/(32)=1 \\ t=(288)/(32)=9 \end{gathered}](https://img.qammunity.org/2023/formulas/mathematics/college/tnf8fv0x89n0nnkbdsixy33jx1fzp1osd0.png)
The quadratic formula gives us two possibles solutions, t = 1 or t = 9, then the projectile will be 173 feet above the ground after 1 second.