Theorems
Modular Arithmetic
Sets
Notation
Counting
100

By definition of the pigeonhole principle, if you have n+1 objects into n boxes, what does that imply?

At least 2 objects must go in 1 box

100

8 mod 5

3

100
By DeMorgan's Laws, (AUB)is what?

AC∩BC

100

x ∈ ℤ

x in the integers

100

P(n,r) = ?

n!/(n-r)!

200

For all a,m in the integers, m>0, there exists a q,r in the integers such that a = mq+r, 0≤r<m.

The Division Algorithm

200

33 mod 17

16

200

Suppose A,B are sets. What does A ⊆ B mean and what is its definition?

A is a subset of B: every element of A is an element of B

200

What does a|b imply?

b=ak for some k in integers

200

|AxB| = ?

|A||B|

300
By Euclid's Lemma, for p prime, p|ab implies that...
p|a or p|b
300

53 mod 21

20

300

Suppose A is a set. What does |A| mean?

The cardinality of A: the number of elements in A

300

𝒫(A)

Powerset of A

300

How many outfits can you make with 3 shirts, 2 pants, 5 socks, 3 shoes?

3*2*5*3 = 90 outfits

400

For a,b positive integers, there exists k,l in integers such that gcd(a,b) = ak + bl

Bezout's Theorem

400

φ(17)

16

400

Give the name of this definition:

AxB = {(a,b)|a∈A, b∈B}

The Cartesian Product

400

U\A = {x ∉ A}

A(Complement)

400

If a password consists of 3 digits, how many passwords are needed to guarantee two people with the same password?

10+ 1

500

For a in integers, p prime, p∤a, then ap-1 ≡ 1 mod p

Fermat's Lil Theorem

500

611 mod 11

6

610 mod 11 = 1 (FLT), 1*6=6

500

Give 𝒫(A) where A = {1,2,3}

{∅,{1},{2},{3},{1,2},{1,3},{2,3},{1,2,3}}

500

In the definition of modular arithmetic, what does 

a ≡ b mod m imply?

m|(a-b)

500
There are 5 people running for a club's leadership board consisting of President, VP, and Treasurer. How many different boards are possible?

5*4*3 = 60