How many ways can 26 letters be divided into 13 pairs?
$begingroup$
The question is: a plug board has 26 letters, and there are 13 cables. The cables connect all possible pair of letters.
How many possible configurations does the plug board provide? In other words, how many ways can 26 letters be divided into 13 pairs?
The result I found by calculation and some logic is:
$$25cdot 23cdot 21cdot 19cdot 17cdot 15cdot 13cdot 11cdot 9cdot 7cdot 5cdot 3 = 7 905 853 580 625.$$
Is this correct?
How is the mathematical algorithm and formula to calculate this and similar problems?
probability permutations combinations
$endgroup$
add a comment |
$begingroup$
The question is: a plug board has 26 letters, and there are 13 cables. The cables connect all possible pair of letters.
How many possible configurations does the plug board provide? In other words, how many ways can 26 letters be divided into 13 pairs?
The result I found by calculation and some logic is:
$$25cdot 23cdot 21cdot 19cdot 17cdot 15cdot 13cdot 11cdot 9cdot 7cdot 5cdot 3 = 7 905 853 580 625.$$
Is this correct?
How is the mathematical algorithm and formula to calculate this and similar problems?
probability permutations combinations
$endgroup$
$begingroup$
Your value can also be written as $frac {26!}{2^{13} cdot 13!}$
$endgroup$
– Mohammad Zuhair Khan
Feb 1 at 17:30
add a comment |
$begingroup$
The question is: a plug board has 26 letters, and there are 13 cables. The cables connect all possible pair of letters.
How many possible configurations does the plug board provide? In other words, how many ways can 26 letters be divided into 13 pairs?
The result I found by calculation and some logic is:
$$25cdot 23cdot 21cdot 19cdot 17cdot 15cdot 13cdot 11cdot 9cdot 7cdot 5cdot 3 = 7 905 853 580 625.$$
Is this correct?
How is the mathematical algorithm and formula to calculate this and similar problems?
probability permutations combinations
$endgroup$
The question is: a plug board has 26 letters, and there are 13 cables. The cables connect all possible pair of letters.
How many possible configurations does the plug board provide? In other words, how many ways can 26 letters be divided into 13 pairs?
The result I found by calculation and some logic is:
$$25cdot 23cdot 21cdot 19cdot 17cdot 15cdot 13cdot 11cdot 9cdot 7cdot 5cdot 3 = 7 905 853 580 625.$$
Is this correct?
How is the mathematical algorithm and formula to calculate this and similar problems?
probability permutations combinations
probability permutations combinations
edited Feb 1 at 17:43


