diff --git a/linearApproximation/exercises/LinearApproximations4.tex b/linearApproximation/exercises/LinearApproximations4.tex index cae679aff..adb6c431e 100644 --- a/linearApproximation/exercises/LinearApproximations4.tex +++ b/linearApproximation/exercises/LinearApproximations4.tex @@ -26,18 +26,14 @@ \] Using this linear approximation, approximate the value of $e$. + \begin{hint} -We have to express $e$ as $f(x)$, for some $x$. -\end{hint} -\begin{hint} -It follows that $e=e^1=e^{2(\frac{1}{2})}=f\left(\frac{1}{2}\right)$. -\end{hint} -\begin{hint} -It follows that $e=f\left(\frac{1}{2}\right)\approx L(\frac{1}{2})$. +Note that $e=e^1=e^{2(\frac{1}{2})}=f\left(\frac{1}{2}\right)$. \end{hint} + \[ e \approx \answer{2}. \] \end{exercise} -\end{document} \ No newline at end of file +\end{document}