edited by
21,098 views
34 34 votes

Which of the following statements is/are TRUE for undirected graphs?

P: Number of odd degree vertices is even.
Q: Sum of degrees of all vertices is even.

  1.  P only
  2.  Q only
  3.  Both P and Q
  4.  Neither P nor Q

3 Answers

Best answer
54 54 votes
Both are correct

P: sum of odd degree $+$ sum of even degree$=2\times \text{no. of edges}$

sum of odd degree$=2\times \text{no. of edges - sum of even degree}$

The right hand side must be even as the difference of $2$ even numbers is always even.

Q: each edge is counted twice so sum of degree is always even
edited by
9 9 votes

A and C are odd degree of vertices so number of odd degree vertices = 2 so P is True and sum = 3 + 2 +3 +2 = 10 which is even 

so P and Q are both true option C

Answer:
Position:
Show:

Related questions

1 1 vote
1 answers 1 answer
693
693 views
gatecse asked Dec 9, 2020
693 views
In an undirected graph, if we add the degrees of all vertices, it is:oddevencannot be determinedalways $n+1,$ where $n$ is number of nodes
17 17 votes
2 answers 2 answers
3.1k
3.1k views
go_editor asked May 27, 2016
3,104 views
An undirected graph has $10$ vertices labelled $1, 2,\dots , 10$ and $37$ edges. Vertices $1, 3, 5, 7, 9$ have degree $8$ and vertices $2, 4, 6, 8$ have degree $7.$ What ...
82 82 votes
10 answers 10 answers
32.1k
32.1k views
Arjun asked Sep 24, 2014
32,135 views
The line graph $L(G)$ of a simple graph $G$ is defined as follows:There is exactly one vertex $v(e)$ in $L(G)$ for each edge $e$ in $G$.For any two edges $e$ and $e'$ in ...
24 24 votes
4 answers 4 answers
9.4k
9.4k views
Arjun asked Sep 24, 2014
9,388 views
A tourist covers half of his journey by train at $60\;\text{km/h}$, half of the remainder by bus at $30\;\text{km/h}$ and the rest by cycle at $10\;\text{km/h}$. The aver...