in Graph Theory edited by
12,037 views
1 vote
1 vote

The number of edges in a complete graph with $N$ vertices is equal to :

  1. $N (N−1)$
  2. $2N−1$
  3. $N−1$
  4. $N(N−1)/2$
in Graph Theory edited by
12.0k views

1 comment

Video Explanation: https://youtu.be/EbX7TV0ao6o  (From 05:23 timestamp )

0
0

2 Answers

0 votes
0 votes
ans is  D

in complete graph there is an edge between every  pair of vertices. so in complete graph with n vertices the degree of each vertex is n-1 . so total degrees of all vertices n(n-1)

according to handshaking theorem

2x No of edges =sum of degree of all vertices (n(n-1) here)

so No of edges =n(n-1)2
0 votes
0 votes

In a complete graph of n vertices every vertex is adjacent to n-1 other vertices 
so degree of each node is $n-1$ and there are $n$ vertices ,which makes $n(n-1)$ as the total degree


By handshaking Lemma we have → (For undirected graphs)
Sum of all the degree of all the vertices =$ 2* |E|$ where |E| represents the no of edges in the graph 
$2*|E|=n(n-1)$
$|E|=n(n-1)/2$

So the correct answer will be option D.

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true