edited by
395 views
0 votes
0 votes
How many perfect matchings does a complete graph K(n) with even vertices have?

Is it $\frac{n!}{(2!)^{(n/2)}*(\frac{n}{2})!}$ ?

As it's like the combinatorics problem of dividing all n vertices into n/2 groups each of size 2.

OR

Is it (n-1) ?

I read that K(n) can be properly edge coloured using  (n-1) colours. If we make its monochromatic subraphs it'll give n-1 different perfect matchings.

So I am confused. Please Help!!
edited by

1 Answer

2 votes
2 votes

For each vertex, you need to find a pair. Lets select any one vertex. For this vertex, you can choose other pair vertex in (n-1)C1 ways. Similarly, we do for other vertices. So,

Ans = (n-1)C1 *  (n-3)C1 * (n-5)C1 *  ........ * (1)C1

Related questions

1 votes
1 votes
1 answer
1
0 votes
0 votes
1 answer
2
gagan55 asked Jun 30, 2023
209 views
Number of hamiltonian cycles for a graph K 5, 5( bipartite graph ) ??
0 votes
0 votes
1 answer
3
Dhiraj_777 asked May 4, 2023
543 views
In a Connected Planar Bipartite Graph of order 10 atmost how many edges be present ?
0 votes
0 votes
1 answer
4
Sahil_Lather asked Apr 15, 2023
499 views
Graph G is obtained by adding vertex s to $K_{3,4}$ and making s adjacent to every vertex of $K_{3,4}$ .The find the minimum number of colours required ot edge-colour is ...