FREE! Click here to Join FunTrivia. Thousands of games, quizzes, and lots more!
Quiz about Graph Theory
Quiz about Graph Theory

Graph Theory Trivia Quiz


Most people think that graph theory is the study of linear, quadratic, exponential and other types of graphs, but actually it is not. Take this quiz to find out more about this topic. Enjoy!

A multiple-choice quiz by Matthew_07. Estimated time: 5 mins.
  1. Home
  2. »
  3. Quizzes
  4. »
  5. Science Trivia
  6. »
  7. Math
  8. »
  9. Specific Math Topics

Author
Matthew_07
Time
5 mins
Type
Multiple Choice
Quiz #
304,659
Updated
Dec 03 21
# Qns
10
Difficulty
Tough
Avg Score
6 / 10
Plays
674
- -
Question 1 of 10
1. Which Swiss mathematician is the pioneer in the field of graph theory? Hint


Question 2 of 10
2. The usefulness and application of graph theory was first illustrated in the famous historical mathematical puzzle, which was eventually solved by Euler in 1736. The puzzle is known as the ___ Bridges of Konigsberg.

Answer: (A 1-digit prime number)
Question 3 of 10
3. A typical graph notation is G = (V, E). The letter G means graph. The letter V stands for the vertices of the graph. What does the letter E denote? Hint


Question 4 of 10
4. Which of the following graphs are allowed to have loops and multiple edges in the drawings? Hint


Question 5 of 10
5. In general, all graphs can be further categorized into two types of graphs, namely directed graphs and undirected graphs. The former are those with orientation (indicated by arrows) and the latter are those without orientation. Directed graphs are also known as ___. Hint


Question 6 of 10
6. In graph theory, the degree of a vertex refers to the number of edges (or lines) incident with the vertex. It is denoted by deg(v) or simply d(v). What is the degree of each of the vertex of the Star of David diagram? Hint


Question 7 of 10
7. What is the maximum number of edges (or lines) that can be drawn for a simple graph with 10 vertices? Hint


Question 8 of 10
8. The handshaking theorem states that the sum of the degrees of an undirected graph is ___ the number of edges of the graph. Hint


Question 9 of 10
9. Graph coloring is one of the major subtopics under the field of graph theory. Perhaps the most famous and intriguing mathematical problem related to this subtopic is the ___ color theorem, which is also known as the ___ color map theorem. It states that for any 2-D figure that is partitioned into several regions, those regions can be colored with no more than ___ colors so that no two neighboring regions share the same color. What is the missing number? Hint


Question 10 of 10
10. Graph theory is unique because that its study is derived from other fields, yet at the same time, its formulas and theorems can be used back and applied in those fields to solve the problems in a simpler and more convenient way. Graph theory is used in which of the following field(s)? Hint



(Optional) Create a Free FunTrivia ID to save the points you are about to earn:

arrow Select a User ID:
arrow Choose a Password:
arrow Your Email:




Most Recent Scores
Mar 27 2024 : Guest 23: 5/10
Mar 03 2024 : Guest 75: 6/10

Score Distribution

quiz
Quiz Answer Key and Fun Facts
1. Which Swiss mathematician is the pioneer in the field of graph theory?

Answer: Leonhard Euler

Apart from graph theory, Euler also made great contribution in the field of calculus. The irrational number, e (2.71828...) is named after him.
2. The usefulness and application of graph theory was first illustrated in the famous historical mathematical puzzle, which was eventually solved by Euler in 1736. The puzzle is known as the ___ Bridges of Konigsberg.

Answer: 7

Konigsberg is a Russian city (formerly known as Prussian).

In the Seven Bridges of Konigsberg problem, there are two islands (island A and island B) that are connected to the mainland by several bridges. Island A is connected to the mainland by 4 bridges (2 bridges to the north and 2 bridges to the south). On the other hand, island B is connected to the mainland by a bridge to the south and another bridge to the north.

In addition, the two islands are connected together by another bridge. So, there are all together seven bridges.

Provided that one can start and end anywhere, can he or she cross all bridges without crossing any bridge twice? Euler proved that it is impossible to accomplish the task.
3. A typical graph notation is G = (V, E). The letter G means graph. The letter V stands for the vertices of the graph. What does the letter E denote?

Answer: Edge

The vertices are the individual "points" of the graph. The edges refer to the "lines" joining these vertices. Let's say there is a line joining the points v1 and v2. So, these v1 and v2 are the 2 vertices of the graph. The line is called the edge of the graph.

