A parabola can have this form: y - k = a(x - h)²
where (h,k) is the vertex and a is an expansion factor.
The points that you describe can be interpreted as (0, 7200), (8000, 10000) and (16000, 7200) with the vertex at (8000, 10000). I got the 8000 because it has to be halfway between the starting x-value (0) and the ending x-value (16000).
Thus, x = 8000 and y = 10000. Putting them into the equation to find the value of a:
y - 10000 = a(x - 8000)²
I can use any point for the values of x and y, so I will choose (0, 7200):
7200 - 10000 = a(0 - 8000)²
-2800 = a(64000000)
a = -2800 / 64000000 = -7/160000
So, an equation of the parabola is: y - 10000 = (-7/160000)(x - 8000)²