edited by
4,377 views
3 votes
3 votes

Consider a Hamiltonian Graph(G) with no loops and parallel edges. Which of the following is true with respect to this graph (G)?

  1. $\deg (v) \geq n/2$ for each vertex of $G$
  2. $\mid E(G) \mid \geq 1/2 (n-1)(n-2)+2$ edges
  3. $\deg(v) + \deg(w) \geq n$ for every $v$ and $\omega$ not connected by an edge

 

  1. $i$ and $ii$
  2. $ii$ and $iii$
  3. $i$ and $iii$
  4. $i$, $ii$, and $iii$
edited by

3 Answers

0 votes
0 votes

All statements are TRUE

answer D

Please remember Dirac theorem  (https://en.wikipedia.org/wiki/Dirac%27s_theorem)

 if each vertex has deg(v)≥n/2, then the graph has a Hamilton circuit (Dirac's Theorem).

0 votes
0 votes

Hamiltonian Graph(G) with no loops and parallel edges.

a. deg (v) >= n/2 for each vertex of G  [Dirac Theorem]

c. deg(v) + deg(w) >= n fr every v and ω not connected by an edge [Ore"s Theorem]

B. also true

so D is ans

 

0 votes
0 votes
In an Hamiltonian Graph (G) with no loops and parallel edges:
According to Dirac's theorem in a n vertex graph, deg (v) ≥ n / 2 for each vertex of G.
According to Ore's theorem deg (v) + deg (w) ≥ n for every n and v not connected by an edge is sufficient condition for a graph to be hamiltonian.
If |E(G)| ≥ 1 / 2 * [(n - 1) (n - 2)] then graph is connected but it doesn't guaranteed to be Hamiltonian Graph.
(a) and (c) is correct regarding to Hamiltonian Graph.
So, option (C) is correct.

source-gfg
Answer:

Related questions

2 votes
2 votes
1 answer
1
5 votes
5 votes
2 answers
3
go_editor asked Jul 30, 2016
2,816 views
How many strings of $5$ digits have the property that the sum of their digits is $7$?$66$$330$$495$$99$