Using the formula for the height of an object after t seconds,
I believe you have a piece missing from your formula. It is actually
h = vt - 16 t2
v = 112, so
h = 112 t - 16 t2
We are asked what the times are when the height is 160. There are two answers because this height is reached when the object is moving upward, then again when the object is falling.
Put 160 in place of h.
160 = 112t - 16 t2
Move the 160 to the other side and put the terms in descending order of powers.
0 = -16 t2 + 112 t - 160
All coefficients are divisible by -16.
0 = t2 - 7 t + 10. Factor
0 = (t - 2) (t - 5)
So at t = 2 and at t = 5, the height of the object is 160 feet above the ground.