retagged by
13,942 views
28 votes
28 votes

A graph is self-complementary if it is isomorphic to its complement. For all self-complementary graphs on $n$ vertices, $n$ is

  1. A multiple of 4
  2. Even
  3. Odd
  4. Congruent to 0 $mod$ 4, or, 1 $mod$ 4.
retagged by

6 Answers

0 votes
0 votes

Since graph is isomorphic to its complement thus, 

edges in G + edges in G’ = edges in complete graph 

E+E= edges in complete graph  (since both graphs are same hence no of edges is also same)

2E= n(n-1)/2                                      (max number of edges in graph)

4E= n(n-1)     ---------(i)

now such combination possible is only for 

n=4       as    4(3)= 4(3)       from above equation (i)

n=5       as    4(5)= 4(5)       from above equation (i)

hence option D is the best answer

0 votes
0 votes

An n-vertex self-complementary graph has exactly half number of edges of the complete graph i.e.

n(n-1) / 4  edges.

Since n(n-1) must be divisible by 4, n must be congruent to 0 mod 4 or 1 mod 4.

Answer:

Related questions

915
views
1 answers
5 votes
Vikrant Singh asked Feb 1, 2015
915 views
How many labelled sub-graphs of $K_n$ are isomorphic to $W_{n-1}$?(Where $K_n$ : Complete graph with $n$ vertices , $W_n$ : Wheel graph with $ n+1$ vertices)1.$\frac{(n-1)!}{2}$ ... $\frac{n!}{2(n-1)}$4. $\frac{n!}{2(n-1)^2}$
6.7k
views
2 answers
16 votes
go_editor asked Feb 12, 2015
6,730 views
Consider two decision problems $Q_1, Q_2$ such that $Q_1$ reduces in polynomial time to 3-SAT and 3-SAT reduces in polynomial time to $Q_2$. Then which one of the following ... $Q_2$ are in NP.Both $Q_1$ and $Q_2$ are in NP hard.
15.1k
views
4 answers
48 votes
go_editor asked Feb 13, 2015
15,080 views
In a connected graph, a bridge is an edge whose removal disconnects the graph. Which one of the following statements is true?A tree has no bridgesA bridge ... clique is any complete subgraph of a graph)A graph with bridges cannot have cycle
18.0k
views
6 answers
42 votes
go_editor asked Sep 28, 2014
17,958 views
A cycle on $n$ vertices is isomorphic to its complement. The value of $n$ is _____.