retagged by
19,827 views
63 votes
63 votes
Let $G$ be a graph with $100!$ vertices, with each vertex labelled by a distinct permutation of the numbers $1, 2,\ldots, 100.$ There is an edge between vertices $u$ and $v$ if and only if the label of $u$ can be obtained by swapping two adjacent numbers in the label of $v$. Let $y$ denote the degree of a vertex in $G$, and $z$ denote the number of connected components in $G$. Then, $y+10z=$ ______.
retagged by

5 Answers

0 votes
0 votes

Here its mentioned that edge id obtained only when”swapping two adjacent numbers”.  Hence degree of each vertex will be 99 and the graph is undirected and connected hence itself is a component. thus y=99 and z=1, so value becomes 109

Answer:

Related questions

35 votes
35 votes
9 answers
1
gatecse asked Feb 14, 2018
17,618 views
Consider the following undirected graph $G$:Choose a value for $x$ that will maximize the number of minimum weight spanning trees (MWSTs) of $G$. The number of MWSTs of $...
38 votes
38 votes
5 answers
3
gatecse asked Feb 14, 2018
22,225 views
Consider the weights and values of items listed below. Note that there is only one unit of each item.$$\begin{array}{|c|c|c|}\hline \textbf{Item number} & \textbf{Weigh...
35 votes
35 votes
7 answers
4