Consider the simple graph with degree sequence {7, 3, 3, 3, 3, 3, 3, 3 }, If x be cardinality of largest independance set and y be cardinality of the minimum vertex cover, then the x×y is_________.
15
Open in App
Solution
The correct option is A 15 With given degree sequence, sample graph will be
Independence set or stable set is a set of vertices in a graph , no two of which are adjacent
So, largest independence set is |{a, d, f}| =3
We know that,
Total vertex = Largest independence set +Minimal vertex cover
8 = 3 + y
y = 5 So,x×y=5×3=15