edited by
492 views
4 votes
4 votes

Read the following statements and identify the correct ones:

  1. Any two simple connected graphs with $n$ vertices, where all vertices have degree two, are isomorphic.
  2. The maximum vertex connectivity possible is $\lfloor 2e/n \rfloor$.
  3. If $G$ is a simple graph that has a hamiltonian circuit, then $\text{deg}(u) + \text{deg}(v) \geq n$ for every pair of vertices for $n \geq 3$.
  4. Number of edge disjoint hamiltonian circuit in a complete graph with n vertices is $\lfloor(n-1)/2\rfloor$ .
  1. I,II are correct.
  2. I,II,III are correct.
  3. I,II,IV are correct.
  4. I,IV are correct.
edited by

1 Answer

Best answer
12 votes
12 votes

1. It should be correct as it is present in all the option.
2. For cycle graph (2e/n) = (2n/n) = 2. It is true because remove the opposite vertex, graph will become disconnected.
    For complete graph (2e/n) = (n(n-1)/n) = (n-1). It is true.
    So this option seem to be correct.

3. ORE's Theorem: If G is a simple graph with n vertices with n>= 3 such that deg(u) + deg(v) >= n for every pair of non-adjacent vertices u and v in G, then G has a hamiltonian cycle.

3 is wrong. Because It is sufficient condition not necessary. A graph having this deg(u) + deg(v) >= n as true will definitely have hamiltonian circuit. But it doesn't mean that a graph have not this condition deg(u) + deg(v) >= n as true will not have a hamiltonian circuit. Ex. A cycle graph with n = 6 will have hamiltonian circuit.

4. Edge-disjoint hamiltonian circuit : Hamiltonian circuit which doesn't have any common edge with other hamiltonian circuit in same graph.
In complete graph for n = 3. We have only one hamiltonian circuit. (3-1)/2 = 1.
For n = 4. We have 6 edges in complete graph. Suppose in one hamiltonian cycle you include e1, e2, e3, e4 edges. Now we have e5 and e6 edge left we can't for another hamiltonian cycle with this edge. So again one.
(4 - 1)/ 2 = 1.

So Answer: C.

selected by
Answer:

Related questions

5 votes
5 votes
2 answers
2
Bikram asked May 24, 2017
757 views
Let $G$ be a graph of order $8$ in which every vertex has equal degree $D$. In order to guarantee that $G$ is connected, the minimum value of $D$ must be ____________
5 votes
5 votes
2 answers
3
Bikram asked May 24, 2017
593 views
Let $S$ be the set $\{1,2,3, \dots ,8\}$. Let $n$ be the number of sets of two non-empty disjoint subsets of $S$. The value of $n$ is _______.
5 votes
5 votes
1 answer
4
Bikram asked May 24, 2017
501 views
Total number of ways we can fill a $4 \times 4$ matrix by $0$ and $1$’s such that every row and column contains odd no of $0$'s and $1$'s is ________.