Daniel B. answered 02/08/23
A retired computer professional to teach math, physics
I assume we are to ignore air resistance.
In that case we can use conservation of energy:
The cannon ball's energy at the beginning is the same as at the end.
At both points, the energy is the sum of potential and kinetic energy.
(For potential energy we need a reference point of 0 potential energy,
and I will use the ground for that.)
Let
m = 11 kg be the mass of the cannon ball,
v0 = 19 m/s be the initial velocity,
h0 = 28 m be the initial height,
v1 (to be calculated) be the final velocity,
h1 = 11 m be the final height,
g = 9.81 m/s² be gravitational acceleration,
P0 = mgh0 be the initial potential energy,
K0 = mv0²/2 be the initial kinetic energy,
P1 = mgh1 be the final potential energy,
K1 = mv1²/2 be the final kinetic energy.
By conservation of energy
P0 + K0 = P1 + K1
Substitute
mgh0 + mv0²/2 = mgh1 + mv1²/2 (1)
From that express
v1 = √(2g(h0 - h1) + v0²)
Substitute actual numbers
v1 = √(2×9.81×(28 - 11) + 19²) ≈ 26.4 m/s
Notice that we did not need to know the mass of the cannon ball.
The result would be the same for cannon balls of any size because
we can divide equation (1) by m.