Here you have a parabolic function that opens downward modeling the height of the ball. The maximum height will be achieved at the vertex, since after that the ball starts falling back down, so we need to find the vertex!
Rearranging the equation into a standard form gives us: y = -16t2 + 22t + 0
Our equation to find the x-value of the vertex (or in this case t) is -b / 2a. So we just plug in our values from the equation and get:
t = -22 / (2 * -16) = -22 / -32 = 11 / 16
To find the y value (which will be the height of the ball at that time) we plug what we got for t back into the original equation:
y = -16(11 / 16)2 + 22(11 / 16)
y = -121 / 16 + 242 / 16
y = 121 / 16 feet
This can be answered as is, or evaluated to a value of about 7.56 feet.