For example, a graph G with 3 vertices and 4 edges can be denoted by the notation G = (V, E), where V = {v1, v2, v3} and E = {e1, e2, e3, e4}.
4. Which of the following graphs are allowed to have loops and multiple edges in the drawings?

Answer: Multigraphs

By definition, a simple graph is a graph that does not contain any loops and multiple edges.

As the name suggests, a multigraph allows both loops and multiple edges. A loop is an edge that starts from and ends with the same vertex. In other words, the initial point and the ending point is the same.

The alternative name for multiple edge is parallel edge. Let's denote two vertices as v1 and v2. And there are two edges, e1 and e2 connecting them. These two edges are known as the multiple edges of the graph.
5. In general, all graphs can be further categorized into two types of graphs, namely directed graphs and undirected graphs. The former are those with orientation (indicated by arrows) and the latter are those without orientation. Directed graphs are also known as ___.

Answer: Digraphs

An undirected graph consists of non-ordered pairs but a directed graph consists of ordered pairs.

For an undirected graph, e1 = {v1, v2} is the same as e2 = {v2, v1}. However, this is not the case for edges in a directed graph.

Directed graphs are more useful where it comes to the study and application of road traffic. Here's an analogy - a two-way road can be visualized as an undirected graph while a one-way road is a directed graph.
6. In graph theory, the degree of a vertex refers to the number of edges (or lines) incident with the vertex. It is denoted by deg(v) or simply d(v). What is the degree of each of the vertex of the Star of David diagram?

Answer: 2

The Star of David appears on the Israel's flag. It consists of 2 overlapping triangles, one pointing upwards and the other one downwards.

Each of the six points of the star is a vertex. Notice that there are 2 lines jutting out from from the point. These 2 lines are the edges that are incident with the vertex. So deg (v) = 2.
7. What is the maximum number of edges (or lines) that can be drawn for a simple graph with 10 vertices?

Answer: 1 + 2 + ... + 8 + 9 = 45

Multiple edges or parallel edges are not allowed in a simple graph. In other words, there is only one line (edge) that can be drawn to join two different vertices. Also, loops are not allowed in a simple graph.

Let's say the ten vertices are {v1, v2, ..., v9, v10}. The total number of lines that can be drawn is C (10, 2) = 45. In other words, there are all together 45 ways to choose 2 different vertices out of the given 10 vertices.
8. The handshaking theorem states that the sum of the degrees of an undirected graph is ___ the number of edges of the graph.

Answer: Twice

Let's say there are 2 vertices v1 and v2 for a graph G. And there is a line (or edge) joining these 2 vertices. So, deg (v1) = 1 and similarly, deg (v2) = 1. Therefore, the degree sum for the graph. deg (v) = deg (v1) + deg (v2) = 1 + 1 = 2, which is twice the number of edges of the graph.

The reason behind this theorem is that each edge is counted twice as illustrated in the example above.
9. Graph coloring is one of the major subtopics under the field of graph theory. Perhaps the most famous and intriguing mathematical problem related to this subtopic is the ___ color theorem, which is also known as the ___ color map theorem. It states that for any 2-D figure that is partitioned into several regions, those regions can be colored with no more than ___ colors so that no two neighboring regions share the same color. What is the missing number?

Answer: Four

The four color theorem was first proposed by the South African mathematician, Francis Guthrie while he studied the map of counties of England. He noticed that only four colors were needed to distinguish one county from its neighboring one. Guthrie wondered if this was also the case for any other 2-D regions or planes.

This theorem is unique in a way that it can be proved by computers. However, this so-called computer-assisted proof is not preferred by most mathematicians because some of the steps and algorithms that are performed by the machines are not verifiable by humans.
10. Graph theory is unique because that its study is derived from other fields, yet at the same time, its formulas and theorems can be used back and applied in those fields to solve the problems in a simpler and more convenient way. Graph theory is used in which of the following field(s)?

Answer: All of these

In computer science, a programmer might want to write a source code which takes less time to execute a task in order to save time and also increase efficiency.

Furthermore, the complicated structures of molecules are studied extensively by biologists, chemists and physicists. With the help of graph theory, the topology of certain molecules can be studied in a systematic way.

Network analysis involves the study and calculation of voltage, current and resistance in electrical circuits. It is also used in operations research, economic, sociology and other fields.
Source: Author Matthew_07

This quiz was reviewed by FunTrivia editor crisw before going online.
Any errors found in FunTrivia content are routinely corrected through our feedback system.
4/23/2024, Copyright 2024 FunTrivia, Inc. - Report an Error / Contact Us