in Mathematical Logic
782 views
2 votes
2 votes
How many simple graph are possible on six  vertices in which the number of edge is odd??
in Mathematical Logic
782 views

4 Comments

i think -1 is not required.
0
0
yep, it should be 2$^{14}$
0
0

It is 214

same as 15C1 + 15C15C15C15C915C1115C1315C15

1
1

2 Answers

0 votes
0 votes
Option A

Number of graph = 2^n(n-1)/2

2^30/2=2^15

1 comment

Where is option A?
And asking number of graphs with odd no. edges

READ PROPERLY
0
0
0 votes
0 votes

Actually, the question should be: simple graphs are possible on six labeled vertices in which the number of edges is 'odd'.

Answer: we can do with recurrence method

for n=3 , no. of simple graphs are possible = 2^(3C2)= 2^3 =8  // [maximum edges with n vertices in simple graph: n(n-1)/2= 3*2/2 = 3]

Now, as @Mk Utkarsh solved, we can calculate no. of simple graphs with odd edges like:

C(3,1)+C(3,3)= 3+1= 4  // [this is combination form]    // 2^2  ( 2^3 /2 )

 

for n=4 , no. of simple graphs are possible = 2^(4C2)= 2^6 =64

Now, we can calculate no. of simple graphs with odd edges( Total edges =6) like:

C(6,1)+C(6,3)+C(6,5) = 6+20+6= 32    // ( 2^6 / 2  = 2^6-1 = 2^5 =32)

 

for n=5 , no. of simple graphs are possible = 2^(5C2)= 2^10 =1024

Now, we can calculate no. of simple graphs with odd edges( Total edges =10) like:

C(10,1)+C(10,3)+C(10,5)+C(10,7)+C(10,9) = 10+120+252+120+10= 512  // (2^10-1 = 2^9 =512)

 

NOW, YOU CAN SEE THAT SIMPLE GRAPHS WITH ODD NO. OF EDGES OVER 'n' VERTICES ARE:

=[ 2^(nC2) ] / 2 .

Now put n=6

no. of simple graphs with odd no. of edges over 6 vertices = [2^(6C2)] /2

= (2^15) / 2

= 2^14 graphs 

edited by

Related questions

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