Explanation:
I assume our task is to find that point of time, when it reaches the highest point.
and the function is
h(t) = -16t² + 96t + 112
well, a maximum or minimum of a curve (function) is found as a zero solution of the first derivative of the function.
given the nature of the function, the extreme point has to be a maximum (the firecracker goes up and then down again).
h'(t) = -32t + 96
we are looking for the zero :
0 = -32t + 96
32t = 96
t = 3 seconds
so, after 3 seconds, the firecracker reaches its highest point, which is at
-16×3² + 96×3 + 112 = -16×9 + 96×3 + 112 =
= -144 + 288 + 112 = 256 ft
FYI - we know for x = 0 (the starting point) the height of the starting window was 112 ft.