630 views
0 votes
0 votes
A sequence d = is graphic if there is a simple non-directed graph with degree sequence d then which one of the following sequences is graphic?

a) (2, 3, 3, 4, 4, 5) b) (1, 3, 3, 3) c) (2, 3, 3, 4, 5, 6, 7) d) (2, 3, 3, 3, 3)

1 Answer

0 votes
0 votes
Since degree of vertices is given let us first calculate Sum of degree of vertices.

Option A) $\sum d(2,3,3,4,4,5)=21$

Option B) $\sum d(1,3,3,3)=10$

Option C) $\sum d(2,3,3,4,5,6,7)= 30$

Option D) $\sum d(2,3,3,3,3)=14$

Option A is ruled out sum of degree of vertices must be even

Option C ruled out Maximum degree cannot be 7 in 7 vertex simple graph.

Arrange B in Non decreasing order d(3,3,3,1)

Now if we remove one vertices degree of other will decrease by 1

d(2,2,0)

similarly

d(1,-1) degree cannot be negative so option C is also not possiable

D) Arranging it in non decreasing order d(3,3,3,3,2)

d(2,2,2,2)

d(1,1,2)=d(2,1,1)

d(0,0)

Option D is answer

Related questions

0 votes
0 votes
1 answer
1
Dhiraj_777 asked May 4, 2023
512 views
In a Connected Planar Bipartite Graph of order 10 atmost how many edges be present ?
1 votes
1 votes
1 answer
2
Mk Utkarsh asked Aug 24, 2018
1,760 views
Find the number of connected Eulerian graphs with 6 unlabelled vertices.Draw each of them.Note: I'm looking for a fast procedure don't comment just the numerical answer.
0 votes
0 votes
1 answer
3
HeadShot asked Jul 18, 2018
406 views
0 votes
0 votes
1 answer
4
HeadShot asked Jul 18, 2018
413 views
I think ans is option C , But will anybody explain the notation used in option D ?