Okay, so you've found a formula that has only one unknown, but it has the form:
at^2 + bt + c = 0 for some a,b,c. Equations of this form are called quadratic equations. To solve them, we have the quadratic formula,
t = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.
This is a more complex formula than perhaps you've seen before, so I'll show you where it comes from. You won't need to do these steps but see if you can follow along.
4.9 t^2 + 80 t = 96
t^2 + \frac{80}{4.9} t = \frac{96}{4.9}
t^2 + 2 \frac{80}{9.8} t + (\frac{80}{9.8})^2 = \frac{96}{4.9} + (\frac{80}{9.8})^2
(t + \frac{80}{9.8})^2 = \frac{192}{9.8} + (\frac{80}{9.8})^2
(t + \frac{80}{9.8})^2 = \frac{192*9.8 + 80^2}{9.8^2}
t + \frac{80}{9.8} = \frac{\pm \sqrt{80^2 + 192*9.8}}{9.8}
t = -\frac{80}{9.8} \pm \frac{\sqrt{80^2 + (2*96)*(2*4.9)}}{9.8}
t = \frac{-80 \pm \sqrt{80^2 + 4*4.9*96}}{9.8}
t = \frac{-80 \pm \sqrt{80^2 - 4*4.9*(-96)}}{9.8}
And you'll see that this is the same as the quadratic formula when we substitute the values for a,b,c. Take particular note that c = -96 then.
So okay, you won't need to do those steps. You would jump straight to the last line. Now there are two times at which the stone has a displacement of 96m, and we can see that this formula has two solutions because the square root can be negative or positive.
Ok, continue the process and write out neatly what the two solutions are.
The quadratic formula is important to know because it can save a lot of time and you will often have to solve quadratic equations. There was another way to solve this question but I wanted to be able to show you the quadratic equation because quadratic equations appear very often.