Prize Probability
$begingroup$
The question is as follows:
"Each meal at a fast food restaurant comes with a prize. There are three types of prizes, $A$, $B$, and $C$. Each meal comes with prize $A$ with probability $0.5$, prize $B$ with probability $0.4$, and prize $C$ with probability $0.1$, independently of previous meals.
You buy four meals. What’s the probability that you get a prize of each type?"
This is a very basic question, but I can't figure it out. My attempt was to do $4$ choose $3$ multiplied by each of the probabilites, $0.1, 0.4, 0.5$, but $0.8$ is incorrect. Not sure how to approach this problem. Intution behind solution would be appreciated
probability combinatorics
$endgroup$
add a comment |
$begingroup$
The question is as follows:
"Each meal at a fast food restaurant comes with a prize. There are three types of prizes, $A$, $B$, and $C$. Each meal comes with prize $A$ with probability $0.5$, prize $B$ with probability $0.4$, and prize $C$ with probability $0.1$, independently of previous meals.
You buy four meals. What’s the probability that you get a prize of each type?"
This is a very basic question, but I can't figure it out. My attempt was to do $4$ choose $3$ multiplied by each of the probabilites, $0.1, 0.4, 0.5$, but $0.8$ is incorrect. Not sure how to approach this problem. Intution behind solution would be appreciated
probability combinatorics
$endgroup$
$begingroup$
For the favorable event to happen, you must win one prize twice and each of the others once. Are you familiar with the multinomial distribution?
$endgroup$
– N. F. Taussig
Nov 27 '18 at 23:16
add a comment |
$begingroup$
The question is as follows:
"Each meal at a fast food restaurant comes with a prize. There are three types of prizes, $A$, $B$, and $C$. Each meal comes with prize $A$ with probability $0.5$, prize $B$ with probability $0.4$, and prize $C$ with probability $0.1$, independently of previous meals.
You buy four meals. What’s the probability that you get a prize of each type?"
This is a very basic question, but I can't figure it out. My attempt was to do $4$ choose $3$ multiplied by each of the probabilites, $0.1, 0.4, 0.5$, but $0.8$ is incorrect. Not sure how to approach this problem. Intution behind solution would be appreciated
probability combinatorics
$endgroup$
The question is as follows:
"Each meal at a fast food restaurant comes with a prize. There are three types of prizes, $A$, $B$, and $C$. Each meal comes with prize $A$ with probability $0.5$, prize $B$ with probability $0.4$, and prize $C$ with probability $0.1$, independently of previous meals.
You buy four meals. What’s the probability that you get a prize of each type?"
This is a very basic question, but I can't figure it out. My attempt was to do $4$ choose $3$ multiplied by each of the probabilites, $0.1, 0.4, 0.5$, but $0.8$ is incorrect. Not sure how to approach this problem. Intution behind solution would be appreciated
probability combinatorics
probability combinatorics
asked Nov 27 '18 at 23:10
reeree
216
216
$begingroup$
For the favorable event to happen, you must win one prize twice and each of the others once. Are you familiar with the multinomial distribution?
$endgroup$
– N. F. Taussig
Nov 27 '18 at 23:16
add a comment |
$begingroup$
For the favorable event to happen, you must win one prize twice and each of the others once. Are you familiar with the multinomial distribution?
$endgroup$
– N. F. Taussig
Nov 27 '18 at 23:16
$begingroup$
For the favorable event to happen, you must win one prize twice and each of the others once. Are you familiar with the multinomial distribution?
$endgroup$
– N. F. Taussig
Nov 27 '18 at 23:16
$begingroup$
For the favorable event to happen, you must win one prize twice and each of the others once. Are you familiar with the multinomial distribution?
$endgroup$
– N. F. Taussig
Nov 27 '18 at 23:16
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
You need to account for the fact that, if you get all three prizes, one of them comes twice. So you could get $AABC$, $CBCA$, etc. The number of ways to choose a permutation of two $A$'s, one $B$, and a $C$ is $binom{4}{2} times 2 times 1 = 12$ (the number of ways to count the other similar permutations is the same). The probability of any such permutation occurring is $(0.5)^2(0.4)(0.1) = 0.01$. Similarly, the probability of a permutation where $B$ is repeated is $(0.5)(0.4)^2(0.1) = 0.008$ and the probability of a permutation where $C$ is repeated is $(0.5)(0.4)(0.1)^2 = 0.002$. Adding over all such permutations gives a $0.24$ probability of getting all three prizes.
$endgroup$
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%2f3016457%2fprize-probability%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$
You need to account for the fact that, if you get all three prizes, one of them comes twice. So you could get $AABC$, $CBCA$, etc. The number of ways to choose a permutation of two $A$'s, one $B$, and a $C$ is $binom{4}{2} times 2 times 1 = 12$ (the number of ways to count the other similar permutations is the same). The probability of any such permutation occurring is $(0.5)^2(0.4)(0.1) = 0.01$. Similarly, the probability of a permutation where $B$ is repeated is $(0.5)(0.4)^2(0.1) = 0.008$ and the probability of a permutation where $C$ is repeated is $(0.5)(0.4)(0.1)^2 = 0.002$. Adding over all such permutations gives a $0.24$ probability of getting all three prizes.
$endgroup$
add a comment |
$begingroup$
You need to account for the fact that, if you get all three prizes, one of them comes twice. So you could get $AABC$, $CBCA$, etc. The number of ways to choose a permutation of two $A$'s, one $B$, and a $C$ is $binom{4}{2} times 2 times 1 = 12$ (the number of ways to count the other similar permutations is the same). The probability of any such permutation occurring is $(0.5)^2(0.4)(0.1) = 0.01$. Similarly, the probability of a permutation where $B$ is repeated is $(0.5)(0.4)^2(0.1) = 0.008$ and the probability of a permutation where $C$ is repeated is $(0.5)(0.4)(0.1)^2 = 0.002$. Adding over all such permutations gives a $0.24$ probability of getting all three prizes.
$endgroup$
add a comment |
$begingroup$
You need to account for the fact that, if you get all three prizes, one of them comes twice. So you could get $AABC$, $CBCA$, etc. The number of ways to choose a permutation of two $A$'s, one $B$, and a $C$ is $binom{4}{2} times 2 times 1 = 12$ (the number of ways to count the other similar permutations is the same). The probability of any such permutation occurring is $(0.5)^2(0.4)(0.1) = 0.01$. Similarly, the probability of a permutation where $B$ is repeated is $(0.5)(0.4)^2(0.1) = 0.008$ and the probability of a permutation where $C$ is repeated is $(0.5)(0.4)(0.1)^2 = 0.002$. Adding over all such permutations gives a $0.24$ probability of getting all three prizes.
$endgroup$
You need to account for the fact that, if you get all three prizes, one of them comes twice. So you could get $AABC$, $CBCA$, etc. The number of ways to choose a permutation of two $A$'s, one $B$, and a $C$ is $binom{4}{2} times 2 times 1 = 12$ (the number of ways to count the other similar permutations is the same). The probability of any such permutation occurring is $(0.5)^2(0.4)(0.1) = 0.01$. Similarly, the probability of a permutation where $B$ is repeated is $(0.5)(0.4)^2(0.1) = 0.008$ and the probability of a permutation where $C$ is repeated is $(0.5)(0.4)(0.1)^2 = 0.002$. Adding over all such permutations gives a $0.24$ probability of getting all three prizes.
edited Nov 27 '18 at 23:23
answered Nov 27 '18 at 23:17
plattyplatty
3,370320
3,370320
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%2f3016457%2fprize-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
$begingroup$
For the favorable event to happen, you must win one prize twice and each of the others once. Are you familiar with the multinomial distribution?
$endgroup$
– N. F. Taussig
Nov 27 '18 at 23:16