recategorized by
716 views
5 votes
5 votes

Consider the following graph $\text{G:}$


Let $\text{M, C, I, S, B, E}$ be the Matching number, chromatic number, independence number, Clique number, Vertex cover number, and edge cover number, respectively of $\text{G}.$

What is $\text{M+C+I+S+B+E}?$

recategorized by

2 Answers

Best answer
10 votes
10 votes

For this question we just need to found Chromatic number and Clique number .

We know that 

Matching number(M)+Edge cover number (E)=Number of vertices(n)

Independence Number(I)+ vertex cover number(B)= number of vertices(n)

Given expression;

$M+C+I+S+B+E$

=$(M+E)+(I+B)+S+C$

=$n+n+S+C$

=$2n+S+C$

Now the given graph don’t have any odd length cycle So It is bipartite graph.

We know that bipartite with at least one edge has chromatic number(S) =$2$.

Now clique number(C) for any bipartite graph with at least one edge is 2 as the largest complete graph it contains is $K_{2}$ because from $K_{3}$ any complete graph contains an odd length cycle which is not bipartite.

So our required answer is :-

=$2*8+2+2$                 [as $n=8$]

=$20$

selected by
3 votes
3 votes
The observation is that the given graph is bipartite, as there is No odd cycle in the given graph.
Also, $\text{G}$ is isomorphic to hypercube graph $\text{Q3}.$ And $\text{Q3}$ is bipartite.
Hence, $\mathrm{C}=2, \mathrm{I}=4, \mathrm{~S}=2, \mathrm{~B}=4, \mathrm{E}=4$
So, Maximum Matching $=\{12,34,56,78\}$, Hence, matching number $=4$
Hence, the answer is $20 .$

$\text{Q1, Q2, Q3}$ are planar graphs. $\text{Q4, Q5}$ are not planar.
Answer:

Related questions

4 votes
4 votes
1 answer
3
1 votes
1 votes
1 answer
4