\documentclass[a4paper,12pt]{article}
\begin{document}
\parindent=0pt

{\bf Question}

The volume of a cone with base radius $r$ and height $h$ is given
by $V  =  \frac{1}{3}\pi r^2 h$.  If the radius increases by 5\%
and the height decreases by 10\%, find the approximate percentage
change in $V.$

 \vspace{.25in}

{\bf Answer}


\begin{eqnarray*}
V & = & \frac{1}{3}\pi r^2 h \\ \ln V & = & \ln
\left(\frac{\pi}{3} \right) + \ln r^2 + \ln h \\ & = & \ln
\left(\frac{\pi}{3}\right) + 2\ln r + \ln h
\\ {\rm Take\ differentials} \\ \frac{dV}{V} & \approx & 2
\frac{dr}{r} + \frac{dh}{h} \\ {\rm In\ this\ question} \\
\frac{dr}{r} & \approx & 0.05 \hspace{.2in} \frac{dh}{h} = -0.1 \\
\Rightarrow\ \frac{dV}{V} & \approx & 2 \times 0.05 - 0.1 \approx
0
\end{eqnarray*}



\end{document}
