Probability of successful Secret Santa selection
$begingroup$
In the following Secret Santa Scenario:
There are 12 people, each have written their name on a scrap of paper and put it into a bowl. The bowl is then passed around and each of the 12 picks out a name and reads it.
What is the probability that no one picks out their own name?
At first I thought it would simply be 11/12 x 10/11 x 9/10...etc. But I thought that wouldn’t work because there are situations where someone’s name has already been drawn and there is 0 chance for them to pick out their name, so I’m stuck.
probability permutations combinations
$endgroup$
add a comment |
$begingroup$
In the following Secret Santa Scenario:
There are 12 people, each have written their name on a scrap of paper and put it into a bowl. The bowl is then passed around and each of the 12 picks out a name and reads it.
What is the probability that no one picks out their own name?
At first I thought it would simply be 11/12 x 10/11 x 9/10...etc. But I thought that wouldn’t work because there are situations where someone’s name has already been drawn and there is 0 chance for them to pick out their name, so I’m stuck.
probability permutations combinations
$endgroup$
$begingroup$
en.wikipedia.org/wiki/Derangement
$endgroup$
– Lord Shark the Unknown
Dec 15 '18 at 7:16
add a comment |
$begingroup$
In the following Secret Santa Scenario:
There are 12 people, each have written their name on a scrap of paper and put it into a bowl. The bowl is then passed around and each of the 12 picks out a name and reads it.
What is the probability that no one picks out their own name?
At first I thought it would simply be 11/12 x 10/11 x 9/10...etc. But I thought that wouldn’t work because there are situations where someone’s name has already been drawn and there is 0 chance for them to pick out their name, so I’m stuck.
probability permutations combinations
$endgroup$
In the following Secret Santa Scenario:
There are 12 people, each have written their name on a scrap of paper and put it into a bowl. The bowl is then passed around and each of the 12 picks out a name and reads it.
What is the probability that no one picks out their own name?
At first I thought it would simply be 11/12 x 10/11 x 9/10...etc. But I thought that wouldn’t work because there are situations where someone’s name has already been drawn and there is 0 chance for them to pick out their name, so I’m stuck.
probability permutations combinations
probability permutations combinations
asked Dec 15 '18 at 7:11
M. WeateM. Weate
445
445
$begingroup$
en.wikipedia.org/wiki/Derangement
$endgroup$
– Lord Shark the Unknown
Dec 15 '18 at 7:16
add a comment |
$begingroup$
en.wikipedia.org/wiki/Derangement
$endgroup$
– Lord Shark the Unknown
Dec 15 '18 at 7:16
$begingroup$
en.wikipedia.org/wiki/Derangement
$endgroup$
– Lord Shark the Unknown
Dec 15 '18 at 7:16
$begingroup$
en.wikipedia.org/wiki/Derangement
$endgroup$
– Lord Shark the Unknown
Dec 15 '18 at 7:16
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
There is actually a term for something like this: it's called a derangement. (https://en.wikipedia.org/wiki/Derangement)
Generally, if you have $n$ objects, and want to rearrange them without them ending up in the same spot, the number of such rearrangements is given by
$$text{# of derangements} = n! cdot sum_{k=1}^n frac{(-1)^k}{k!}$$
among other potential relations. This is commonly denoted $!n$.
$endgroup$
add a comment |
$begingroup$
Consider all the possible permutations, and we have to consider how many of those are derangement, that is permutation where no element appear in the original position.
The answer is
$$frac{!12}{12!}=frac{lfloor frac{12!}e + frac12 rfloor}{12!}=frac{176214841}{12!}approx 0.3679$$
$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%2f3040251%2fprobability-of-successful-secret-santa-selection%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
There is actually a term for something like this: it's called a derangement. (https://en.wikipedia.org/wiki/Derangement)
Generally, if you have $n$ objects, and want to rearrange them without them ending up in the same spot, the number of such rearrangements is given by
$$text{# of derangements} = n! cdot sum_{k=1}^n frac{(-1)^k}{k!}$$
among other potential relations. This is commonly denoted $!n$.
$endgroup$
add a comment |
$begingroup$
There is actually a term for something like this: it's called a derangement. (https://en.wikipedia.org/wiki/Derangement)
Generally, if you have $n$ objects, and want to rearrange them without them ending up in the same spot, the number of such rearrangements is given by
$$text{# of derangements} = n! cdot sum_{k=1}^n frac{(-1)^k}{k!}$$
among other potential relations. This is commonly denoted $!n$.
$endgroup$
add a comment |
$begingroup$
There is actually a term for something like this: it's called a derangement. (https://en.wikipedia.org/wiki/Derangement)
Generally, if you have $n$ objects, and want to rearrange them without them ending up in the same spot, the number of such rearrangements is given by
$$text{# of derangements} = n! cdot sum_{k=1}^n frac{(-1)^k}{k!}$$
among other potential relations. This is commonly denoted $!n$.
$endgroup$
There is actually a term for something like this: it's called a derangement. (https://en.wikipedia.org/wiki/Derangement)
Generally, if you have $n$ objects, and want to rearrange them without them ending up in the same spot, the number of such rearrangements is given by
$$text{# of derangements} = n! cdot sum_{k=1}^n frac{(-1)^k}{k!}$$
among other potential relations. This is commonly denoted $!n$.
answered Dec 15 '18 at 7:15
Eevee TrainerEevee Trainer
10.4k31742
10.4k31742
add a comment |
add a comment |
$begingroup$
Consider all the possible permutations, and we have to consider how many of those are derangement, that is permutation where no element appear in the original position.
The answer is
$$frac{!12}{12!}=frac{lfloor frac{12!}e + frac12 rfloor}{12!}=frac{176214841}{12!}approx 0.3679$$
$endgroup$
add a comment |
$begingroup$
Consider all the possible permutations, and we have to consider how many of those are derangement, that is permutation where no element appear in the original position.
The answer is
$$frac{!12}{12!}=frac{lfloor frac{12!}e + frac12 rfloor}{12!}=frac{176214841}{12!}approx 0.3679$$
$endgroup$
add a comment |
$begingroup$
Consider all the possible permutations, and we have to consider how many of those are derangement, that is permutation where no element appear in the original position.
The answer is
$$frac{!12}{12!}=frac{lfloor frac{12!}e + frac12 rfloor}{12!}=frac{176214841}{12!}approx 0.3679$$
$endgroup$
Consider all the possible permutations, and we have to consider how many of those are derangement, that is permutation where no element appear in the original position.
The answer is
$$frac{!12}{12!}=frac{lfloor frac{12!}e + frac12 rfloor}{12!}=frac{176214841}{12!}approx 0.3679$$
answered Dec 15 '18 at 7:17
Siong Thye GohSiong Thye Goh
104k1468120
104k1468120
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%2f3040251%2fprobability-of-successful-secret-santa-selection%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$
en.wikipedia.org/wiki/Derangement
$endgroup$
– Lord Shark the Unknown
Dec 15 '18 at 7:16