Question
Let $G$ be a Graph with $100!$ vertices,with each vertex labelled by a distinct permutation of the numbers $1,2,3,...100.$There is an edge between vertices $u$ and $v$ $\text{iff}$ the label of $u$ can be obtained by swapping two adjacent numbers in the label of $v$.Let $y$ denotes the degree of a vertex in $G$ ,and $z$ denotes the number of connected component in $G$.Then $y+10z=$___
My Approach
To find the number of edges,I will consider for vertex labelled $1$ to $100$. number of edges $=\frac{100}{2}=50$
and i got degree of every vertex i.e $y$= $1$ and number of connected components as $50$ i,e $50$ components with $1$ edges each.Hence i am getting answer as $1+50 \times 10=501$
Am i wrong? please help
Your approach is wrong. You misunderstood the question.
The vertices are labelled as a permutation of numbers from 1 to 100 as follows
for example one of the lable is :$ (1,2,3,4........100)$ This vertex can be connected to $(2,1,3.......100)$ ,$(1,3,2,....100)$ and so on to $99$ vertices. So each of the vertex has the same degree because there are 99 adjacent swaps possible in total in any permutation. So $y=99$ and we can reach to any permutation from a given permutation by a sequence of adjacent swap operations. So there is only a single component so $z=1$.