Discrete Probability: Uniformly random permutation of the set {1,2,3,..2n}
Question: Let $n geq 1$ be an integer. Consider a uniformly random permutation of the set ${1,2,3, ldots, 2n}$. Define the event:
A = "both the first element and the last element in the permutation are even integers"
What is $Pr(A)$?
Answer: $dfrac{(n-1)}{2(2n-1)}$
Attempt: I'm not sure how to go about this. I know there are $2$ positions out of $n$ positions so $nC2$ and there is $1$ way to have first and last element be even integers. And the $2n-2$ remaining integers we can arrange in $(2n-2)!$ ways. And this is out of $n!$ ways.
So, $Pr = dfrac{(nC2) cdot (2N-2)!}{n!}$
This approach doesn't give me the right answer.
probability combinatorics discrete-mathematics permutations
add a comment |
Question: Let $n geq 1$ be an integer. Consider a uniformly random permutation of the set ${1,2,3, ldots, 2n}$. Define the event:
A = "both the first element and the last element in the permutation are even integers"
What is $Pr(A)$?
Answer: $dfrac{(n-1)}{2(2n-1)}$
Attempt: I'm not sure how to go about this. I know there are $2$ positions out of $n$ positions so $nC2$ and there is $1$ way to have first and last element be even integers. And the $2n-2$ remaining integers we can arrange in $(2n-2)!$ ways. And this is out of $n!$ ways.
So, $Pr = dfrac{(nC2) cdot (2N-2)!}{n!}$
This approach doesn't give me the right answer.
probability combinatorics discrete-mathematics permutations
1
Please read this tutorial on how to typeset mathematics on this site.
– N. F. Taussig
Nov 27 '18 at 1:22
will do, sorry!
– Toby
Nov 27 '18 at 1:23
add a comment |
Question: Let $n geq 1$ be an integer. Consider a uniformly random permutation of the set ${1,2,3, ldots, 2n}$. Define the event:
A = "both the first element and the last element in the permutation are even integers"
What is $Pr(A)$?
Answer: $dfrac{(n-1)}{2(2n-1)}$
Attempt: I'm not sure how to go about this. I know there are $2$ positions out of $n$ positions so $nC2$ and there is $1$ way to have first and last element be even integers. And the $2n-2$ remaining integers we can arrange in $(2n-2)!$ ways. And this is out of $n!$ ways.
So, $Pr = dfrac{(nC2) cdot (2N-2)!}{n!}$
This approach doesn't give me the right answer.
probability combinatorics discrete-mathematics permutations
Question: Let $n geq 1$ be an integer. Consider a uniformly random permutation of the set ${1,2,3, ldots, 2n}$. Define the event:
A = "both the first element and the last element in the permutation are even integers"
What is $Pr(A)$?
Answer: $dfrac{(n-1)}{2(2n-1)}$
Attempt: I'm not sure how to go about this. I know there are $2$ positions out of $n$ positions so $nC2$ and there is $1$ way to have first and last element be even integers. And the $2n-2$ remaining integers we can arrange in $(2n-2)!$ ways. And this is out of $n!$ ways.
So, $Pr = dfrac{(nC2) cdot (2N-2)!}{n!}$
This approach doesn't give me the right answer.
probability combinatorics discrete-mathematics permutations
probability combinatorics discrete-mathematics permutations
edited Nov 27 '18 at 1:32
N. F. Taussig
43.5k93355
43.5k93355
asked Nov 27 '18 at 1:13
Toby
1577
1577
1
Please read this tutorial on how to typeset mathematics on this site.
– N. F. Taussig
Nov 27 '18 at 1:22
will do, sorry!
– Toby
Nov 27 '18 at 1:23
add a comment |
1
Please read this tutorial on how to typeset mathematics on this site.
– N. F. Taussig
Nov 27 '18 at 1:22
will do, sorry!
– Toby
Nov 27 '18 at 1:23
1
1
Please read this tutorial on how to typeset mathematics on this site.
– N. F. Taussig
Nov 27 '18 at 1:22
Please read this tutorial on how to typeset mathematics on this site.
– N. F. Taussig
Nov 27 '18 at 1:22
will do, sorry!
– Toby
Nov 27 '18 at 1:23
will do, sorry!
– Toby
Nov 27 '18 at 1:23
add a comment |
2 Answers
2
active
oldest
votes
There are $2n$ ways to choose the first number and $2n - 1$ ways to choose the last number. Of these, there are $n$ favorable choices for the first number since it must be even, and $n - 1$ favorable choices for the last number since it must be one of the remaining even numbers. Thus, the probability that both the first and last numbers are even is
$$Pr(A) = frac{n(n - 1)}{2n(2n - 1)} = frac{n - 1}{2(2n - 1)}$$
Why is your answer incorrect?
You selected two even numbers to place in the first and last positions, then asserted that there is one way to have the first and last elements be even integers. However, there are two ways to arrange the selected integers in those positions.
You also asserted that there are $n!$ ways to arrange the $2n$ integers in the set ${1, 2, 3, ldots, 2n}$. However, there are $(2n)!$ such arrangements.
With these corrections, you would have obtained
$$Pr(A) = frac{binom{n}{2} cdot 2!(2n - 2)!}{(2n)!} = frac{frac{n!}{2!(n - 2)!} cdot 2!(2n - 2)!}{(2n)!} = frac{n(n - 1)}{2n(2n - 1)} = frac{n - 1}{2(2n - 1)}$$
add a comment |
After we pick the two special even numbers, there are two options to arrange them.
Also, remember that in the denominator, we have $2n$ items to permute.
$$frac{binom{n}2cdot 2cdot (2n-2)!}{(2n)!}=frac{n(n-1)}{(2n)(2n-1)}=frac{n-1}{2(2n-1)}$$
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%2f3015183%2fdiscrete-probability-uniformly-random-permutation-of-the-set-1-2-3-2n%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
There are $2n$ ways to choose the first number and $2n - 1$ ways to choose the last number. Of these, there are $n$ favorable choices for the first number since it must be even, and $n - 1$ favorable choices for the last number since it must be one of the remaining even numbers. Thus, the probability that both the first and last numbers are even is
$$Pr(A) = frac{n(n - 1)}{2n(2n - 1)} = frac{n - 1}{2(2n - 1)}$$
Why is your answer incorrect?
You selected two even numbers to place in the first and last positions, then asserted that there is one way to have the first and last elements be even integers. However, there are two ways to arrange the selected integers in those positions.
You also asserted that there are $n!$ ways to arrange the $2n$ integers in the set ${1, 2, 3, ldots, 2n}$. However, there are $(2n)!$ such arrangements.
With these corrections, you would have obtained
$$Pr(A) = frac{binom{n}{2} cdot 2!(2n - 2)!}{(2n)!} = frac{frac{n!}{2!(n - 2)!} cdot 2!(2n - 2)!}{(2n)!} = frac{n(n - 1)}{2n(2n - 1)} = frac{n - 1}{2(2n - 1)}$$
add a comment |
There are $2n$ ways to choose the first number and $2n - 1$ ways to choose the last number. Of these, there are $n$ favorable choices for the first number since it must be even, and $n - 1$ favorable choices for the last number since it must be one of the remaining even numbers. Thus, the probability that both the first and last numbers are even is
$$Pr(A) = frac{n(n - 1)}{2n(2n - 1)} = frac{n - 1}{2(2n - 1)}$$
Why is your answer incorrect?
You selected two even numbers to place in the first and last positions, then asserted that there is one way to have the first and last elements be even integers. However, there are two ways to arrange the selected integers in those positions.
You also asserted that there are $n!$ ways to arrange the $2n$ integers in the set ${1, 2, 3, ldots, 2n}$. However, there are $(2n)!$ such arrangements.
With these corrections, you would have obtained
$$Pr(A) = frac{binom{n}{2} cdot 2!(2n - 2)!}{(2n)!} = frac{frac{n!}{2!(n - 2)!} cdot 2!(2n - 2)!}{(2n)!} = frac{n(n - 1)}{2n(2n - 1)} = frac{n - 1}{2(2n - 1)}$$
add a comment |
There are $2n$ ways to choose the first number and $2n - 1$ ways to choose the last number. Of these, there are $n$ favorable choices for the first number since it must be even, and $n - 1$ favorable choices for the last number since it must be one of the remaining even numbers. Thus, the probability that both the first and last numbers are even is
$$Pr(A) = frac{n(n - 1)}{2n(2n - 1)} = frac{n - 1}{2(2n - 1)}$$
Why is your answer incorrect?
You selected two even numbers to place in the first and last positions, then asserted that there is one way to have the first and last elements be even integers. However, there are two ways to arrange the selected integers in those positions.
You also asserted that there are $n!$ ways to arrange the $2n$ integers in the set ${1, 2, 3, ldots, 2n}$. However, there are $(2n)!$ such arrangements.
With these corrections, you would have obtained
$$Pr(A) = frac{binom{n}{2} cdot 2!(2n - 2)!}{(2n)!} = frac{frac{n!}{2!(n - 2)!} cdot 2!(2n - 2)!}{(2n)!} = frac{n(n - 1)}{2n(2n - 1)} = frac{n - 1}{2(2n - 1)}$$
There are $2n$ ways to choose the first number and $2n - 1$ ways to choose the last number. Of these, there are $n$ favorable choices for the first number since it must be even, and $n - 1$ favorable choices for the last number since it must be one of the remaining even numbers. Thus, the probability that both the first and last numbers are even is
$$Pr(A) = frac{n(n - 1)}{2n(2n - 1)} = frac{n - 1}{2(2n - 1)}$$
Why is your answer incorrect?
You selected two even numbers to place in the first and last positions, then asserted that there is one way to have the first and last elements be even integers. However, there are two ways to arrange the selected integers in those positions.
You also asserted that there are $n!$ ways to arrange the $2n$ integers in the set ${1, 2, 3, ldots, 2n}$. However, there are $(2n)!$ such arrangements.
With these corrections, you would have obtained
$$Pr(A) = frac{binom{n}{2} cdot 2!(2n - 2)!}{(2n)!} = frac{frac{n!}{2!(n - 2)!} cdot 2!(2n - 2)!}{(2n)!} = frac{n(n - 1)}{2n(2n - 1)} = frac{n - 1}{2(2n - 1)}$$
edited Nov 27 '18 at 1:28
answered Nov 27 '18 at 1:18
N. F. Taussig
43.5k93355
43.5k93355
add a comment |
add a comment |
After we pick the two special even numbers, there are two options to arrange them.
Also, remember that in the denominator, we have $2n$ items to permute.
$$frac{binom{n}2cdot 2cdot (2n-2)!}{(2n)!}=frac{n(n-1)}{(2n)(2n-1)}=frac{n-1}{2(2n-1)}$$
add a comment |
After we pick the two special even numbers, there are two options to arrange them.
Also, remember that in the denominator, we have $2n$ items to permute.
$$frac{binom{n}2cdot 2cdot (2n-2)!}{(2n)!}=frac{n(n-1)}{(2n)(2n-1)}=frac{n-1}{2(2n-1)}$$
add a comment |
After we pick the two special even numbers, there are two options to arrange them.
Also, remember that in the denominator, we have $2n$ items to permute.
$$frac{binom{n}2cdot 2cdot (2n-2)!}{(2n)!}=frac{n(n-1)}{(2n)(2n-1)}=frac{n-1}{2(2n-1)}$$
After we pick the two special even numbers, there are two options to arrange them.
Also, remember that in the denominator, we have $2n$ items to permute.
$$frac{binom{n}2cdot 2cdot (2n-2)!}{(2n)!}=frac{n(n-1)}{(2n)(2n-1)}=frac{n-1}{2(2n-1)}$$
answered Nov 27 '18 at 1:17
Siong Thye Goh
99.4k1464117
99.4k1464117
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3015183%2fdiscrete-probability-uniformly-random-permutation-of-the-set-1-2-3-2n%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
1
Please read this tutorial on how to typeset mathematics on this site.
– N. F. Taussig
Nov 27 '18 at 1:22
will do, sorry!
– Toby
Nov 27 '18 at 1:23