edited by
50,386 views
60 votes
60 votes

How many perfect matching are there in a complete graph of $6$ vertices?

  1. $15$
  2. $24$
  3. $30$
  4. $60$
edited by

10 Answers

2 votes
2 votes

No. of perfect matchings in a complete graph $K_{2n}$ = 

$$\frac{(2n)!}{n! 2^n}$$

Please note it is for $K_{2n}$ and not $K_{n}$.

 

Here, 2n = 6.

So, $\frac{6*5*4*3*2}{3*2*8}=15$


As for Cyclic graphs $C_n$

Two matchings if n is even, none otherwise.


Sources: https://math.stackexchange.com/questions/60894/how-to-find-the-number-of-perfect-matchings-in-complete-graphs

https://math.stackexchange.com/questions/1981111/number-of-distinct-perfect-matchings-in-a-cycle

1 votes
1 votes
For first perfect matching no of options = 5 (we have to choose one vertex, and choose another vertex from remaining 5)
For 2nd  perfect matching no of options = 3 (two vertex are already used)
For third perfect matching no of options = 1( 4 vertex are already used)
total matching = 5 * 3 * 1 = 15
0 votes
0 votes

The Number of Complete Graph is perfect matching is =        (2m)! /  2^m * m !

Where m is postive number

now 6 vertice set to the 2(3)=2(m)   now calcute   6!/8 * 3! = 15 Number Of perfect Matching

 

 

  

0 votes
0 votes

Answer : A

for complete graph(K 2n) , here 2n is no. of vertices

no. of perfect matching = 2n! / ((2^n) * (n!) )

sono. of perfect matching = 6! / (2^3 * 3!) = 720 / (8 * 6) = 15

Answer:

Related questions

65 votes
65 votes
9 answers
5
Kathleen asked Sep 17, 2014
15,635 views
A graph $G=(V,E)$ satisfies $\mid E \mid \leq 3 \mid V \mid - 6$. The min-degree of $G$ is defined as $\min_{v\in V}\left\{ \text{degree }(v)\right \}$. Therefore, min-d...
65 votes
65 votes
5 answers
6
3 votes
3 votes
0 answers
7
admin asked Dec 15, 2022
384 views
Count the number of perfect matchings in the bipartite graph whose adjacency matrix $\text{A}$ is as follows.\[\left[\begin{array}{lll}1 & 1 & 0 \\0 & 1 & 1 \\1 & 1 & 1\e...
4 votes
4 votes
2 answers
8