ways of selecting consecutive persons sitting at a table
$begingroup$
I'm trying to solve the following problem:
Ten people are sitting around a round table. Three of them are chosen
at random to give a presentation. What is the probability that the
three chosen people were sitting in consecutive seats?
I got the wrong answer but cannot see the error in my reasoning. This is how I see it:
1) the selection of the first person is unconstrained.
2) the next person must be selected from the 2 spots adjacent to the first. So this choice is limited to 2/9
of the possible choices.
3) the third choice must be taken from the one free spot next to the first person chosen, or the one free spot next to the 2nd person chosen. So this choice is limited to 2/8
of the possible choices.
4) multiplying these we get:
2/9 * 2/8 = 1/18
However, the official answer is:
Let's count as our outcomes the ways to select 3 people without regard
to order. There are $binom{10}{3} = 120$ ways to select any 3 people.
The number of successful outcomes is the number of ways to select 3
consecutive people. There are only 10 ways to do this -- think of
first selecting the middle person, then we take his or her two
neighbors. Therefore, the probability is $frac{10}{120} =
> boxed{frac{1}{12}}$.
combinatorics combinations
New contributor
$endgroup$
add a comment |
$begingroup$
I'm trying to solve the following problem:
Ten people are sitting around a round table. Three of them are chosen
at random to give a presentation. What is the probability that the
three chosen people were sitting in consecutive seats?
I got the wrong answer but cannot see the error in my reasoning. This is how I see it:
1) the selection of the first person is unconstrained.
2) the next person must be selected from the 2 spots adjacent to the first. So this choice is limited to 2/9
of the possible choices.
3) the third choice must be taken from the one free spot next to the first person chosen, or the one free spot next to the 2nd person chosen. So this choice is limited to 2/8
of the possible choices.
4) multiplying these we get:
2/9 * 2/8 = 1/18
However, the official answer is:
Let's count as our outcomes the ways to select 3 people without regard
to order. There are $binom{10}{3} = 120$ ways to select any 3 people.
The number of successful outcomes is the number of ways to select 3
consecutive people. There are only 10 ways to do this -- think of
first selecting the middle person, then we take his or her two
neighbors. Therefore, the probability is $frac{10}{120} =
> boxed{frac{1}{12}}$.
combinatorics combinations
New contributor
$endgroup$
add a comment |
$begingroup$
I'm trying to solve the following problem:
Ten people are sitting around a round table. Three of them are chosen
at random to give a presentation. What is the probability that the
three chosen people were sitting in consecutive seats?
I got the wrong answer but cannot see the error in my reasoning. This is how I see it:
1) the selection of the first person is unconstrained.
2) the next person must be selected from the 2 spots adjacent to the first. So this choice is limited to 2/9
of the possible choices.
3) the third choice must be taken from the one free spot next to the first person chosen, or the one free spot next to the 2nd person chosen. So this choice is limited to 2/8
of the possible choices.
4) multiplying these we get:
2/9 * 2/8 = 1/18
However, the official answer is:
Let's count as our outcomes the ways to select 3 people without regard
to order. There are $binom{10}{3} = 120$ ways to select any 3 people.
The number of successful outcomes is the number of ways to select 3
consecutive people. There are only 10 ways to do this -- think of
first selecting the middle person, then we take his or her two
neighbors. Therefore, the probability is $frac{10}{120} =
> boxed{frac{1}{12}}$.
combinatorics combinations
New contributor
$endgroup$
I'm trying to solve the following problem:
Ten people are sitting around a round table. Three of them are chosen
at random to give a presentation. What is the probability that the
three chosen people were sitting in consecutive seats?
I got the wrong answer but cannot see the error in my reasoning. This is how I see it:
1) the selection of the first person is unconstrained.
2) the next person must be selected from the 2 spots adjacent to the first. So this choice is limited to 2/9
of the possible choices.
3) the third choice must be taken from the one free spot next to the first person chosen, or the one free spot next to the 2nd person chosen. So this choice is limited to 2/8
of the possible choices.
4) multiplying these we get:
2/9 * 2/8 = 1/18
However, the official answer is:
Let's count as our outcomes the ways to select 3 people without regard
to order. There are $binom{10}{3} = 120$ ways to select any 3 people.
The number of successful outcomes is the number of ways to select 3
consecutive people. There are only 10 ways to do this -- think of
first selecting the middle person, then we take his or her two
neighbors. Therefore, the probability is $frac{10}{120} =
> boxed{frac{1}{12}}$.
combinatorics combinations
combinatorics combinations
New contributor
New contributor
New contributor
asked 22 hours ago
David J.David J.
1634
1634
New contributor
New contributor
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
You forgot the possibility that the second person can be chosen to sit two seats away from the first, and then the third person is chosen to be the one between the first and the second. This gives an additional $frac29cdot frac18 = frac1{36}$, bringing the total up to $frac1{18}+frac1{36} = frac1{12}$.
$endgroup$
$begingroup$
great answer, thanks!
$endgroup$
– David J.
22 hours ago
add a comment |
$begingroup$
For your mistake see the answer of Arthur.
A bit more concise solution:
If the first person has been chosen then yet $2$ out of $9$ must be chosen.
In $3$ of these cases the three chosen persons will sit consecutively so the probability on that is:$$frac3{binom92}=frac1{12}$$
$endgroup$
$begingroup$
A nice middle ground between the OP's approach and the given official answer.
$endgroup$
– Arthur
21 hours ago
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
});
}
});
David J. is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3104890%2fways-of-selecting-consecutive-persons-sitting-at-a-table%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$
You forgot the possibility that the second person can be chosen to sit two seats away from the first, and then the third person is chosen to be the one between the first and the second. This gives an additional $frac29cdot frac18 = frac1{36}$, bringing the total up to $frac1{18}+frac1{36} = frac1{12}$.
$endgroup$
$begingroup$
great answer, thanks!
$endgroup$
– David J.
22 hours ago
add a comment |
$begingroup$
You forgot the possibility that the second person can be chosen to sit two seats away from the first, and then the third person is chosen to be the one between the first and the second. This gives an additional $frac29cdot frac18 = frac1{36}$, bringing the total up to $frac1{18}+frac1{36} = frac1{12}$.
$endgroup$
$begingroup$
great answer, thanks!
$endgroup$
– David J.
22 hours ago
add a comment |
$begingroup$
You forgot the possibility that the second person can be chosen to sit two seats away from the first, and then the third person is chosen to be the one between the first and the second. This gives an additional $frac29cdot frac18 = frac1{36}$, bringing the total up to $frac1{18}+frac1{36} = frac1{12}$.
$endgroup$
You forgot the possibility that the second person can be chosen to sit two seats away from the first, and then the third person is chosen to be the one between the first and the second. This gives an additional $frac29cdot frac18 = frac1{36}$, bringing the total up to $frac1{18}+frac1{36} = frac1{12}$.
answered 22 hours ago
ArthurArthur
114k7116198
114k7116198
$begingroup$
great answer, thanks!
$endgroup$
– David J.
22 hours ago
add a comment |
$begingroup$
great answer, thanks!
$endgroup$
– David J.
22 hours ago
$begingroup$
great answer, thanks!
$endgroup$
– David J.
22 hours ago
$begingroup$
great answer, thanks!
$endgroup$
– David J.
22 hours ago
add a comment |
$begingroup$
For your mistake see the answer of Arthur.
A bit more concise solution:
If the first person has been chosen then yet $2$ out of $9$ must be chosen.
In $3$ of these cases the three chosen persons will sit consecutively so the probability on that is:$$frac3{binom92}=frac1{12}$$
$endgroup$
$begingroup$
A nice middle ground between the OP's approach and the given official answer.
$endgroup$
– Arthur
21 hours ago
add a comment |
$begingroup$
For your mistake see the answer of Arthur.
A bit more concise solution:
If the first person has been chosen then yet $2$ out of $9$ must be chosen.
In $3$ of these cases the three chosen persons will sit consecutively so the probability on that is:$$frac3{binom92}=frac1{12}$$
$endgroup$
$begingroup$
A nice middle ground between the OP's approach and the given official answer.
$endgroup$
– Arthur
21 hours ago
add a comment |
$begingroup$
For your mistake see the answer of Arthur.
A bit more concise solution:
If the first person has been chosen then yet $2$ out of $9$ must be chosen.
In $3$ of these cases the three chosen persons will sit consecutively so the probability on that is:$$frac3{binom92}=frac1{12}$$
$endgroup$
For your mistake see the answer of Arthur.
A bit more concise solution:
If the first person has been chosen then yet $2$ out of $9$ must be chosen.
In $3$ of these cases the three chosen persons will sit consecutively so the probability on that is:$$frac3{binom92}=frac1{12}$$
answered 22 hours ago
drhabdrhab
101k544130
101k544130
$begingroup$
A nice middle ground between the OP's approach and the given official answer.
$endgroup$
– Arthur
21 hours ago
add a comment |
$begingroup$
A nice middle ground between the OP's approach and the given official answer.
$endgroup$
– Arthur
21 hours ago
$begingroup$
A nice middle ground between the OP's approach and the given official answer.
$endgroup$
– Arthur
21 hours ago
$begingroup$
A nice middle ground between the OP's approach and the given official answer.
$endgroup$
– Arthur
21 hours ago
add a comment |
David J. is a new contributor. Be nice, and check out our Code of Conduct.
David J. is a new contributor. Be nice, and check out our Code of Conduct.
David J. is a new contributor. Be nice, and check out our Code of Conduct.
David J. is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3104890%2fways-of-selecting-consecutive-persons-sitting-at-a-table%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