Potent Potables
True or False
\(P \rightarrow Q\)
4-letter words
Sequences and Sums
100

It's the proof technique you would use to show that a graph is not planar.

What is a proof by contradiction?

100

If a graph has chromatic number 5, then no matter how you draw it, there will be edges crossing.

What is True?  This is the contrapositive of the 4-color theorem.

100

\(Q\rightarrow P\)

What is the converse?

100

The number of 4-letter words.

What is \(26^4\), or 456976?

100

1, 3, 6, 10, 15, 21, 28, ...

What are the triangular numbers?

200

To prove that \(n\binom{n-1}{k-1} = k\binom{n}{k}\) you could give an algebraic proof or this kind of proof.

What is a combinatorial proof?

200

The converse of, "If two graphs have the same degree sequence, then they are isomorphic."

What is True? (But the original statement is false.)

200

\(\neg Q \rightarrow \neg P\)

What is the contrapositive?

200

The number of 4-letter words containing no repeated letters.

What is \(P(26,4)\), or 358800?

200

The recursive definition of the sequence \(2, 5, 7, 12, 19, 31,\ldots\)

What is \(a_n = a_{n-1} + a_{n-2}\); \(a_0 = 2\) and \(a_1 = 5\)?

300

This is what you would use to prove a fact about a recurrence relation.

What is proof by mathematical induction?

300

\((P \rightarrow Q) \vee P\)

What is True?

300

\(P \wedge \neg Q\)

What is the negation?

300

The number of 4-letter words in which the letters are in alphabetical order.

What is \({29 \choose 4}\), or 23751?

300

A closed formula for \(1+3+5+7+\cdots + (2n-1)\).

What is \(n^2\)?

400

You would use this style of proof to establish that if \(A \subseteq B\) and \(B \subseteq C\), then \(A \subseteq C\).

What is a direct proof?

400

If a graph contains exactly 3 vertices with odd degree, then the graph contains an Euler circuit.

What is True? (Because this hypothesis is false for all graphs)

400

The negation of the converse of the contrapositive

What is \(\neg P \wedge Q\) or \(\neg (\neg P\rightarrow \neg Q)\)?

400

The number of 4-letter words in which the letters are in alphabetical order with no repeats.

What is \(\binom{26}{4}\), or 14950?

400

\(\sum_{k = 0}^{10} \binom{10}{k}\)

What is \(2^{10}\)?

500

Used to establish an implication \(P \rightarrow Q\) by first assuming \(\neg Q\).

What is a proof by contrapositive?

500

True or False.

What is True?

500

An equivalent disjunction.

What is \(\neg P \vee Q\)?

500

The number of 4-letter words which use all of the letters in "for" (and no others).

What is \(36\), or \({4 \choose 2}\cdot 3!\)?

500

A binomial coefficient equal to the sum of the first 10 triangular numbers.

What is \(\binom{12}{3}\)