\documentclass[twoside,12pt]{article}
\usepackage{longtable}
\title{Math Group}
\author{Name:}
\date{11 December 2002}
\textheight=9in
\textwidth=7in
\topmargin=-0.5in
\oddsidemargin=-0.5in
\evensidemargin=\oddsidemargin
\setlongtables
\raggedright
\begin{document}
\maketitle
\newenvironment{bigtype} {\fontsize{24}{26}\selectfont}{}
\fontsize{16}{17}\selectfont
\begin{enumerate}
\item What is the probability of getting heads when flipping a coin? \\
	If the same coin has come up heads
	5 times in a row, what is the probability it will come up tails on the next flip?
\item Expand $4!$
\item Given 2 5-sided dice, fill in the following table of possible outcomes
	\begin{center}
	\begin{bigtype}
	\begin{tabular}{c | c | c | c | c | c}
	   & 1 & 2 & 3 & 4 & 5 \\ \hline
	1 & & & & & \\ \hline
	2 & & & & & \\ \hline
	3 & & & & & \\ \hline
	4 & & & & & \\ \hline
	5 & & & & &
	\end{tabular}
	\end{bigtype}
	\end{center}
	How many times does each of the following outcomes appear?
	\begin{center}
	\begin{tabular}{rlcrlcrl}
	2 & $\underline{\ \ }$ & & 5 & $\underline{\ \ }$ & & 8 & $\underline{\ \ }$ \\
	3 & $\underline{\ \ }$ & & 6 & $\underline{\ \ }$ & & 9 & $\underline{\ \ }$ \\
	4 & $\underline{\ \ }$ & & 7 & $\underline{\ \ }$ & & 10 & $\underline{\ \ }$
	\end{tabular}
	\end{center}
	What is the probability of rolling an 8?
	What is the most likely outcome?
	\pagebreak
\item A plate contains the following pieces of nigiri sushi
	\begin{center}
	\begin{itemize}
 	\item 5 hamachi (yellowtail tuna)
 	\item 3 otoro (fatty tuna)
	\item 4 maguro (albacore tuna)
	\item 5 sake {salmon}
	\end{itemize}
	\end{center}
	What is the probability of randomly choosing a piece of otoro?
	What is the probability of choosing any variety of tuna?
	\vspace{0.75in}
\item How many different ways are there to arrange a lemon, a lime, and an orange in a line?
	How many different ways are there to arrange a lemon and two limes in a line?
	\vspace{0.75in}
\item Figure out the formula and fill in the missing numbers below.
	\begin{center}
	$1, 1, 2, 3, \underline{\ \ \ \ }, 8, 13, 21, \underline{\ \ \ \ }, \underline{\ \ \ \ }$
	\end{center}
	\vspace{0.75in}
\item As I was going to St. Ives, I met a man with 7 wives. Each wife had 7 sacks. Each
	sack had 7 cats. Each cat had 7 kits. Kits, cats, sacks, wives. How many were going
	to St. Ives?
\end{enumerate}
\end{document}

	