Robert Z
101k1072145
101k1072145
asked Feb 1 at 17:18
Coder88Coder88
1066
1066
$begingroup$
Your value can also be written as $frac {26!}{2^{13} cdot 13!}$
$endgroup$
– Mohammad Zuhair Khan
Feb 1 at 17:30
add a comment |
$begingroup$
Your value can also be written as $frac {26!}{2^{13} cdot 13!}$
$endgroup$
– Mohammad Zuhair Khan
Feb 1 at 17:30
$begingroup$
Your value can also be written as $frac {26!}{2^{13} cdot 13!}$
$endgroup$
– Mohammad Zuhair Khan
Feb 1 at 17:30
$begingroup$
Your value can also be written as $frac {26!}{2^{13} cdot 13!}$
$endgroup$
– Mohammad Zuhair Khan
Feb 1 at 17:30
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
Yes, you are correct. This is my approach: we select a set of $13$ letters among the $26$ in $binom{26}{13}$ ways. Then we assign the remaining $13$ letters to the chosen letters in $13!$ ways. Finally we divide the result by $2$, $13$ times because we are not interested in the order of the letters in the $13$ couples. The final result is
$$frac{binom{26}{13}cdot 13!}{2^{13}}=frac {26!}{2^{13} cdot 13!}=7 905 853 580 625$$
which is the same of yours.
$endgroup$
$begingroup$
That was more simpler and smarter approach. My approach was daunting, I just counted by hand all possibilities with just 2 letters up to 6 letters using my fingers (all possible combinations of pairing 6 letters), found a logic and pattern, and used that to come with solution to the problem "26 letters and 13 cables".
$endgroup$
– Coder88
Feb 1 at 21:22
add a comment |
$begingroup$
One way to count would be as follows.
Consider the letters ordered, and labeled as $1,2,3,4,dots,2N$.
Let $A(N)$ be the number of possibilities to "pair them in $N$ pairs".
We take the first letter, $1$, and pair it, i.e. we count its possible pairings.
There are $(2N-1)$ possibilities. We make a choice of the $1$-match, eliminate this pair from the list, reorder, and count again.
In this way we get inductively:
$$
A(2N)=(2N-1)A(2N-2) .
$$
Because $A(2)=1$, we get the formula $A(2N)=(2N-1)(2N-3)cdots5cdot 3cdot 1$.
(Some people call this number $(2N-1)!!$.)
(It is hard to put the hands on the "similar problems" part of the question.)
$endgroup$
add a comment |
$begingroup$
Another approach is: the first pair can be selected in ${26choose 2}$ ways, but we are not interested in the position of the pair among the $13$ pairs, hence we divide it by ${13choose 1}$:
$$frac{{26choose 2}}{{13choose 1}}$$
Similarly, for other pairs.
At the end we get:
$$frac{{26choose 2}}{{13choose 1}}cdot frac{{24choose 2}}{{12choose 1}}cdotfrac{{22choose 2}}{{11choose 1}}cdotfrac{{20choose 2}}{{10choose 1}}cdot frac{{18choose 2}}{{9choose 1}}cdotfrac{{16choose 2}}{{8choose 1}}cdotfrac{{14choose 2}}{{7choose 1}}cdotfrac{{12choose 2}}{{6choose 1}}cdotfrac{{10choose 2}}{{5choose 1}}cdotfrac{{8choose 2}}{{4choose 1}}cdotfrac{{6choose 2}}{{3choose 1}}cdotfrac{{4choose 2}}{{2choose 1}}cdotfrac{{2choose 2}}{{1choose 1}},$$
which is what you have.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3096490%2fhow-many-ways-can-26-letters-be-divided-into-13-pairs%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Yes, you are correct. This is my approach: we select a set of $13$ letters among the $26$ in $binom{26}{13}$ ways. Then we assign the remaining $13$ letters to the chosen letters in $13!$ ways. Finally we divide the result by $2$, $13$ times because we are not interested in the order of the letters in the $13$ couples. The final result is
$$frac{binom{26}{13}cdot 13!}{2^{13}}=frac {26!}{2^{13} cdot 13!}=7 905 853 580 625$$
which is the same of yours.
$endgroup$
$begingroup$
That was more simpler and smarter approach. My approach was daunting, I just counted by hand all possibilities with just 2 letters up to 6 letters using my fingers (all possible combinations of pairing 6 letters), found a logic and pattern, and used that to come with solution to the problem "26 letters and 13 cables".
$endgroup$
– Coder88
Feb 1 at 21:22
add a comment |
$begingroup$
Yes, you are correct. This is my approach: we select a set of $13$ letters among the $26$ in $binom{26}{13}$ ways. Then we assign the remaining $13$ letters to the chosen letters in $13!$ ways. Finally we divide the result by $2$, $13$ times because we are not interested in the order of the letters in the $13$ couples. The final result is
$$frac{binom{26}{13}cdot 13!}{2^{13}}=frac {26!}{2^{13} cdot 13!}=7 905 853 580 625$$
which is the same of yours.
$endgroup$
$begingroup$
That was more simpler and smarter approach. My approach was daunting, I just counted by hand all possibilities with just 2 letters up to 6 letters using my fingers (all possible combinations of pairing 6 letters), found a logic and pattern, and used that to come with solution to the problem "26 letters and 13 cables".
$endgroup$
– Coder88
Feb 1 at 21:22
add a comment |
$begingroup$
Yes, you are correct. This is my approach: we select a set of $13$ letters among the $26$ in $binom{26}{13}$ ways. Then we assign the remaining $13$ letters to the chosen letters in $13!$ ways. Finally we divide the result by $2$, $13$ times because we are not interested in the order of the letters in the $13$ couples. The final result is
$$frac{binom{26}{13}cdot 13!}{2^{13}}=frac {26!}{2^{13} cdot 13!}=7 905 853 580 625$$
which is the same of yours.
$endgroup$
Yes, you are correct. This is my approach: we select a set of $13$ letters among the $26$ in $binom{26}{13}$ ways. Then we assign the remaining $13$ letters to the chosen letters in $13!$ ways. Finally we divide the result by $2$, $13$ times because we are not interested in the order of the letters in the $13$ couples. The final result is
$$frac{binom{26}{13}cdot 13!}{2^{13}}=frac {26!}{2^{13} cdot 13!}=7 905 853 580 625$$
which is the same of yours.
edited Feb 1 at 17:43
answered Feb 1 at 17:31


