An urn contains $4$ red balls, $6$ green balls and $8$ blue balls. Probability with versus without putting...
$begingroup$
If we had to determine the probability of getting $3$ red balls $2$ green balls and $4$ blue balls after picking a ball, noting its color and putting it back it would be ${9choose 3,2,4}cdot({4over18})^3cdot({6over18})^2cdot({8over18})^4$
But what if we didn't put each the ball back after picking it out?
probability balls-in-bins multinomial-coefficients
$endgroup$
add a comment |
$begingroup$
If we had to determine the probability of getting $3$ red balls $2$ green balls and $4$ blue balls after picking a ball, noting its color and putting it back it would be ${9choose 3,2,4}cdot({4over18})^3cdot({6over18})^2cdot({8over18})^4$
But what if we didn't put each the ball back after picking it out?
probability balls-in-bins multinomial-coefficients
$endgroup$
1
$begingroup$
You can use a modification of the hypergeometric distribution. In your case the probability is $$frac{binom{4}{3}cdot binom{6}{2}cdot binom{8}{4}}{binom{18}{9}}$$
$endgroup$
– callculus
Jan 29 at 17:23
add a comment |
$begingroup$
If we had to determine the probability of getting $3$ red balls $2$ green balls and $4$ blue balls after picking a ball, noting its color and putting it back it would be ${9choose 3,2,4}cdot({4over18})^3cdot({6over18})^2cdot({8over18})^4$
But what if we didn't put each the ball back after picking it out?
probability balls-in-bins multinomial-coefficients
$endgroup$
If we had to determine the probability of getting $3$ red balls $2$ green balls and $4$ blue balls after picking a ball, noting its color and putting it back it would be ${9choose 3,2,4}cdot({4over18})^3cdot({6over18})^2cdot({8over18})^4$
But what if we didn't put each the ball back after picking it out?
probability balls-in-bins multinomial-coefficients
probability balls-in-bins multinomial-coefficients
asked Jan 29 at 17:17
H. WalterH. Walter
1047
1047
1
$begingroup$
You can use a modification of the hypergeometric distribution. In your case the probability is $$frac{binom{4}{3}cdot binom{6}{2}cdot binom{8}{4}}{binom{18}{9}}$$
$endgroup$
– callculus
Jan 29 at 17:23
add a comment |
1
$begingroup$
You can use a modification of the hypergeometric distribution. In your case the probability is $$frac{binom{4}{3}cdot binom{6}{2}cdot binom{8}{4}}{binom{18}{9}}$$
$endgroup$
– callculus
Jan 29 at 17:23
1
1
$begingroup$
You can use a modification of the hypergeometric distribution. In your case the probability is $$frac{binom{4}{3}cdot binom{6}{2}cdot binom{8}{4}}{binom{18}{9}}$$
$endgroup$
– callculus
Jan 29 at 17:23
$begingroup$
You can use a modification of the hypergeometric distribution. In your case the probability is $$frac{binom{4}{3}cdot binom{6}{2}cdot binom{8}{4}}{binom{18}{9}}$$
$endgroup$
– callculus
Jan 29 at 17:23
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
This is an example of the multivariate hypergeometric distribution.
With $N$ balls total, $r$ colors of balls, $c_i$ of each type of color of ball available, $n_i$ of each type of color of ball desired, and $n_1+n_2+dots+n_r = n$ balls desired in total, the probability of selecting our desired count of balls when pulling without replacement will be:
$$dfrac{binom{c_1}{n_1}binom{c_2}{n_2}cdotsbinom{c_r}{n_r}}{binom{N}{n}}$$
In your specific case
$$dfrac{binom{4}{3}binom{6}{2}binom{8}{4}}{binom{18}{9}}$$
It can be seen by imagining each ball is distinctly labeled (even if they aren't originally) since in doing so each selection of $n$ balls are then equally likely to occur. The desired ways of taking the amounts of each colored ball can be counted via multiplication principle by first counting the number of ways of selecting three out of the four available red balls, multiplying this by the number of ways of selecting two out of the six available green balls, etc... Performing the division completes the calculation and gives the probability.
$endgroup$
add a comment |
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%2f3092450%2fan-urn-contains-4-red-balls-6-green-balls-and-8-blue-balls-probability-w%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
This is an example of the multivariate hypergeometric distribution.
With $N$ balls total, $r$ colors of balls, $c_i$ of each type of color of ball available, $n_i$ of each type of color of ball desired, and $n_1+n_2+dots+n_r = n$ balls desired in total, the probability of selecting our desired count of balls when pulling without replacement will be:
$$dfrac{binom{c_1}{n_1}binom{c_2}{n_2}cdotsbinom{c_r}{n_r}}{binom{N}{n}}$$
In your specific case
$$dfrac{binom{4}{3}binom{6}{2}binom{8}{4}}{binom{18}{9}}$$
It can be seen by imagining each ball is distinctly labeled (even if they aren't originally) since in doing so each selection of $n$ balls are then equally likely to occur. The desired ways of taking the amounts of each colored ball can be counted via multiplication principle by first counting the number of ways of selecting three out of the four available red balls, multiplying this by the number of ways of selecting two out of the six available green balls, etc... Performing the division completes the calculation and gives the probability.
$endgroup$
add a comment |
$begingroup$
This is an example of the multivariate hypergeometric distribution.
With $N$ balls total, $r$ colors of balls, $c_i$ of each type of color of ball available, $n_i$ of each type of color of ball desired, and $n_1+n_2+dots+n_r = n$ balls desired in total, the probability of selecting our desired count of balls when pulling without replacement will be:
$$dfrac{binom{c_1}{n_1}binom{c_2}{n_2}cdotsbinom{c_r}{n_r}}{binom{N}{n}}$$
In your specific case
$$dfrac{binom{4}{3}binom{6}{2}binom{8}{4}}{binom{18}{9}}$$
It can be seen by imagining each ball is distinctly labeled (even if they aren't originally) since in doing so each selection of $n$ balls are then equally likely to occur. The desired ways of taking the amounts of each colored ball can be counted via multiplication principle by first counting the number of ways of selecting three out of the four available red balls, multiplying this by the number of ways of selecting two out of the six available green balls, etc... Performing the division completes the calculation and gives the probability.
$endgroup$
add a comment |
$begingroup$
This is an example of the multivariate hypergeometric distribution.
With $N$ balls total, $r$ colors of balls, $c_i$ of each type of color of ball available, $n_i$ of each type of color of ball desired, and $n_1+n_2+dots+n_r = n$ balls desired in total, the probability of selecting our desired count of balls when pulling without replacement will be:
$$dfrac{binom{c_1}{n_1}binom{c_2}{n_2}cdotsbinom{c_r}{n_r}}{binom{N}{n}}$$
In your specific case
$$dfrac{binom{4}{3}binom{6}{2}binom{8}{4}}{binom{18}{9}}$$
It can be seen by imagining each ball is distinctly labeled (even if they aren't originally) since in doing so each selection of $n$ balls are then equally likely to occur. The desired ways of taking the amounts of each colored ball can be counted via multiplication principle by first counting the number of ways of selecting three out of the four available red balls, multiplying this by the number of ways of selecting two out of the six available green balls, etc... Performing the division completes the calculation and gives the probability.
$endgroup$
This is an example of the multivariate hypergeometric distribution.
With $N$ balls total, $r$ colors of balls, $c_i$ of each type of color of ball available, $n_i$ of each type of color of ball desired, and $n_1+n_2+dots+n_r = n$ balls desired in total, the probability of selecting our desired count of balls when pulling without replacement will be:
$$dfrac{binom{c_1}{n_1}binom{c_2}{n_2}cdotsbinom{c_r}{n_r}}{binom{N}{n}}$$
In your specific case
$$dfrac{binom{4}{3}binom{6}{2}binom{8}{4}}{binom{18}{9}}$$
It can be seen by imagining each ball is distinctly labeled (even if they aren't originally) since in doing so each selection of $n$ balls are then equally likely to occur. The desired ways of taking the amounts of each colored ball can be counted via multiplication principle by first counting the number of ways of selecting three out of the four available red balls, multiplying this by the number of ways of selecting two out of the six available green balls, etc... Performing the division completes the calculation and gives the probability.
answered Jan 29 at 17:54
JMoravitzJMoravitz
48.7k43988
48.7k43988
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%2f3092450%2fan-urn-contains-4-red-balls-6-green-balls-and-8-blue-balls-probability-w%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
$begingroup$
You can use a modification of the hypergeometric distribution. In your case the probability is $$frac{binom{4}{3}cdot binom{6}{2}cdot binom{8}{4}}{binom{18}{9}}$$
$endgroup$
– callculus
Jan 29 at 17:23