486 views
0 votes
0 votes
Let G be a simple undirected graph on n=3x vertices (x>=1) with chromatic number 3, then maximum number of edges in G is

(A) n(n-1)/2

(B) n^(n-2)

(C) nx

(D) n

1 Answer

0 votes
0 votes
By using chromatic partitioning ,we can divide the graph into 3 independent sets with x vertices each (like tripartionining similar to bipartition graph).For maximum number of edges a vertex in a set is connected to all the vertices in the other 2 sets but not with vertex in its own set(i.e independent).

If we consider the sets coloured as Red,Blue,Green, each with x vertices each.

Step1.

1.Connect each vertex of Red to every vertex of Blue and green,total possible edges = Number of vertices in Red * (number of vertices in blue +number of vertices in green) = 2x^2

2.Connect each vertex of blue to every vertex of green,total possible edges = number of vertices in blue*number of vertices in green = x^2

Total edges = 2x^2+x^2 =3x^2 =n*x

Related questions

2 votes
2 votes
1 answer
1
0 votes
0 votes
0 answers
2
EthicEtheR asked Nov 20, 2021
393 views
This question is related to graph theory colour covering
0 votes
0 votes
1 answer
3
Shankar Kakde asked Jan 14, 2019
423 views
2 votes
2 votes
0 answers
4
Parshu gate asked Nov 11, 2017
1,173 views
Let G be a planar Graph Such that every phase is bordered by exactly 3 edges which of the following can never be value for X(G) a)2 b)3 C)4 d)none of these