Question

What is the maximum number of edges in a simple graph? If you got n verses,...

What is the maximum number of edges in a simple graph? If you got n verses, what’s the maximum number of edges? Explain in your own words.

Homework Answers

Answer #1

The maximum number of edges in a undirected graph is:- n(n-1)/2

The maximum number of edges in a directed graph is twice of undirected graph:- n(n-1)

Now, to prove this let us consider n numbers of vertices. From the first vertices there are total number of n-1 edges to each vertices. For the second vertices there are n-2 edges to other vertices because there is already an edge between first and second vertices. So on for all the other vertices.

Hence ,total number of edges are sum of all the edges to each vertices

(n-1)+(n-2)+(n-3)+.......................+3+2+1+0

For this sum of this expression

:-n/2(first+last)

:- n/2(n-1+0)

:- n/2(n-1)

Hence total number of edges in undirected graph are n(n-1)/2

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Discrete Math: What is the maximum number of edges on a simple disconnected graph with n...
Discrete Math: What is the maximum number of edges on a simple disconnected graph with n vertices. Justify your answer. Please write clearly and do not skip steps. Thank you
A simple undirected graph consists of n vertices in a single component. What is the maximum...
A simple undirected graph consists of n vertices in a single component. What is the maximum possible number of edges it could have? What is the minimum possible number of edges it could have? Prove that your answers are correct
What is a simple graph? What are the requirements to be a simple graph? Explain in...
What is a simple graph? What are the requirements to be a simple graph? Explain in your own words.
Consider the fully connected graph K2020.. What is the maximum number of edges which may be...
Consider the fully connected graph K2020.. What is the maximum number of edges which may be removed while preserving the maximum degree of K2020?
If you have got a connected graph, how do you find a spanning tree? What is...
If you have got a connected graph, how do you find a spanning tree? What is a spanning tree in a connected graph? Explain in your own words.
Prove that a simple outerplane graph of order n has at most 2n-3 edges.
Prove that a simple outerplane graph of order n has at most 2n-3 edges.
Prove that a bipartite simple graph with n vertices must have at most n2/4 edges. (Here’s...
Prove that a bipartite simple graph with n vertices must have at most n2/4 edges. (Here’s a hint. A bipartite graph would have to be contained in Kx,n−x, for some x.)
A graph is called planar if it can be drawn in the plane without any edges...
A graph is called planar if it can be drawn in the plane without any edges crossing. The Euler’s formula states that v − e + r = 2, where v,e, and r are the numbers of vertices, edges, and regions in a planar graph, respectively. For the following problems, let G be a planar simple graph with 8 vertices. Find the maximum number of edges in G. Find the maximum number of edges in G, if G has no...
Make a general conjecture about the minimum number of edges in a graph with n vertices...
Make a general conjecture about the minimum number of edges in a graph with n vertices and r components, where n, r >= 1. Then prove this conjecture.
Let G be a connected simple graph with n vertices and m edges. Prove that G...
Let G be a connected simple graph with n vertices and m edges. Prove that G contains at least m−n+ 1 different subgraphs which are polygons (=circuits). Note: Different polygons can have edges in common. For instance, a square with a diagonal edge has three different polygons (the square and two different triangles) even though every pair of polygons have at least one edge in common.
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT