Identify the Graph
Euler or Hamilton?
Algorithms & Coloring
Probability
Counting Methods
Mixed Review
100

A graph where every pair of vertices is connected.

What is a complete graph?

100

A path uses every edge exactly once and returns to the start.

What is an Euler circuit?

100

This algorithm repeatedly selects the smallest edge that does not create a circuit.

What is Kruskal’s Algorithm?

100

The probability of rolling a 3 on a fair six-sided die.

What is  1/6 ?

100

Choosing captain and co-captain from 10 players is this type of counting problem.

What is a permutation?

100

Two events that cannot occur at the same time are called this.

What are mutually exclusive events?

200

A graph has vertices with degrees 2, 2, 4, 2, 2.
Is the graph connected enough to possibly contain an Euler circuit?

What is yes?

200

A connected graph that has exactly two odd-degree vertices contains this.

What is an Euler path?

200

This algorithm always travels to the nearest unvisited vertex.

What is the Nearest-Neighbor Algorithm?

200

The probability of getting two heads if you flip a coin twice.

What is  1/4 ?

200

Choosing 3 pizza toppings from 12 toppings is this type of counting problem.

What is a combination?

200

If one event affects the probability of another event, the events are called this.

What are dependent events?

300

A graph contains all vertices and no circuits. What type of graph is it?

What is a tree?

300

A path visits every vertex exactly once but does not return home.

What is a Hamiltonian path?

300

In the Sorted-Edges Algorithm, no vertex can have more than this number of used edges.

What is 2?

300

The probability of blue if one marble is selected from a bag that contains 5 red and 3 blue marbles.

What is  3/8 ?

300

The number of outcomes that are possible when rolling two six-sided dice.

What is 36?

300

A graph can be colored using 3 colors, but cannot be colored using only 2. This is its chromatic number.

What is 3?

400

This graph has 7 vertices and every vertex has degree 6. What type of graph is this?

What is a complete graph?

400

True or False: A graph can have a Hamiltonian circuit without having an Euler circuit.

What is True?

400

The smallest number of colors needed to color a graph so that adjacent vertices have different colors.

What is the chromatic number?

400

The probability of selecting a king OR a queen if a card is selected from a standard deck.

What is 2/13 ?

400

The number of passwords possible if a password consists of 2 letters followed by 3 digits and repetition is allowed.

What is 676,000?

400

A complete graph with 5 vertices is called this.

What is K5?

500

A graph has 6 vertices and 5 edges and is connected. What type of graph must it be?

What is a tree?

500

A connected graph has vertex degrees 2, 4, 3, 5, 2, 4.
Does it contain an Euler circuit, Euler path, or neither?

What is an Euler path?

500

The Nearest-Neighbor Algorithm is used to find an approximation of this type of circuit.

What is a Hamiltonian circuit?

500

The probability both are green if two marbles are selected without replacement from a jar that contains 4 green and 6 yellow marbles. 

What is 2/15 ?

500

The number of ways can 4 students be selected from a group of 10.

What is 210?

500

The number of odd-degree vertices of a graph that has vertex degrees 1, 2, 2, 3, 4.

What is 2?

M
e
n
u