I lied (it's still a lot to do with physics, I swear). The answer is 1.875
You're given 3 points, (0,5), the initial point, (2,0), where the bird enters the water and (4,0), where the bird exits the water.
Then you do 3 equations of the form y = ax^2 + bx + c
first one comes out to c = 5
Then you just do simultaneous equations to find a and b
y = 4a + 2b + 5 (substitute 5 in for c)
y = 16a + 4b + 5
It figures out to a = 5/8 and b = -15/4
So the equation is then set to be y = (5/8)x^2 - (15/4)x + 5,
you plug in (5,?) and you get that the point where the bird drops the fish is (5, 15/8) or (5,1.875).
This was probably useless cause he already figured it out but oh well.