\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 2}{Due: Wed. Sep. 2, 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 \,}

\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 Let $A=\{1,2,3\}$ and $B=\{\sin, \cos\}$.  List the elements of the following sets.
\begin{multicols}{3}
\begin{enumerate}
\item $B\times A$
\item $B\times (A\times B)$
\item $B\times A \times \emptyset$
\item $A\times \{\emptyset\}$
\item moved to HW3 
\item moved to HW3
\end{enumerate}
\end{multicols}

\item List the subsets of the following sets.
\begin{multicols}{3}
\begin{enumerate}
\item $\{\RR, \NN, \QQ\}$
\item $\emptyset$
\item $\{\{\NN\}\}$
\end{enumerate}
\end{multicols}

\item Express the set $\{X\subseteq\NN\st |X|\le 1\}$ by listing its elements between braces, using ellipses if necessary.

\item Decide whether the following statements are true or false.  Give explanations.
\begin{enumerate}
	\item $\RR^2 \subseteq \RR^3$
	\item $\{(x,y)\in\RR^2 \st x^2 - x = 0\}\subseteq \{(x,y)\in\RR^2 \st x-1=0\}$
\end{enumerate}

\item Let $A=\{1,2,3\}$ and $B=\{\sin, \cos\}$.  List the elements of the following sets.
\begin{multicols}{2}
\begin{enumerate}
\item $\PS(B)$
\item $\PS(B\times \{a\})$
\end{enumerate}
\end{multicols}

\item Suppose that $|A|=m$ and $|B|=n$.  Find the given cardinalities.
\begin{multicols}{2}
\begin{enumerate}
	\item $|\PS(\PS(A))|$
	\item $|\PS(A\times \PS(B))|$
	\item $|\PS(A) \times \PS(B)|$
	\item $|\{X\subseteq \PS(A)\st |X| \le 1\}|$
\end{enumerate}
\end{multicols}

\item You have two strings of fuse.  When lit at one end, each will burn for exactly one hour. The fuses are not necessarily identical, though, and do not burn at a constant rate. All you have with you is a lighter and these two fuses. Can you measure exactly 45 minutes? If so, explain how. If not, explain why.

\end{enumerate}

\end{document}
