\documentclass[11pt]{article}
\usepackage{jeffe,handout,multicol,tikz}
\usetikzlibrary{arrows,automata}
\usepackage[latin1]{inputenc}

\tikzstyle{vertex}=[circle,draw]

\newcommand{\kgmcomment}[1]{}

\begin{document}
\headers{Math303}{Homework 3}{Due: Fri. Sep. 11, 2026}

%\makeatletter
%\def\@oddfoot{\hfill \tikz \node[draw] {over} ; }
%\makeatother

\makeatletter
\def\@oddfoot{}
\makeatother

%\noindent
%\hfill Name: \underline{\hspace{3.5in}} 

%\begin{flushright}
%Name: \underline{\hspace{3.5in}} \\
%\end{flushright}
%\hrule

\def\columnseprule{0.4pt}

\newcommand{\PS}{\mathcal{P}}
\newcommand{\QQ}{\mathbb{Q}}
\newcommand{\ZZ}{\mathbb{Z}}
\newcommand{\NN}{\mathbb{N}}
\newcommand{\RR}{\mathbb{R}}
\newcommand{\st}{\colon \,}
\newcommand{\comp}[1]{\overline{#1}}

\noindent
\textbf{Directions:} You may work to solve these problems in groups, but all written work must be your own.  Unless the problem indicates otherwise, all problems require some justification; a correct answer without supporting reasoning is not sufficient.  Submissions must be stapled.  See ``Guidelines and advice'' on the course webpage for more information.

\begin{enumerate}


\item Suppose $A=\{b,c,d\}$ and $B=\{a,b\}$.  Find the following sets.
\begin{multicols}{4}
\begin{enumerate}
	\item $A\cup B$
	\item $A-B$
	\item $(A\times B)\cap (B\times B)$
	\item $(A\times B) \cap B$
	\item $\PS(A) - \PS(B)$
	\item $\PS(A) \cap \PS(B)$
	\item $\PS(A\cap B)$
\end{enumerate}
\end{multicols}

\item {} [BP 1.5.6] Sketch the sets $X=[-1,3]\times [0,2]$ and $Y=[0,3]\times[1,4]$ on the plane $\RR^2$.  On separate drawings, shade in the sets $X\cup Y$, $X\cap Y$, $X-Y$, and $Y-X$.

\item {} [BP 1.5.10] Is the statement $(\RR-\ZZ)\times \NN =(\RR\times \NN) - (\ZZ\times \NN)$ true or false?  Justify your answer.

\item {} Let the universe $U$ be $\{1,2,3,\ldots,8\}$, let $A=\{1,2,3,4,5\}$, and let $B=\{3,4,5,6,7\}$.  Find the following sets.
\begin{multicols}{3}
\begin{enumerate}
	\item $\comp{A}$
	\item $\comp{B}$
	\item $A \cap \comp{A}$
	\item $A \cap \comp{B}$
	\item $A \cup \comp{A}$
	\item $\comp{A\cup B}$
	\item $\comp{A} \cap \comp{B}$
	\item $\comp{A \cap B}$
	\item $\comp{A} \cup \comp{B}$
\end{enumerate}
\end{multicols}

\item {} [BP 1.6.\{5,6\}] Sketch the following sets in the plane $\RR^2$.  In a separate drawing, shade in the complement.
\begin{multicols}{2}
\begin{enumerate}
	\item $\{(x,y)\in\RR^2\st 1\le x^2 + y^2 \le 4\}$
	\item $\{(x,y)\in \RR^2\st y < x^2\}$
\end{enumerate}
\end{multicols}

\item {} [BP 1.7.8] Suppose sets $A$ and $B$ are in a universal set $U$.  Draw Venn diagrams for $\comp{A\cup B}$ and $\comp{A} \cap \comp{B}$.  Based on your drawings, do you think it is true that these sets are equal?  (Compare with 4(f) and 4(g).)

\item For each $n\in\NN$, let $A_n = \{2n,2n+1,\ldots,3n\}$.
\begin{enumerate}
	\item Find $\bigcup_{z=15}^{20} A_z$ and $\bigcap_{s=15}^{20} A_s$.
	\item Suppose that $a,b\in\NN$ and $a\le b$.  Find $|\bigcup_{k=a}^b A_k|$ in terms of $a$ and $b$.
\end{enumerate}

\item {} A team of 2 pirates, Blackbeard and Israel Hands, steals 500 gold coins.  They have an unusual system of distributing the coins.  They arrange all the coins in a row, from coin $1$ to coin $500$, and ensure that each coin has it's heads side up.  On the first day, they flip over each coin.  On the second day, they flip over every other coin, starting with coin $2$, then coin $4$, then coin $6$, and so forth.  On the third day, they flip over every third coin, starting with coin $3$, then coin $6$, then coin $9$, and so forth.  They continue this pattern until day $500$, when they flip over only coin $500$.  Blackbeard keeps all coins that have heads side facing up, and Israel Hands keeps the rest.  How many coins does each pirate keep?  Why?

\end{enumerate}

\end{document}
