%% Solution template.
%% 
%% For each new assignment, make a copy of this template and rename it
%% to something similar to the assignment.  Then fill in the
%% assignment number and your names below, and fill in your solutions
%% and comments.

\documentclass[12pt]{article}

\usepackage{precalc}

\begin{document}

\solutions{0}           % change the 0 to the number of the assignment you are
                        % submitting.
          {Joe Schmoe}  % Put your names here.

\section{Solutions}

%% Your solutions go here.  Feel free to add more sections if
%% appropriate.

%% Enclose each solution in a solution environment, like this:
%%
%% \begin{solution}
%%   solution goes here
%% \end{solution}

\section{Comments}

%% Your comments on the assignment go here. For example, what was
%% particularly interesting or uninteresting?  What was too easy, too
%% hard, or just right?  Was it too long?  Too short? Were any parts
%% confusing?  How long did you spend on it?  What would you like to
%% learn more about?

\end{document}
