retagged by
189 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

1 votes
1 votes
1 answer
1
GO Classes asked Apr 30, 2023
188 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?
2 votes
2 votes
2 answers
3
dan31 asked Nov 6, 2018
2,434 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...
2 votes
2 votes
2 answers
4
thor asked Dec 28, 2016
1,360 views