Skip to content

Instantly share code, notes, and snippets.

@macalinao
Created March 12, 2015 20:05
Show Gist options
  • Save macalinao/bb25d308d216314f07fc to your computer and use it in GitHub Desktop.
Save macalinao/bb25d308d216314f07fc to your computer and use it in GitHub Desktop.
\documentclass{article}[10pt]
\usepackage[margin=1in]{geometry}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{enumitem}
\begin{document}
\section*{Part 1 -- Functions}
\begin{enumerate}[label=\textbf{\alph*)}]
\item One-to-one and onto
\item Not one-to-one and onto
\item One-to-one and not onto
\item Not one-to-one and not onto
\end{enumerate}
\section*{Part 2 -- floor stuff}
\begin{enumerate}[label=\textbf{\alph*)}]
\item Yes. $e^(x + 1)$
\item Yes. $\frac{x - 5}{2}$
\item No. $\mathbb{R} \not\subseteq [0, \infty)$
\item Yes. $[0, \infty) \subseteq \mathbb{R}$
\end{enumerate}
\section*{3.2.22}
$(\log n)^3$, $\sqrt{n} \log n$, $n^99 + n^98$, $n^100$, $(1.5)^n$, 10^n$, $(n!)^2$
\section*{3.2.26}
\begin{enumerate}[label=\textbf{\alph*)}]
\item $n^3\log n$
\item $2^n 3^n$
\item $n^n n!$
\end{enumerate}
\section*{Part 5}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment