Set Theory
Election Theory
Matrices
Graph Theory
Trees
100

A collection of elements

What is a set?

100

Winner based on highest number of first place votes

What is a plurality winner?

100

(# of rows) x (# of columns)

What are the dimensions of a matrix?

100

Graph with all adjacent vertices

What is a complete graph?

100

A connected graph with no cycles

What is a tree?

200

Every element of set A is in set B.

What is a subset?

200
Method which applies points to each ranking

What is a Borda Count?

200

In order to add and subtract matrices, both matrices must have the _______________.

What is same dimensions?

200

The number of edges beginning and/or ending at the vertex

What is the degree of a vertex?

200

A tree data structure in which each node has at most two children

What is a binary tree?
300

A = {1, 2, 3}  B = {2, 3, 4}  C = {1, 5}


_____________ = {1}

What is A intersect C?

300
Method that eliminates all candidates without the top two tallies of first place votes.

What is the Runoff Method?

300

In multiplying matrices, what has to match in order for there to be a possible product of the two matrices?

What are the # of columns in the first matrix and the # of rows in the second matrix?

300

Uses each vertex of a connected graph exactly once

What is a Hamiltonian circuit or path?

300

A tree with 10 vertices has ________ edges.

What is 9 edges?

400

A = {1, 2, 3}  B = {2, 3, 4}  C = {1, 5}


_____________ = {1, 2, 3, 4}

What is A U B?

400

Number of First Place Votes:

A = 18

B = 20

C = 19

Who is the plurality winner?

Who is candidate B?

400

If the determinant of the matrix is as follows, 

Det A = (4)(3) – (2)(5)

What is the matrix?

What is

4   2

5   3

400
Using each edge of a connected graph exactly once

What is an Euler circuit or path?

400

A tree with 5 edges has ________ vertices.

What is 6 vertices?

500

A = {1, 2, 3}  B = {2, 3, 4}  C = {1, 5}


_____________ = {2, 3}

What is A intersect B?

500

Number of First Place Votes:

A = 18

B = 20

C = 19

Who is the runoff winner if the C is ranked next behind all of A's votes?

Who is candidate C?
500

What is the coordinate matrix for the following system of equations:

x - 2y = 2

3x = 12

What is

1   -2

3    0

500

Using the nearest neighbor method, what is the path if the salesperson hometown is Chicago?

(See additional graphic)

What is St. Louis, Minneapolis, New Orleans, Chicago?

500

The only node of a tree with no parent

What is the root node?