The project of building 20 roads connecting 9 cities is under way, as outlined above. So far, only some of the 20 roads are constructed, and the digit on each city indicates the number of constructed roads to other cities.
How many complete roads are there among these cities?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Relevant wiki: Graph Theory
Let V be the degree of each node and E be the number of edges in the graph. As such, each digit on each city is V , and the number of roads will be E .
The sum of all degrees will equal twice number of edges: ∑ V = 2 E .
Therefore, 2 E = 1 + 1 + 1 + 2 + 2 + 3 + 3 + 4 + 5 = 2 2 . Thus, E = 1 1 .
There are 1 1 complete roads among these cities.
The road map with red complete tracks can be illustrated as seen below: