Generalized Birthday Problem? Combinatorics











up vote
2
down vote

favorite












I am having a difficult time understanding how to think about and analyze the following problem:
(I have done research, but I am not sure how to phrase my enquiries and my research seems to be almost helpful, I think I need a little nudge in the right direction)




There are n people in a room that contains a vending machine that
dispenses k varieties of soda, k and n positive integers. Assume the
machine is stocked with at least n cans of each variety. Every person
buys one can of soda, dispensed at random. Show that when n is large,
the probability that two people get the same variety of soda is
$1 -e^frac{-n^2}{2k}$.




This seems to be the equation for the birthday problem when you consider $1 - bar{p}(x)$, with the approximation $e^x approx 1 + x$.
However, I don't see how this could be the case.
I do not know what to make of "the machine is stocked with at least n cans of each variety", as this is incredibly vague. Do we assume there are only n of each variety? Do we assume there are an infinite number of cans of each variety? How do we handle the fact that there are k varieties of soda, whereas there is only 1 variety of birthday in the birthday problem? How could it end up being the same formula despite all of these differences?



When I follow the steps laid out in the wikipedia article on the birthday problem I end up getting something along the lines of (via the pigeonhole principle):
$bar{p}(x) = 1 - p(x) = 1 -(1- frac{(k)_n}{(k)^n}) = frac{(k)_n}{(k)^n}$
This in turn can be written:
$frac{(k)(k-1)...(k-n+1)}{k^n}$
$=frac{(k)}{k}frac{(k-1)}{k}...frac{(k-n+1)}{k}$
$=1(1-frac{1}{k})(1-frac{2}{k})...(1-frac{n-1}{k})$
This only holds if we assume there is a uniform probability of each person getting a given soda 1/k (like the pigeonhole principle).
From here this becomes the same as the birthday problem, but why did we assume the probability is 1/k for each of them?
Doesn't the probability change as sodas are dispensed, since the pool of targets and the overall pool of candidates both shrink?



I'm pretty sure this is wrong, but I do not know what to do.
Can someone please explain to me how I should be thinking about this problem, and how I should approach it?
Thank you, I really appreciate it.










share|cite|improve this question









New contributor




Drew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • As to the distribution questions: the only thing that makes sense is to assume that each person's selection is independent of all the others and each person gets a soda uniformly from the $k$ options. If they had something else in mind, they should have given you more information.
    – lulu
    2 days ago












  • Oh I see. So they would indeed have a uniform probability of 1/k then. Maybe I was reading too much into the information they gave me. What you said makes sense, thank you!
    – Drew
    2 days ago










  • Well, you do have a point. By setting up this story they lead you to believe that the mechanics will matter. But then, as you point out, they are so vague about the mechanics that, really, the only option is to just assume that they didn't mean it at all, and that they just wanted to rephrase the standard birthday problem .
    – lulu
    2 days ago






  • 1




    This question is very poorly worded. First, instead of "at least $n$" cans of each type, it should have said each choice is uniform among the $k$ types. Further, if $k<n$, the probability is exactly $1$ (some two people are sure to get the same type). For the required answer to make any sense, we need $kge n$, but for large $n$, how does $k$ grow? I have an informal proof if we assume, not just $n gg 1$, but also $k/n gg 1$.
    – antkam
    2 days ago








  • 1




    If as @antkam suggests, you need $n gg 1$ and $k /n gg 1$ to get the approximations to work with uniform and independent probabilities for each can, then you can probably extend this to cases where there are an equal finite number of cans of each variety with at least $n$ of each, as the probabilities will still be close to $frac1k$ in the non-collision calculations
    – Henry
    2 days ago















up vote
2
down vote

favorite












I am having a difficult time understanding how to think about and analyze the following problem:
(I have done research, but I am not sure how to phrase my enquiries and my research seems to be almost helpful, I think I need a little nudge in the right direction)




There are n people in a room that contains a vending machine that
dispenses k varieties of soda, k and n positive integers. Assume the
machine is stocked with at least n cans of each variety. Every person
buys one can of soda, dispensed at random. Show that when n is large,
the probability that two people get the same variety of soda is
$1 -e^frac{-n^2}{2k}$.




This seems to be the equation for the birthday problem when you consider $1 - bar{p}(x)$, with the approximation $e^x approx 1 + x$.
However, I don't see how this could be the case.
I do not know what to make of "the machine is stocked with at least n cans of each variety", as this is incredibly vague. Do we assume there are only n of each variety? Do we assume there are an infinite number of cans of each variety? How do we handle the fact that there are k varieties of soda, whereas there is only 1 variety of birthday in the birthday problem? How could it end up being the same formula despite all of these differences?



When I follow the steps laid out in the wikipedia article on the birthday problem I end up getting something along the lines of (via the pigeonhole principle):
$bar{p}(x) = 1 - p(x) = 1 -(1- frac{(k)_n}{(k)^n}) = frac{(k)_n}{(k)^n}$
This in turn can be written:
$frac{(k)(k-1)...(k-n+1)}{k^n}$
$=frac{(k)}{k}frac{(k-1)}{k}...frac{(k-n+1)}{k}$
$=1(1-frac{1}{k})(1-frac{2}{k})...(1-frac{n-1}{k})$
This only holds if we assume there is a uniform probability of each person getting a given soda 1/k (like the pigeonhole principle).
From here this becomes the same as the birthday problem, but why did we assume the probability is 1/k for each of them?
Doesn't the probability change as sodas are dispensed, since the pool of targets and the overall pool of candidates both shrink?



I'm pretty sure this is wrong, but I do not know what to do.
Can someone please explain to me how I should be thinking about this problem, and how I should approach it?
Thank you, I really appreciate it.










share|cite|improve this question









New contributor




Drew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • As to the distribution questions: the only thing that makes sense is to assume that each person's selection is independent of all the others and each person gets a soda uniformly from the $k$ options. If they had something else in mind, they should have given you more information.
    – lulu
    2 days ago












  • Oh I see. So they would indeed have a uniform probability of 1/k then. Maybe I was reading too much into the information they gave me. What you said makes sense, thank you!
    – Drew
    2 days ago










  • Well, you do have a point. By setting up this story they lead you to believe that the mechanics will matter. But then, as you point out, they are so vague about the mechanics that, really, the only option is to just assume that they didn't mean it at all, and that they just wanted to rephrase the standard birthday problem .
    – lulu
    2 days ago






  • 1




    This question is very poorly worded. First, instead of "at least $n$" cans of each type, it should have said each choice is uniform among the $k$ types. Further, if $k<n$, the probability is exactly $1$ (some two people are sure to get the same type). For the required answer to make any sense, we need $kge n$, but for large $n$, how does $k$ grow? I have an informal proof if we assume, not just $n gg 1$, but also $k/n gg 1$.
    – antkam
    2 days ago








  • 1




    If as @antkam suggests, you need $n gg 1$ and $k /n gg 1$ to get the approximations to work with uniform and independent probabilities for each can, then you can probably extend this to cases where there are an equal finite number of cans of each variety with at least $n$ of each, as the probabilities will still be close to $frac1k$ in the non-collision calculations
    – Henry
    2 days ago













up vote
2
down vote

favorite









up vote
2
down vote

favorite











I am having a difficult time understanding how to think about and analyze the following problem:
(I have done research, but I am not sure how to phrase my enquiries and my research seems to be almost helpful, I think I need a little nudge in the right direction)




There are n people in a room that contains a vending machine that
dispenses k varieties of soda, k and n positive integers. Assume the
machine is stocked with at least n cans of each variety. Every person
buys one can of soda, dispensed at random. Show that when n is large,
the probability that two people get the same variety of soda is
$1 -e^frac{-n^2}{2k}$.




This seems to be the equation for the birthday problem when you consider $1 - bar{p}(x)$, with the approximation $e^x approx 1 + x$.
However, I don't see how this could be the case.
I do not know what to make of "the machine is stocked with at least n cans of each variety", as this is incredibly vague. Do we assume there are only n of each variety? Do we assume there are an infinite number of cans of each variety? How do we handle the fact that there are k varieties of soda, whereas there is only 1 variety of birthday in the birthday problem? How could it end up being the same formula despite all of these differences?



When I follow the steps laid out in the wikipedia article on the birthday problem I end up getting something along the lines of (via the pigeonhole principle):
$bar{p}(x) = 1 - p(x) = 1 -(1- frac{(k)_n}{(k)^n}) = frac{(k)_n}{(k)^n}$
This in turn can be written:
$frac{(k)(k-1)...(k-n+1)}{k^n}$
$=frac{(k)}{k}frac{(k-1)}{k}...frac{(k-n+1)}{k}$
$=1(1-frac{1}{k})(1-frac{2}{k})...(1-frac{n-1}{k})$
This only holds if we assume there is a uniform probability of each person getting a given soda 1/k (like the pigeonhole principle).
From here this becomes the same as the birthday problem, but why did we assume the probability is 1/k for each of them?
Doesn't the probability change as sodas are dispensed, since the pool of targets and the overall pool of candidates both shrink?



I'm pretty sure this is wrong, but I do not know what to do.
Can someone please explain to me how I should be thinking about this problem, and how I should approach it?
Thank you, I really appreciate it.










share|cite|improve this question









New contributor




Drew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I am having a difficult time understanding how to think about and analyze the following problem:
(I have done research, but I am not sure how to phrase my enquiries and my research seems to be almost helpful, I think I need a little nudge in the right direction)




There are n people in a room that contains a vending machine that
dispenses k varieties of soda, k and n positive integers. Assume the
machine is stocked with at least n cans of each variety. Every person
buys one can of soda, dispensed at random. Show that when n is large,
the probability that two people get the same variety of soda is
$1 -e^frac{-n^2}{2k}$.




This seems to be the equation for the birthday problem when you consider $1 - bar{p}(x)$, with the approximation $e^x approx 1 + x$.
However, I don't see how this could be the case.
I do not know what to make of "the machine is stocked with at least n cans of each variety", as this is incredibly vague. Do we assume there are only n of each variety? Do we assume there are an infinite number of cans of each variety? How do we handle the fact that there are k varieties of soda, whereas there is only 1 variety of birthday in the birthday problem? How could it end up being the same formula despite all of these differences?



When I follow the steps laid out in the wikipedia article on the birthday problem I end up getting something along the lines of (via the pigeonhole principle):
$bar{p}(x) = 1 - p(x) = 1 -(1- frac{(k)_n}{(k)^n}) = frac{(k)_n}{(k)^n}$
This in turn can be written:
$frac{(k)(k-1)...(k-n+1)}{k^n}$
$=frac{(k)}{k}frac{(k-1)}{k}...frac{(k-n+1)}{k}$
$=1(1-frac{1}{k})(1-frac{2}{k})...(1-frac{n-1}{k})$
This only holds if we assume there is a uniform probability of each person getting a given soda 1/k (like the pigeonhole principle).
From here this becomes the same as the birthday problem, but why did we assume the probability is 1/k for each of them?
Doesn't the probability change as sodas are dispensed, since the pool of targets and the overall pool of candidates both shrink?



I'm pretty sure this is wrong, but I do not know what to do.
Can someone please explain to me how I should be thinking about this problem, and how I should approach it?
Thank you, I really appreciate it.







probability combinatorics pigeonhole-principle birthday






share|cite|improve this question









New contributor




Drew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|cite|improve this question









New contributor




Drew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|cite|improve this question




share|cite|improve this question








edited 2 days ago





















New contributor




Drew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 days ago









Drew

112




112




New contributor




Drew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Drew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Drew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • As to the distribution questions: the only thing that makes sense is to assume that each person's selection is independent of all the others and each person gets a soda uniformly from the $k$ options. If they had something else in mind, they should have given you more information.
    – lulu
    2 days ago












  • Oh I see. So they would indeed have a uniform probability of 1/k then. Maybe I was reading too much into the information they gave me. What you said makes sense, thank you!
    – Drew
    2 days ago










  • Well, you do have a point. By setting up this story they lead you to believe that the mechanics will matter. But then, as you point out, they are so vague about the mechanics that, really, the only option is to just assume that they didn't mean it at all, and that they just wanted to rephrase the standard birthday problem .
    – lulu
    2 days ago






  • 1




    This question is very poorly worded. First, instead of "at least $n$" cans of each type, it should have said each choice is uniform among the $k$ types. Further, if $k<n$, the probability is exactly $1$ (some two people are sure to get the same type). For the required answer to make any sense, we need $kge n$, but for large $n$, how does $k$ grow? I have an informal proof if we assume, not just $n gg 1$, but also $k/n gg 1$.
    – antkam
    2 days ago








  • 1




    If as @antkam suggests, you need $n gg 1$ and $k /n gg 1$ to get the approximations to work with uniform and independent probabilities for each can, then you can probably extend this to cases where there are an equal finite number of cans of each variety with at least $n$ of each, as the probabilities will still be close to $frac1k$ in the non-collision calculations
    – Henry
    2 days ago


















  • As to the distribution questions: the only thing that makes sense is to assume that each person's selection is independent of all the others and each person gets a soda uniformly from the $k$ options. If they had something else in mind, they should have given you more information.
    – lulu
    2 days ago












  • Oh I see. So they would indeed have a uniform probability of 1/k then. Maybe I was reading too much into the information they gave me. What you said makes sense, thank you!
    – Drew
    2 days ago










  • Well, you do have a point. By setting up this story they lead you to believe that the mechanics will matter. But then, as you point out, they are so vague about the mechanics that, really, the only option is to just assume that they didn't mean it at all, and that they just wanted to rephrase the standard birthday problem .
    – lulu
    2 days ago






  • 1




    This question is very poorly worded. First, instead of "at least $n$" cans of each type, it should have said each choice is uniform among the $k$ types. Further, if $k<n$, the probability is exactly $1$ (some two people are sure to get the same type). For the required answer to make any sense, we need $kge n$, but for large $n$, how does $k$ grow? I have an informal proof if we assume, not just $n gg 1$, but also $k/n gg 1$.
    – antkam
    2 days ago








  • 1




    If as @antkam suggests, you need $n gg 1$ and $k /n gg 1$ to get the approximations to work with uniform and independent probabilities for each can, then you can probably extend this to cases where there are an equal finite number of cans of each variety with at least $n$ of each, as the probabilities will still be close to $frac1k$ in the non-collision calculations
    – Henry
    2 days ago
















