retagged by
210 views
2 votes
2 votes

Which of the following is/are correct?

  • $S_1:$ A connected graph of at least $2$ vertices has an Euler circuit if and only if degree of every vertex is even.
  • $S_2:$ A connected graph has an Euler path but not an Euler circuit if and only if there are at most two vertices with odd degree.
  1. $S_1$ only
  2. $S_2$ only
  3. Both $S_1$ and $S_2$
  4. Neither $S_1$ nor $S_2$
retagged by

1 Answer

2 votes
2 votes
$S_2$ is actually not TRUE as it is “iff” and not “if”.

A connected graph has an Euler path but not Euler circuit if and only if there are exactly two vertices of odd degree.

So, the correct answer is $(A)$.
edited by
Answer:

Related questions

206
views
1 answers
1 votes
GO Classes asked Apr 30, 2023
206 views
If $G$ is a simple graph with $16$ edges and $\overline{G}$ has $12$ edges, how many vertices does the complement graph $\overline{G}$ have?
242
views
1 answers
1 votes
GO Classes asked Apr 30, 2023
242 views
Which of the following integer sequence if used as degree sequence would represent a simple graph? (Mark all the appropriate choices)$(8,8,6,5,5,5,4,4,3,3,2,2,0)$$(7,7,6,...
2.5k
views
2 answers
2 votes
dan31 asked Nov 6, 2018
2,471 views
Consider the given statementsS1: In a simple graph G with 6 vertices, if degree of each vertex is 2, then Euler circuit exists in G.S2:In a simple graph G, if degree of e...
1.4k
views
2 answers
2 votes
thor asked Dec 28, 2016
1,366 views