Robert ZRobert Z
101k1072145
101k1072145
$begingroup$
That was more simpler and smarter approach. My approach was daunting, I just counted by hand all possibilities with just 2 letters up to 6 letters using my fingers (all possible combinations of pairing 6 letters), found a logic and pattern, and used that to come with solution to the problem "26 letters and 13 cables".
$endgroup$
– Coder88
Feb 1 at 21:22
add a comment |
$begingroup$
That was more simpler and smarter approach. My approach was daunting, I just counted by hand all possibilities with just 2 letters up to 6 letters using my fingers (all possible combinations of pairing 6 letters), found a logic and pattern, and used that to come with solution to the problem "26 letters and 13 cables".
$endgroup$
– Coder88
Feb 1 at 21:22
$begingroup$
That was more simpler and smarter approach. My approach was daunting, I just counted by hand all possibilities with just 2 letters up to 6 letters using my fingers (all possible combinations of pairing 6 letters), found a logic and pattern, and used that to come with solution to the problem "26 letters and 13 cables".
$endgroup$
– Coder88
Feb 1 at 21:22
$begingroup$
That was more simpler and smarter approach. My approach was daunting, I just counted by hand all possibilities with just 2 letters up to 6 letters using my fingers (all possible combinations of pairing 6 letters), found a logic and pattern, and used that to come with solution to the problem "26 letters and 13 cables".
$endgroup$
– Coder88
Feb 1 at 21:22
add a comment |
$begingroup$
One way to count would be as follows.
Consider the letters ordered, and labeled as $1,2,3,4,dots,2N$.
Let $A(N)$ be the number of possibilities to "pair them in $N$ pairs".
We take the first letter, $1$, and pair it, i.e. we count its possible pairings.
There are $(2N-1)$ possibilities. We make a choice of the $1$-match, eliminate this pair from the list, reorder, and count again.
In this way we get inductively:
$$
A(2N)=(2N-1)A(2N-2) .
$$
Because $A(2)=1$, we get the formula $A(2N)=(2N-1)(2N-3)cdots5cdot 3cdot 1$.
(Some people call this number $(2N-1)!!$.)
(It is hard to put the hands on the "similar problems" part of the question.)
$endgroup$
add a comment |
$begingroup$
One way to count would be as follows.
Consider the letters ordered, and labeled as $1,2,3,4,dots,2N$.
Let $A(N)$ be the number of possibilities to "pair them in $N$ pairs".
We take the first letter, $1$, and pair it, i.e. we count its possible pairings.
There are $(2N-1)$ possibilities. We make a choice of the $1$-match, eliminate this pair from the list, reorder, and count again.
In this way we get inductively:
$$
A(2N)=(2N-1)A(2N-2) .
$$
Because $A(2)=1$, we get the formula $A(2N)=(2N-1)(2N-3)cdots5cdot 3cdot 1$.
(Some people call this number $(2N-1)!!$.)
(It is hard to put the hands on the "similar problems" part of the question.)
$endgroup$
add a comment |
$begingroup$
One way to count would be as follows.
Consider the letters ordered, and labeled as $1,2,3,4,dots,2N$.
Let $A(N)$ be the number of possibilities to "pair them in $N$ pairs".
We take the first letter, $1$, and pair it, i.e. we count its possible pairings.
There are $(2N-1)$ possibilities. We make a choice of the $1$-match, eliminate this pair from the list, reorder, and count again.
In this way we get inductively:
$$
A(2N)=(2N-1)A(2N-2) .
$$
Because $A(2)=1$, we get the formula $A(2N)=(2N-1)(2N-3)cdots5cdot 3cdot 1$.
(Some people call this number $(2N-1)!!$.)
(It is hard to put the hands on the "similar problems" part of the question.)
$endgroup$
One way to count would be as follows.
Consider the letters ordered, and labeled as $1,2,3,4,dots,2N$.
Let $A(N)$ be the number of possibilities to "pair them in $N$ pairs".
We take the first letter, $1$, and pair it, i.e. we count its possible pairings.
There are $(2N-1)$ possibilities. We make a choice of the $1$-match, eliminate this pair from the list, reorder, and count again.
In this way we get inductively:
$$
A(2N)=(2N-1)A(2N-2) .
$$
Because $A(2)=1$, we get the formula $A(2N)=(2N-1)(2N-3)cdots5cdot 3cdot 1$.
(Some people call this number $(2N-1)!!$.)
(It is hard to put the hands on the "similar problems" part of the question.)
answered Feb 1 at 17:31
dan_fuleadan_fulea
7,1781513
7,1781513
add a comment |
add a comment |
$begingroup$
Another approach is: the first pair can be selected in ${26choose 2}$ ways, but we are not interested in the position of the pair among the $13$ pairs, hence we divide it by ${13choose 1}$:
$$frac{{26choose 2}}{{13choose 1}}$$
Similarly, for other pairs.
At the end we get:
$$frac{{26choose 2}}{{13choose 1}}cdot frac{{24choose 2}}{{12choose 1}}cdotfrac{{22choose 2}}{{11choose 1}}cdotfrac{{20choose 2}}{{10choose 1}}cdot frac{{18choose 2}}{{9choose 1}}cdotfrac{{16choose 2}}{{8choose 1}}cdotfrac{{14choose 2}}{{7choose 1}}cdotfrac{{12choose 2}}{{6choose 1}}cdotfrac{{10choose 2}}{{5choose 1}}cdotfrac{{8choose 2}}{{4choose 1}}cdotfrac{{6choose 2}}{{3choose 1}}cdotfrac{{4choose 2}}{{2choose 1}}cdotfrac{{2choose 2}}{{1choose 1}},$$
which is what you have.
$endgroup$
add a comment |
$begingroup$
Another approach is: the first pair can be selected in ${26choose 2}$ ways, but we are not interested in the position of the pair among the $13$ pairs, hence we divide it by ${13choose 1}$:
$$frac{{26choose 2}}{{13choose 1}}$$
Similarly, for other pairs.
At the end we get:
$$frac{{26choose 2}}{{13choose 1}}cdot frac{{24choose 2}}{{12choose 1}}cdotfrac{{22choose 2}}{{11choose 1}}cdotfrac{{20choose 2}}{{10choose 1}}cdot frac{{18choose 2}}{{9choose 1}}cdotfrac{{16choose 2}}{{8choose 1}}cdotfrac{{14choose 2}}{{7choose 1}}cdotfrac{{12choose 2}}{{6choose 1}}cdotfrac{{10choose 2}}{{5choose 1}}cdotfrac{{8choose 2}}{{4choose 1}}cdotfrac{{6choose 2}}{{3choose 1}}cdotfrac{{4choose 2}}{{2choose 1}}cdotfrac{{2choose 2}}{{1choose 1}},$$
which is what you have.
$endgroup$
add a comment |
$begingroup$
Another approach is: the first pair can be selected in ${26choose 2}$ ways, but we are not interested in the position of the pair among the $13$ pairs, hence we divide it by ${13choose 1}$:
$$frac{{26choose 2}}{{13choose 1}}$$
Similarly, for other pairs.
At the end we get:
$$frac{{26choose 2}}{{13choose 1}}cdot frac{{24choose 2}}{{12choose 1}}cdotfrac{{22choose 2}}{{11choose 1}}cdotfrac{{20choose 2}}{{10choose 1}}cdot frac{{18choose 2}}{{9choose 1}}cdotfrac{{16choose 2}}{{8choose 1}}cdotfrac{{14choose 2}}{{7choose 1}}cdotfrac{{12choose 2}}{{6choose 1}}cdotfrac{{10choose 2}}{{5choose 1}}cdotfrac{{8choose 2}}{{4choose 1}}cdotfrac{{6choose 2}}{{3choose 1}}cdotfrac{{4choose 2}}{{2choose 1}}cdotfrac{{2choose 2}}{{1choose 1}},$$
which is what you have.
$endgroup$
Another approach is: the first pair can be selected in ${26choose 2}$ ways, but we are not interested in the position of the pair among the $13$ pairs, hence we divide it by ${13choose 1}$:
$$frac{{26choose 2}}{{13choose 1}}$$
Similarly, for other pairs.
At the end we get:
$$frac{{26choose 2}}{{13choose 1}}cdot frac{{24choose 2}}{{12choose 1}}cdotfrac{{22choose 2}}{{11choose 1}}cdotfrac{{20choose 2}}{{10choose 1}}cdot frac{{18choose 2}}{{9choose 1}}cdotfrac{{16choose 2}}{{8choose 1}}cdotfrac{{14choose 2}}{{7choose 1}}cdotfrac{{12choose 2}}{{6choose 1}}cdotfrac{{10choose 2}}{{5choose 1}}cdotfrac{{8choose 2}}{{4choose 1}}cdotfrac{{6choose 2}}{{3choose 1}}cdotfrac{{4choose 2}}{{2choose 1}}cdotfrac{{2choose 2}}{{1choose 1}},$$
which is what you have.
answered Feb 1 at 18:45


farruhotafarruhota
21.9k2942
21.9k2942
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3096490%2fhow-many-ways-can-26-letters-be-divided-into-13-pairs%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
Your value can also be written as $frac {26!}{2^{13} cdot 13!}$
$endgroup$
– Mohammad Zuhair Khan
Feb 1 at 17:30