probability of having specific numbers in an array selected from another array
$begingroup$
Let's assume that A = {1,2,3,4,5,6}.
3 numbers are selected from A in a repeated manner. Therefore, there are 6x6x6=216 possibilities which are;
111,112,113,...,166,
211,212,213,...,266,
311,312,313,...,366,
411,412,413,...,466,
511,512,513,...,566,
611,612,613,...,666.
How many of them contain 2 AND 5 ?
When calculated manually, the result is 30. However, how to get 30 by calculating with permutation and combination?
For this type of questions, I want to extract a general formula with permutation and combination.
Thanks in advance.
conditional-probability
$endgroup$
add a comment |
$begingroup$
Let's assume that A = {1,2,3,4,5,6}.
3 numbers are selected from A in a repeated manner. Therefore, there are 6x6x6=216 possibilities which are;
111,112,113,...,166,
211,212,213,...,266,
311,312,313,...,366,
411,412,413,...,466,
511,512,513,...,566,
611,612,613,...,666.
How many of them contain 2 AND 5 ?
When calculated manually, the result is 30. However, how to get 30 by calculating with permutation and combination?
For this type of questions, I want to extract a general formula with permutation and combination.
Thanks in advance.
conditional-probability
$endgroup$
add a comment |
$begingroup$
Let's assume that A = {1,2,3,4,5,6}.
3 numbers are selected from A in a repeated manner. Therefore, there are 6x6x6=216 possibilities which are;
111,112,113,...,166,
211,212,213,...,266,
311,312,313,...,366,
411,412,413,...,466,
511,512,513,...,566,
611,612,613,...,666.
How many of them contain 2 AND 5 ?
When calculated manually, the result is 30. However, how to get 30 by calculating with permutation and combination?
For this type of questions, I want to extract a general formula with permutation and combination.
Thanks in advance.
conditional-probability
$endgroup$
Let's assume that A = {1,2,3,4,5,6}.
3 numbers are selected from A in a repeated manner. Therefore, there are 6x6x6=216 possibilities which are;
111,112,113,...,166,
211,212,213,...,266,
311,312,313,...,366,
411,412,413,...,466,
511,512,513,...,566,
611,612,613,...,666.
How many of them contain 2 AND 5 ?
When calculated manually, the result is 30. However, how to get 30 by calculating with permutation and combination?
For this type of questions, I want to extract a general formula with permutation and combination.
Thanks in advance.
conditional-probability
conditional-probability
edited Dec 19 '18 at 10:52
Talha
asked Dec 18 '18 at 15:06
TalhaTalha
11
11
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Note that there are 6 ways to choose the placement of the roll of 2 and 5 among the three rolls, and there are 6 choices for the remaining rolls. Hence, there are a total of 36 possibilities.
However, we have overcounted the case when the third roll is either 2 or 5. Note that if the third roll is 2, there are 3 possibilities of how to arrange the three rolls, as is the case when the third roll is 5.
Hence, our answer is $36-3-3=30$.
$endgroup$
$begingroup$
It looks like it is right. But, is it possible to get 30 with a general formula in which permutation and combination is used? When the numbers are large, it will be difficult to think all possibilities and overcounted ones.
$endgroup$
– Talha
Dec 19 '18 at 8:42
$begingroup$
Nope, you have to use inclusion-exclusion unfortunately.
$endgroup$
– Don Thousand
Dec 19 '18 at 16:08
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%2f3045261%2fprobability-of-having-specific-numbers-in-an-array-selected-from-another-array%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$
Note that there are 6 ways to choose the placement of the roll of 2 and 5 among the three rolls, and there are 6 choices for the remaining rolls. Hence, there are a total of 36 possibilities.
However, we have overcounted the case when the third roll is either 2 or 5. Note that if the third roll is 2, there are 3 possibilities of how to arrange the three rolls, as is the case when the third roll is 5.
Hence, our answer is $36-3-3=30$.
$endgroup$
$begingroup$
It looks like it is right. But, is it possible to get 30 with a general formula in which permutation and combination is used? When the numbers are large, it will be difficult to think all possibilities and overcounted ones.
$endgroup$
– Talha
Dec 19 '18 at 8:42
$begingroup$
Nope, you have to use inclusion-exclusion unfortunately.
$endgroup$
– Don Thousand
Dec 19 '18 at 16:08
add a comment |
$begingroup$
Note that there are 6 ways to choose the placement of the roll of 2 and 5 among the three rolls, and there are 6 choices for the remaining rolls. Hence, there are a total of 36 possibilities.
However, we have overcounted the case when the third roll is either 2 or 5. Note that if the third roll is 2, there are 3 possibilities of how to arrange the three rolls, as is the case when the third roll is 5.
Hence, our answer is $36-3-3=30$.
$endgroup$
$begingroup$
It looks like it is right. But, is it possible to get 30 with a general formula in which permutation and combination is used? When the numbers are large, it will be difficult to think all possibilities and overcounted ones.
$endgroup$
– Talha
Dec 19 '18 at 8:42
$begingroup$
Nope, you have to use inclusion-exclusion unfortunately.
$endgroup$
– Don Thousand
Dec 19 '18 at 16:08
add a comment |
$begingroup$
Note that there are 6 ways to choose the placement of the roll of 2 and 5 among the three rolls, and there are 6 choices for the remaining rolls. Hence, there are a total of 36 possibilities.
However, we have overcounted the case when the third roll is either 2 or 5. Note that if the third roll is 2, there are 3 possibilities of how to arrange the three rolls, as is the case when the third roll is 5.
Hence, our answer is $36-3-3=30$.
$endgroup$
Note that there are 6 ways to choose the placement of the roll of 2 and 5 among the three rolls, and there are 6 choices for the remaining rolls. Hence, there are a total of 36 possibilities.
However, we have overcounted the case when the third roll is either 2 or 5. Note that if the third roll is 2, there are 3 possibilities of how to arrange the three rolls, as is the case when the third roll is 5.
Hence, our answer is $36-3-3=30$.
answered Dec 18 '18 at 15:14
Don ThousandDon Thousand
4,513734
4,513734
$begingroup$
It looks like it is right. But, is it possible to get 30 with a general formula in which permutation and combination is used? When the numbers are large, it will be difficult to think all possibilities and overcounted ones.
$endgroup$
– Talha
Dec 19 '18 at 8:42
$begingroup$
Nope, you have to use inclusion-exclusion unfortunately.
$endgroup$
– Don Thousand
Dec 19 '18 at 16:08
add a comment |
$begingroup$
It looks like it is right. But, is it possible to get 30 with a general formula in which permutation and combination is used? When the numbers are large, it will be difficult to think all possibilities and overcounted ones.
$endgroup$
– Talha
Dec 19 '18 at 8:42
$begingroup$
Nope, you have to use inclusion-exclusion unfortunately.
$endgroup$
– Don Thousand
Dec 19 '18 at 16:08
$begingroup$
It looks like it is right. But, is it possible to get 30 with a general formula in which permutation and combination is used? When the numbers are large, it will be difficult to think all possibilities and overcounted ones.
$endgroup$
– Talha
Dec 19 '18 at 8:42
$begingroup$
It looks like it is right. But, is it possible to get 30 with a general formula in which permutation and combination is used? When the numbers are large, it will be difficult to think all possibilities and overcounted ones.
$endgroup$
– Talha
Dec 19 '18 at 8:42
$begingroup$
Nope, you have to use inclusion-exclusion unfortunately.
$endgroup$
– Don Thousand
Dec 19 '18 at 16:08
$begingroup$
Nope, you have to use inclusion-exclusion unfortunately.
$endgroup$
– Don Thousand
Dec 19 '18 at 16:08
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%2f3045261%2fprobability-of-having-specific-numbers-in-an-array-selected-from-another-array%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