東京大学 新領域創成科学研究科 メディカル情報生命専攻 2019年8月実施 問題9
Author
Description
Answer the following problems about undirected graphs.
(1) Prove that the sum of degrees of all vertices of an undirected graph is even.
(2) Chemical formula
H
|
H - C - H
|
H
(3) Three servers are connected as in the graph below. The network is functional when the graph is connected. Each edge disconnects independently with probability
O
|\
| \
| \
O---O
回答以下关于无向图的问题。
(1) 证明无向图中所有顶点度数之和是偶数。
(2) 化学式
H
|
H - C - H
|
H
(3) 三台服务器按下图连接。当图是连通时,网络是功能性的。每条边以概率
O
|\
| \
| \
O---O
Kai
(1)
Prove that the sum of degrees of all vertices of an undirected graph is even.
In an undirected graph, each edge contributes 2 to the sum of the degrees of the vertices because each edge is incident to two vertices. Let
Each edge
Since
(2)
Chemical formula
The structural isomers of pentane (
-
n-Pentane:
H H H H H
| | | | |
H - C - C - C - C - C - H
| | | | |
H H H H H -
Isopentane (2-Methylbutane):
H H H
| | |
C - C - C - C - H
| | |
H H C
| |
H H -
Neopentane (2,2-Dimethylpropane):
H H
| |
H - C - C - H
| |
H - C - C - H
| |
H H
(3)
Three servers are connected as in the graph below. The network is functional when the graph is connected. Each edge disconnects independently with probability
The graph of the network is a triangle:
O
|\
| \
| \
O---O
To find the probability that the network is functional (connected), we need to consider the cases where the graph remains connected.
- All edges are connected:
- Exactly one edge fails:
The network remains connected if exactly one edge fails because the remaining two edges still connect all vertices.
- More than one edge fails:
If two or three edges fail, the network becomes disconnected. The probability of these events does not need to be computed explicitly since they are complementary to the first two cases.
The total probability of the network being functional is the sum of the probabilities of the above two cases:
Knowledge
图论 化学异构体 概率论
重点词汇
- graph 图
- isomer 异构体
- probability 概率
参考资料
- "Introduction to Graph Theory" by Douglas B. West
- "Principles of Mathematical Chemistry" by Eugene S. Gladyshev