926 views

1 Answer

0 votes
0 votes

In such questions inductive method often helps ..Say u can verify for smaller graphs..

But here the methodology of finding chromatic number property can be used..As we know for finding chromatic number we begin with the maximal clique as it will require maximum number of colors ..Then we can color the other vertices from the colors that we have used for coloring the maximal clique..

So we verify for n = 7 vertices cycle graph complement ..In that we are able to get K3 as maximal clique only ..

Therefore for n = 7 vertices clique number = 3

But we are able to color successfully with minimum of 4 colors..

Similarly on verification on n = 9 vertices(not drawing the entire graph as that will be confusing as we will have (9C2 - 9) vertices in the complementary graph..So there we do not get clique of size of 3 but we get clique of size 4..Also we can color with 5 colors only in this case..

So in general for C' 2k + 1 ,

Chromatic no =  k + 1

Clique no  =  k

Hence 3) should be the correct answer..

Related questions

2 votes
2 votes
1 answer
1
Akriti sood asked Nov 28, 2016
1,066 views
The clique number of graph is _____?can someone also explain what is clique number also?
0 votes
0 votes
1 answer
2
iarnav asked May 18, 2018
1,321 views
Is there a clique possible in Graph with one vertex? I mean, is a singleton vertex in itself is a complete sub-graph and can be called a clique.
1 votes
1 votes
1 answer
4