.
In the post by @MathLover1, the solution to part (a) is incorrect.
See my correct solution below.
a. How long will the flare be 15 m high or higher?
For it, this inequality must be held
-5t^2 + 30t >= 15
Simplify
-5t^2 + 30t - 15 >= 0
Change the signs by multiplying both sides by (-1)
5t^2 - 30t + 15 <= 0
Cancel the factor 5
t^2 - 6t + 3 <= 0
+-----------------------------------------------------------------+
| Physically, it is OBVIOUS that the time should be between |
| two time moments when the height is exactly 15 ft. |
+-----------------------------------------------------------------+
According to it, we should determine these time moments from the equation
t^2 - 6t + 3 = 0
Solve using the quadratic formula
= = = = .
= 3 - 2.45 = 0.55; = 3 + 2.45 = 5.45.
So, the ANSWER is 0.55 <= t <= 5.45 seconds.
For better understanding, see the plot below
Plot y = -5t^2 + 30t (red) and y = 15 (green)