%Do not change
\documentclass[12pt, oneside]{article}
\usepackage{amssymb,amsmath}
\usepackage[margin=1in]{geometry}
\usepackage{textpos}
% You may add the packages you need here
\begin{document}
% Do not modify
%Do not modify
\begin{textblock*}{4cm}(-1.7cm,-2.3cm)
\noindent {\scriptsize CMSC 27200 Winter 2015}
\end{textblock*}
%Do not modify other than putting your name where stated
\begin{textblock*}{8cm}(12.5cm,-1cm)
\noindent {Name: Your name goes here}
\end{textblock*}
%Do not modify other than typing your acknowledgement where stated
\begin{textblock*}{13.5cm}(-1.7cm,-1.8cm)
\noindent \textit{\footnotesize Acknowledgement: Your acknowledgement for collaboration and other sources goes here. }
\end{textblock*}
\vspace{1cm}
%Do not modify other than typing the homework number after #
\begin{center}
\textbf{\Large Homework \#}
\end{center}
%Rest should contain your solution for the homework. Feel free to improvise in ways that you believe make grading easier.
\subsection*{Q1} Here goes your solution for the first problem.
\subsection*{Q2}
Your solution for question 2 goes here,
etc..
\end{document}