4,617 views

4 Answers

Best answer
9 votes
9 votes

A simple graph with n vertices and k components has at most (n-k)*(n-k+1)/2 edges. So the given graph can have at most (9-2)*(9-2+1)/2=28 edges under the assumption that it is a simple graph.

2 votes
2 votes
max edge possible when a graph is complete , and there is 2 component

so by splitting it 1 vertex in one component  and in other 8 vertices in other component we can have max edges .

in 8 vertices component it must be complete so it can have max edge ,

so max edge 8C2 = 28 edges
edited by
1 votes
1 votes
The maximum no of edges possible in a graph is n*(n-1)/2

 

consider 8 and 1 then it is 28
–1 votes
–1 votes
k=e-v+2

or, e=k+v-2

or,e=2+9-2

or,e=9
Answer:

Related questions

0 votes
0 votes
2 answers
1
yuuchan asked Jul 22, 2023
533 views
If G is a complete bipartite graph with n vertices (n >= 2) and minimum number of edges, then matching number of G is ____1n-1⌊n/2⌋⌈n/2⌉
1 votes
1 votes
3 answers
2
Himanshu1 asked Jan 6, 2016
574 views
0 votes
0 votes
1 answer
3
R S BAGDA asked Apr 27, 2022
295 views
What is the number of faces in a connected plane graph having 23 vertices, 30 edges?
1 votes
1 votes
1 answer
4