Answer:
Step-by-step explanation:
You have to declare which way is plus -- up or down. I will use down.
vi = - 2.85 The balloon is going up. That is the minus direction.
a = 9.81
d = 2.50 meters distance in this case is from the object to the ground.
d = vi*t + 1/2 a t^2
-2.50 = -2.85*t + 1/2 * 9.81 * t^2
-2.50 = -2.85*t + 4.905 * t^2 transfer the left to the right.
-4.905 t^2 + 2.85*t + 2.50 = 0
Use the quadratic formula to solve for t.
It turns out that t = 1.06