To find the maximum height (or range) the ball will reach, you can use the vertex formula for a quadratic equation in the form \( h(t) = at^2 + bt + c \). In this case, the coefficients are:
- \( a = -16 \)
- \( b = 60 \)
- \( c = 0 \)
The time \( t \) at which the maximum height occurs can be found using the vertex formula:
\[ t = -\frac{b}{2a} \]
Substituting in the values for \( b \) and \( a \):
\[ t = -\frac{60}{2 \times -16} \] \[ t = -\frac{60}{-32} = \frac{60}{32} = \frac{15}{8} = 1.875 \text{ seconds} \]
Now, we substitute \( t = 1.875 \) back into the height equation to find the maximum height \( h \):
\[ h(1.875) = -16(1.875)^2 + 60(1.875) + 0 \]
Calculating \( (1.875)^2 \):
\[ (1.875)^2 = 3.515625 \]
Now substituting that into the height equation will give us:
\[ h(1.875) = -16(3.515625) + 60(1.875) \] \[ h(1.875) = -56.25 + 112.5 \] \[ h(1.875) = 56.25 \text{ feet} \]
Therefore, the maximum height (range) the ball will reach is:
\[ \boxed{56.25} \text{ feet} \]