2,613 views

2 Answers

Best answer
3 votes
3 votes
Regular graph. So all the vertices must have the same degree.

Let there be n vertices.

We know that , $\sum deg(V_{i}) = 2*E , where \ V_{i} \ is \ vetex$.

Let $x$ be the degree of each vertex.

Thus , $nx = 48 => n = \frac{48}{x} $

when $x = 1$. There will be 48 vertices , each of degree 1. Possible.

when $x =2$. There will be 24 vertices , each of degree 2 . Also possible.

when $x = 3$ . 16 vertices of degree 3 . A simple graph is possible . Can be proved with Havell Hakimi's result.

when $x = 4$ . 12 vertices of degree 4. Possible.

when $x = 6$. 8 vertices of degree 6 each. Possible.

Beyong this , for example , 6 vertices of degree 8 is not possible as a simple graph . Because maximum degree a 6 vertex simple graph can have is 5.

So answer will be <8,12,16,24,48>
selected by
0 votes
0 votes
Since the degree of each vertex will be same let it be K ( graph is regular ).

We know sum of all degrees is equal to 2e

So nk =2*24

nk =48

Also remember maximum degree in n vertex graph can be n-1 .

Now substitute values satisfying above relation and find values of n

Related questions

0 votes
0 votes
1 answer
1
Çșȇ ʛấẗẻ asked Jul 3, 2023
506 views
Prove that following graph does not have Hamiltonian cycle.
0 votes
0 votes
1 answer
3
iarnav asked Apr 9, 2018
466 views
A connected graph ‘G’ may have at most (n–2) cut vertices.
1 votes
1 votes
0 answers
4