\documentclass[12pt]{article}
\usepackage{amsmath,amssymb,graphicx,txfonts,multicol,picins}
\usepackage[setpagesize=false]{hyperref}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage[setpagesize=false]{hyperref}\hypersetup{colorlinks,
  linkcolor={blue!50!black},
  citecolor={blue!50!black},
  urlcolor=blue
}

\paperwidth 8in
\paperheight 10.5in
\textwidth 8in
\textheight 10.5in
\oddsidemargin -0.75in
\evensidemargin \oddsidemargin
\topmargin -0.75in
\headheight 0in
\headsep 0in
\footskip 0in
\parindent 0in
\setlength{\topsep}{0pt}
\pagestyle{empty}

\def\myurl{http://www.math.toronto.edu/~drorbn/}

\def\bbC{{\mathbb C}}
\def\bbF{{\mathbb F}}
\def\bbN{{\mathbb N}}
\def\bbQ{{\mathbb Q}}
\def\bbR{{\mathbb R}}
\def\bbZ{{\mathbb Z}}

\def\imagetop#1{\vtop{\null\hbox{#1}}}

\begin{document}

Name (Last, First): $\underline{\hspace{3in}}$ \hfill Student ID: $\underline{\hspace{2in}}$

\vskip 2mm

{\small
  \href{\myurl}{Dror Bar-Natan}:
  \href{\myurl/classes/}{Classes}:
  \href{\myurl/classes/\#1516}{2015-16}:
  \href{\myurl/classes/16-475-ProblemSolving}{MAT 475 Problem Solving Seminar}:
  \hfill\url{http://drorbn.net/16-475}
}

\vskip 3mm

{\large\bf Quiz 8} on March 17, 2016: ``Divide into Cases'', ``Work Backwards'', and the Pigeonhole Principle. You have 25 minutes to solve the following two problems. Please write on both sides of the page. \hfill {\bf Good Luck!}

\vskip 2mm

\noindent{\bf Problem 1 (near Larson's 2.5.11).} Let $T_n$ denote the number of ways of placing $n$ nonattacking rooks on an $n\times n$ chessboard so that the resulting arrangement is symmetric about both diagonals. Find a recursive formula for $T_n$.

\noindent{\bf Problem 2 (near Larson's 2.6.10).} Let $\alpha$ be any real number. Prove that among the numbers $\{\alpha,\,2\alpha,\,\ldots,\,(n-1)\alpha\}$ there is one that differs from an integer by at most $1/n$. {\em Hint.} The bins could be $[\frac{1}{n},\frac{2}{n})$, $[\frac{2}{n},\frac{3}{n})$, \ldots, $[\frac{n-2}{n},\frac{n-1}{n})$.

\end{document}

