Which of the following is a possible representation for the graph with the given edges QR, RS, RT, and SS
3 points
3
Question 2
2.
The graph above is connected.
3 points
3
Question 3
3.
What is the degree of D?
3 points
3
Question 4
4.
DH is a bridge.
3 points
3
Question 5
5.
Determine whether the given path is an Euler Path, Euler Circuit or Neither?
F,A,B,G,D,B,C,D,G,F
10 points
10
Question 6
6.
To get full credit explain in full detail with specific information relating to Euler's Theorem why the graph has no Euler paths or Euler circuits.
3 points
3
Question 7
7.
An Euler Circuit always starts and ends at the same vertex.
5 points
5
Question 8
8.
Use Euler's Theorem to determine whether the graph has an Euler path (but not an Euler circuit), Euler circuit, or neither.
The graph has 82 even vertices and no odd vertices.
5 points
5
Question 9
9.
Use Euler's Theorem to determine whether the graph has an Euler path (but not an Euler circuit), Euler circuit, or neither.
The graph has 81 even vertices and two odd vertices
5 points
5
Question 10
10.
Use Euler's Theorem to determine whether the graph has an Euler path (but not an Euler circuit), Euler circuit, or neither.
The graph has 35 even vertices and three odd vertices.
3 points
3
Question 11
11.
A Hamilton path must contain every edge in the graph exactly once.
5 points
5
Question 12
12.
Determine the number of Hamilton circuits in a complete graph with 8 vertices.
10 points
10
Question 13
13.
5 points
5
Question 14
14.
10 points
10
Question 15
15.
Jon is a traveling salesman for a pharmaceutical company. His territory includes 5 cities and he needs to find the least expensive route to the cities and home.
a. Starting at city A find the optimal route using the Nearest Neighbor Method.
b. Give the total cost of his trip.
3 points
3
Question 16
16.
The graph above is a tree.
10 points
10
Question 17
17.
Your goal is to assign a meeting day (Monday - Friday) to each club in such a way that no 2 clubs share a member meet on the same day.
a. Draw a graph that models the problem.
b. Color the club-scheduling graph using as few colors as possible.
c. Make a schedule for the classes based on your colored graph.
3 points
3
Question 18
18.
Find a spanning tree for the graph. Answers will vary because many spanning trees are possible.
8 points
8
Question 19
19.
A) Use Kuskal's Algorithm to find the minimum spanning tree for the weighted graph
B) Give the total weight of the minimum spanning tree.