which one is worse in terms of probability
There are 2N white balls and N red balls (all balls are same except for the color), to put into K different boxes, such that every box contains 3N/k balls. We say event A happens, if any box has more than one half red balls.
- Mix 2N white balls and N red balls uniformly then put them into K boxes randomly;
- First, Put some red balls to K boxes equally, then mix 2N white balls and the rest red balls uniformly and lastly put them into K boxes randomly;
Q: which case has a higher probability of A?
Actually, we regard A as some "bad" case. Intuitively, the latter is more "uniform" so with less chance to have a "overflowd" box. I was trying to prove it formally. Here are my thinkings:
Using hypergeometry distribution, we write down the probability of negative A, so my target is to prove (Here mk is the red balls that put into boxes at very beginning in case 2, for convenience, I assume it is m times of k)
begin{equation}
frac{sumlimits_{substack{s_1+...+s_k leq N \ 0 le s_i le M/2}}{prod_{i=1}^k{C_M^{s_i}}}}{C_{3N}^N} leq frac{sumlimits_{substack{s_1+...+s_k leq N-mk \ 0 le s_i le M/2-k}}{prod_{i=1}^k{C_{M-m}^{s_i}}}}{C_{3N-mk}^{N-mk}}
end{equation}
I've tried several scale-down tricks, but none of the methods I know work.
Can anybody give me some idea? I feel this is a typical question, related materials is also thanked!
probability combinations generating-functions hypergeometric-function balls-in-bins
New contributor
add a comment |
There are 2N white balls and N red balls (all balls are same except for the color), to put into K different boxes, such that every box contains 3N/k balls. We say event A happens, if any box has more than one half red balls.
- Mix 2N white balls and N red balls uniformly then put them into K boxes randomly;
- First, Put some red balls to K boxes equally, then mix 2N white balls and the rest red balls uniformly and lastly put them into K boxes randomly;
Q: which case has a higher probability of A?
Actually, we regard A as some "bad" case. Intuitively, the latter is more "uniform" so with less chance to have a "overflowd" box. I was trying to prove it formally. Here are my thinkings:
Using hypergeometry distribution, we write down the probability of negative A, so my target is to prove (Here mk is the red balls that put into boxes at very beginning in case 2, for convenience, I assume it is m times of k)
begin{equation}
frac{sumlimits_{substack{s_1+...+s_k leq N \ 0 le s_i le M/2}}{prod_{i=1}^k{C_M^{s_i}}}}{C_{3N}^N} leq frac{sumlimits_{substack{s_1+...+s_k leq N-mk \ 0 le s_i le M/2-k}}{prod_{i=1}^k{C_{M-m}^{s_i}}}}{C_{3N-mk}^{N-mk}}
end{equation}
I've tried several scale-down tricks, but none of the methods I know work.
Can anybody give me some idea? I feel this is a typical question, related materials is also thanked!
probability combinations generating-functions hypergeometric-function balls-in-bins
New contributor
You might get more positive response(s) if you show your attempts to figure this out with combinatorics logic.
– poetasis
yesterday
by combinatorics logic, you mean I should write down some formula?
– chuangmingjj
yesterday
I don't know if you need permutations, combinations, inclusion/exclusion but showing what you have tried always gets better responses. Even the right side of this screen shows related questions that may or may not provide insight into your problem. Good luck.
– poetasis
yesterday
add a comment |
There are 2N white balls and N red balls (all balls are same except for the color), to put into K different boxes, such that every box contains 3N/k balls. We say event A happens, if any box has more than one half red balls.
- Mix 2N white balls and N red balls uniformly then put them into K boxes randomly;
- First, Put some red balls to K boxes equally, then mix 2N white balls and the rest red balls uniformly and lastly put them into K boxes randomly;
Q: which case has a higher probability of A?
Actually, we regard A as some "bad" case. Intuitively, the latter is more "uniform" so with less chance to have a "overflowd" box. I was trying to prove it formally. Here are my thinkings:
Using hypergeometry distribution, we write down the probability of negative A, so my target is to prove (Here mk is the red balls that put into boxes at very beginning in case 2, for convenience, I assume it is m times of k)
begin{equation}
frac{sumlimits_{substack{s_1+...+s_k leq N \ 0 le s_i le M/2}}{prod_{i=1}^k{C_M^{s_i}}}}{C_{3N}^N} leq frac{sumlimits_{substack{s_1+...+s_k leq N-mk \ 0 le s_i le M/2-k}}{prod_{i=1}^k{C_{M-m}^{s_i}}}}{C_{3N-mk}^{N-mk}}
end{equation}
I've tried several scale-down tricks, but none of the methods I know work.
Can anybody give me some idea? I feel this is a typical question, related materials is also thanked!
probability combinations generating-functions hypergeometric-function balls-in-bins
New contributor
There are 2N white balls and N red balls (all balls are same except for the color), to put into K different boxes, such that every box contains 3N/k balls. We say event A happens, if any box has more than one half red balls.
- Mix 2N white balls and N red balls uniformly then put them into K boxes randomly;
- First, Put some red balls to K boxes equally, then mix 2N white balls and the rest red balls uniformly and lastly put them into K boxes randomly;
Q: which case has a higher probability of A?
Actually, we regard A as some "bad" case. Intuitively, the latter is more "uniform" so with less chance to have a "overflowd" box. I was trying to prove it formally. Here are my thinkings:
Using hypergeometry distribution, we write down the probability of negative A, so my target is to prove (Here mk is the red balls that put into boxes at very beginning in case 2, for convenience, I assume it is m times of k)
begin{equation}
frac{sumlimits_{substack{s_1+...+s_k leq N \ 0 le s_i le M/2}}{prod_{i=1}^k{C_M^{s_i}}}}{C_{3N}^N} leq frac{sumlimits_{substack{s_1+...+s_k leq N-mk \ 0 le s_i le M/2-k}}{prod_{i=1}^k{C_{M-m}^{s_i}}}}{C_{3N-mk}^{N-mk}}
end{equation}
I've tried several scale-down tricks, but none of the methods I know work.
Can anybody give me some idea? I feel this is a typical question, related materials is also thanked!
probability combinations generating-functions hypergeometric-function balls-in-bins
probability combinations generating-functions hypergeometric-function balls-in-bins
New contributor
New contributor
edited 18 hours ago
New contributor
asked 2 days ago
chuangmingjj
61
61
New contributor
New contributor
You might get more positive response(s) if you show your attempts to figure this out with combinatorics logic.
– poetasis
yesterday
by combinatorics logic, you mean I should write down some formula?
– chuangmingjj
yesterday
I don't know if you need permutations, combinations, inclusion/exclusion but showing what you have tried always gets better responses. Even the right side of this screen shows related questions that may or may not provide insight into your problem. Good luck.
– poetasis
yesterday
add a comment |
You might get more positive response(s) if you show your attempts to figure this out with combinatorics logic.
– poetasis
yesterday
by combinatorics logic, you mean I should write down some formula?
– chuangmingjj
yesterday
I don't know if you need permutations, combinations, inclusion/exclusion but showing what you have tried always gets better responses. Even the right side of this screen shows related questions that may or may not provide insight into your problem. Good luck.
– poetasis
yesterday
You might get more positive response(s) if you show your attempts to figure this out with combinatorics logic.
– poetasis
yesterday
You might get more positive response(s) if you show your attempts to figure this out with combinatorics logic.
– poetasis
yesterday
by combinatorics logic, you mean I should write down some formula?
– chuangmingjj
yesterday
by combinatorics logic, you mean I should write down some formula?
– chuangmingjj
yesterday
I don't know if you need permutations, combinations, inclusion/exclusion but showing what you have tried always gets better responses. Even the right side of this screen shows related questions that may or may not provide insight into your problem. Good luck.
– poetasis
yesterday
I don't know if you need permutations, combinations, inclusion/exclusion but showing what you have tried always gets better responses. Even the right side of this screen shows related questions that may or may not provide insight into your problem. Good luck.
– poetasis
yesterday
add a comment |
0
active
oldest
votes
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
});
}
});
chuangmingjj 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%2f3062504%2fwhich-one-is-worse-in-terms-of-probability%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
chuangmingjj is a new contributor. Be nice, and check out our Code of Conduct.
chuangmingjj is a new contributor. Be nice, and check out our Code of Conduct.
chuangmingjj is a new contributor. Be nice, and check out our Code of Conduct.
chuangmingjj 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.
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%2f3062504%2fwhich-one-is-worse-in-terms-of-probability%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
You might get more positive response(s) if you show your attempts to figure this out with combinatorics logic.
– poetasis
yesterday
by combinatorics logic, you mean I should write down some formula?
– chuangmingjj
yesterday
I don't know if you need permutations, combinations, inclusion/exclusion but showing what you have tried always gets better responses. Even the right side of this screen shows related questions that may or may not provide insight into your problem. Good luck.
– poetasis
yesterday