\documentclass[a4paper,12pt]{article}
\newcommand{\ds}{\displaystyle}
\begin{document}
\parindent=0pt


{\bf Question}

A stone is dropped from a balloon rising at 10ms$^{-1}$ and
reaches the ground in 8 seconds.  How high was the balloon above
the ground when the stone was dropped.

\vspace{.25in}

{\bf Answer}

\setlength{\unitlength}{.5in}
\begin{picture}(4,4)
\put(0,0){\line(1,0){4}}

\put(1,0){\vector(0,1){3}}

\put(1,3.2){\makebox(0,0){y}}

\put(2.5,2){\circle{1.}}

\put(3.2,1.5){\vector(0,1){0.5}}

\put(3.8,1.75){\makebox(0,0){10ms$^{-1}$}}

\put(2.25,1.55){\line(1,-5){.08}}

\put(2.75,1.55){\line(-1,-5){.08}}

\put(2.25,1.15){\line(1,0){.5}}

\put(2.25,0.65){\line(1,0){.5}}

\put(2.25,0.65){\line(0,1){.5}}

\put(2.75,0.65){\line(0,1){.5}}

\put(2.5,0){\vector(0,1){0.65}}

\put(2.5,0){\vector(0,-1){0}}

\put(2.8,.4){\makebox(0,0){$H$}}

\end{picture}

\bigskip

Newton's 2nd law:  $m\ddot{y} = -mg \Rightarrow  \ddot y = -g$

Initially the stone has speed 10ms$^{-1}$ \underline{upwards}.

Therefore $ y = 10 t - \frac{1}{2}gt^2 + H$

$y = 0$ at $t = 8 \Rightarrow H = 233$m.


\end{document}
