\documentclass{homework}
% This is a slightly-more-than-minimal document that uses the homework class.
% See the README at http://git.io/vZWL0 for complete documentation.
\name{(Your Name)} % Replace (Your Name) with your name.
\term{(Current Term)} % Replace (Current Term) with the current term.
\course{(Course Name)} % Replace (Course Name) with the course name.
\hwnum{(Number)} % Replace (Number) with the number of the homework.
%\hwname{(Name)} % Uncomment and replace (Name) with the type of the
% homework (e.g, Assignment, Problem Set, etc.) if you
% don't want the document to be labeled as "Homework."
%\problemname{(Name)} % Uncomment and replace (Name) with the desired label
% for problems created with the problem environment.
%\solutionname{(Name)} % Uncomment and replace (Name) with the desired label
% for solutions created with the solution environment.
% Load any other packages you need here.
\begin{document}
\begin{problem}
Write the problem statement here.
\end{problem}
\begin{solution}
Write the solution here.
\end{solution}
\end{document}

PDF Preview
Create an account to compile and preview