Concept:
This is a vertical motion problem under gravity. Use equation:
\[
s = ut + \frac{1}{2}at^2
\]
Take upward direction as positive.
Step 1: Write given values.
\[
u = +12 \, \text{m/s}, \quad a = -10 \, \text{m/s}^2, \quad s = -65 \, \text{m}
\]
Step 2: Substitute into equation.
\[
-65 = 12t - 5t^2
\]
Step 3: Rearrange equation.
\[
5t^2 - 12t - 65 = 0
\]
Step 4: Solve quadratic.
\[
t = \frac{12 \pm \sqrt{144 + 1300}}{10} = \frac{12 \pm \sqrt{1444}}{10}
\]
\[
= \frac{12 \pm 38}{10}
\]
Step 5: Take positive root.
\[
t = \frac{12 + 38}{10} = 5 \, \text{s}
\]