As to the distribution questions: the only thing that makes sense is to assume that each person's selection is independent of all the others and each person gets a soda uniformly from the $k$ options. If they had something else in mind, they should have given you more information.
– lulu
2 days ago






As to the distribution questions: the only thing that makes sense is to assume that each person's selection is independent of all the others and each person gets a soda uniformly from the $k$ options. If they had something else in mind, they should have given you more information.
– lulu
2 days ago














Oh I see. So they would indeed have a uniform probability of 1/k then. Maybe I was reading too much into the information they gave me. What you said makes sense, thank you!
– Drew
2 days ago




Oh I see. So they would indeed have a uniform probability of 1/k then. Maybe I was reading too much into the information they gave me. What you said makes sense, thank you!
– Drew
2 days ago












Well, you do have a point. By setting up this story they lead you to believe that the mechanics will matter. But then, as you point out, they are so vague about the mechanics that, really, the only option is to just assume that they didn't mean it at all, and that they just wanted to rephrase the standard birthday problem .
– lulu
2 days ago




Well, you do have a point. By setting up this story they lead you to believe that the mechanics will matter. But then, as you point out, they are so vague about the mechanics that, really, the only option is to just assume that they didn't mean it at all, and that they just wanted to rephrase the standard birthday problem .
– lulu
2 days ago




1




1




This question is very poorly worded. First, instead of "at least $n$" cans of each type, it should have said each choice is uniform among the $k$ types. Further, if $k<n$, the probability is exactly $1$ (some two people are sure to get the same type). For the required answer to make any sense, we need $kge n$, but for large $n$, how does $k$ grow? I have an informal proof if we assume, not just $n gg 1$, but also $k/n gg 1$.
– antkam
2 days ago






This question is very poorly worded. First, instead of "at least $n$" cans of each type, it should have said each choice is uniform among the $k$ types. Further, if $k<n$, the probability is exactly $1$ (some two people are sure to get the same type). For the required answer to make any sense, we need $kge n$, but for large $n$, how does $k$ grow? I have an informal proof if we assume, not just $n gg 1$, but also $k/n gg 1$.
– antkam
2 days ago






1




1




If as @antkam suggests, you need $n gg 1$ and $k /n gg 1$ to get the approximations to work with uniform and independent probabilities for each can, then you can probably extend this to cases where there are an equal finite number of cans of each variety with at least $n$ of each, as the probabilities will still be close to $frac1k$ in the non-collision calculations
– Henry
2 days ago




If as @antkam suggests, you need $n gg 1$ and $k /n gg 1$ to get the approximations to work with uniform and independent probabilities for each can, then you can probably extend this to cases where there are an equal finite number of cans of each variety with at least $n$ of each, as the probabilities will still be close to $frac1k$ in the non-collision calculations
– Henry
2 days ago















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',
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
});


}
});






Drew is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3005559%2fgeneralized-birthday-problem-combinatorics%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes








Drew is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















Drew is a new contributor. Be nice, and check out our Code of Conduct.













Drew is a new contributor. Be nice, and check out our Code of Conduct.












Drew is a new contributor. Be nice, and check out our Code of Conduct.















 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3005559%2fgeneralized-birthday-problem-combinatorics%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

MongoDB - Not Authorized To Execute Command

in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith

How to fix TextFormField cause rebuild widget in Flutter