edited by
4,008 views
2 votes
2 votes

Which of the following statement(s) is/are false?

  1. A connected multigraph has an Euler Circuit if and only if each of its vertices has even degree.
  2. A connected multigraph has an Euler Path but not an Euler Circuit if and only if it has exactly two vertices of odd degree.
  3. A complete graph (Kn) has a Hamilton Circuit whenever n $\geq$ 3.
  4. A cycle over six vertices (C6) is not a bipartite graph but a complete graph over 3 vertices is bipartite.

Codes :

  1. i only
  2. ii and iii
  3. iii only
  4. iv only
edited by

1 Answer

0 votes
0 votes

An Euler circuit of a graph G is a simple circuit that contains every edge of G.
A connected multigraph has an Euler circuit if and only if each of its vertices has even degree.

A connected multigraph has an Euler path but not an Euler circuit if and only if it has exactly two vertices of odd degree.

A complete graph Kn has a Hamilton circuit for n≥3.

Cycle graphs with an even number of vertices are bipartite.

Thus C 8 also can be birpatite.

D  is false

Answer D

Answer:

Related questions

1 votes
1 votes
3 answers
1
1 votes
1 votes
2 answers
2
6 votes
6 votes
2 answers
3
go_editor asked Aug 8, 2016
3,521 views
How many solutions are there for the equation $x+y+z+u=29$ subject to the constraints that $x \geq 1, \: \: y \geq 2 \: \: z \geq 3 \: \: and \: \: u \geq 0$?496026002375...
2 votes
2 votes
1 answer
4