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. P only Q only Both P and Q Neither P nor Q Graph Theory gatecse-2013 graph-theory easy degree-of-graph + – Arjun 21.1k views answer comment Share Follow Print See 1 comment 1 1 comment reply Prasanna commented Nov 21, 2015 reply Follow flag The No. of odd degree vertices in any graph is always even. In any graph sum of degrees of vertices is twice the no of edges. So, Both are True. 3 3 replyShare Please log in or register to add a comment.
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 Bhagirathi answered Sep 25, 2014 • edited May 24, 2018 by kenzou Bhagirathi comment Share Follow See all 2 Comments 2 2 Comments reply Shubhadeep_Mandal commented Oct 12, 2024 reply Follow flag Here, we can go one step further, The sum of odd degrees vertices is EVEN. Say, that the Odd degree vertices are of the form 2n1 -1 , 2n2 - 1, ..... , 2nk - 1 i.e 'k' such terms, then there sum can be rearranged as 2 * (n1 + n2 + ... + nk) - k * (1). Now the quantity 2 * (n1 + n2 + ... + nk) is EVEN, Thus for the SUM to be EVEN the quantity k * (1) must also be EVEN. Thus we can conclude that 'k' is EVEN, i.e There are EVEN no. of Odd degree vertices. 0 0 replyShare pavansan commented Jan 2, 2025 reply Follow flag yes got it 0 0 replyShare Please log in or register to add a comment.
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 Rishi yadav answered Oct 15, 2017 Rishi yadav comment Share Follow 0 reply Please log in or register to add a comment.
1 1 vote In graph Theory i knew an intresting thing , that sum of degrees of all vertices are always even . Eigen Vector answered Sep 13, 2024 Eigen Vector comment Share Follow 0 reply Please log in or register to add a comment.