Skip to content

Instantly share code, notes, and snippets.

@kihashi
Created January 22, 2012 20:42
Show Gist options
  • Save kihashi/1658707 to your computer and use it in GitHub Desktop.
Save kihashi/1658707 to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage{graphicx,multirow,latexsym,amssymb,amsmath}
\usepackage[margin=1in]{geometry}
%plain makes sure that we have page numbers
\pagestyle{plain}
\title{EECS 343/600 Homework \#3}
\author{John Cleaver}
\date{2nd Feb 2011}
\renewcommand{\baselinestretch}{1.5}
%-----------------------------------
\begin{document}
%-----------------------------------
\maketitle
\noindent {\bf 1.}
{\bf a.}
\includegraphics[scale=.5]{graph1}
{\bf b.}
The binary representation of a number divisible by ends in four zeroes while the binary representation of an odd number must end in a one.
\includegraphics[scale=.5]{graph2}
\pagebreak
{\bf c.}
\includegraphics[scale=.5]{graph3}
\noindent {\bf 2.}
\includegraphics[scale=.5]{graph4}
\vspace{0.5cm}
\vspace{0.5cm}
%-------------------------t
\end{document}
%-------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment