expected number of rolls to see all 6 dice faces GIVEN we have already seen 4 distinct faces












0












$begingroup$


Question: given that we have already seen 4 distinct faces of the dice so far, what is the expected number of rolls of the dice required until we see all 6? (The dice is fair.)



EDIT: The question is meant to indicate that we have seen EXACTLY 4 distinct faces so far.



I tried to model my solution in terms of the coupon collector problem/approach. Let $T$ be the number of rolls required until we see all $6$ faces. Let $F$ be the number of faces seen so far. Let $T_i$ be the number of rolls required to get the next new face given that we have already seen $4 + (i - 1) = 3 + i$ faces so far. Then $T_i - Geom((6 - (3 + i))/6) = Geom((3 - i) / 6)$ for $1 leq i leq 2$. Then $E(T | F = 4) = E(T_1) + E(T_2)$ via linearity, so it would be (because the expected value of a variable that takes distribution $Geom(p)$ is $1 / p$), $6/2 + 6/1 = 9$ rolls.



Is this reasoning/answer correct? I don't have too much intution for this kind of problem. If not please let me know where I went wrong!










share|cite|improve this question











$endgroup$












  • $begingroup$
    @DavidK yes, given that we have seen exactly 4 distinct faces. Thank you for clarifying!
    $endgroup$
    – 0k33
    Jan 24 at 21:20
















0












$begingroup$


Question: given that we have already seen 4 distinct faces of the dice so far, what is the expected number of rolls of the dice required until we see all 6? (The dice is fair.)



EDIT: The question is meant to indicate that we have seen EXACTLY 4 distinct faces so far.



I tried to model my solution in terms of the coupon collector problem/approach. Let $T$ be the number of rolls required until we see all $6$ faces. Let $F$ be the number of faces seen so far. Let $T_i$ be the number of rolls required to get the next new face given that we have already seen $4 + (i - 1) = 3 + i$ faces so far. Then $T_i - Geom((6 - (3 + i))/6) = Geom((3 - i) / 6)$ for $1 leq i leq 2$. Then $E(T | F = 4) = E(T_1) + E(T_2)$ via linearity, so it would be (because the expected value of a variable that takes distribution $Geom(p)$ is $1 / p$), $6/2 + 6/1 = 9$ rolls.



Is this reasoning/answer correct? I don't have too much intution for this kind of problem. If not please let me know where I went wrong!










share|cite|improve this question











$endgroup$












  • $begingroup$
    @DavidK yes, given that we have seen exactly 4 distinct faces. Thank you for clarifying!
    $endgroup$
    – 0k33
    Jan 24 at 21:20














0












0








0





$begingroup$


Question: given that we have already seen 4 distinct faces of the dice so far, what is the expected number of rolls of the dice required until we see all 6? (The dice is fair.)



EDIT: The question is meant to indicate that we have seen EXACTLY 4 distinct faces so far.



I tried to model my solution in terms of the coupon collector problem/approach. Let $T$ be the number of rolls required until we see all $6$ faces. Let $F$ be the number of faces seen so far. Let $T_i$ be the number of rolls required to get the next new face given that we have already seen $4 + (i - 1) = 3 + i$ faces so far. Then $T_i - Geom((6 - (3 + i))/6) = Geom((3 - i) / 6)$ for $1 leq i leq 2$. Then $E(T | F = 4) = E(T_1) + E(T_2)$ via linearity, so it would be (because the expected value of a variable that takes distribution $Geom(p)$ is $1 / p$), $6/2 + 6/1 = 9$ rolls.



Is this reasoning/answer correct? I don't have too much intution for this kind of problem. If not please let me know where I went wrong!










share|cite|improve this question











$endgroup$




Question: given that we have already seen 4 distinct faces of the dice so far, what is the expected number of rolls of the dice required until we see all 6? (The dice is fair.)



EDIT: The question is meant to indicate that we have seen EXACTLY 4 distinct faces so far.



I tried to model my solution in terms of the coupon collector problem/approach. Let $T$ be the number of rolls required until we see all $6$ faces. Let $F$ be the number of faces seen so far. Let $T_i$ be the number of rolls required to get the next new face given that we have already seen $4 + (i - 1) = 3 + i$ faces so far. Then $T_i - Geom((6 - (3 + i))/6) = Geom((3 - i) / 6)$ for $1 leq i leq 2$. Then $E(T | F = 4) = E(T_1) + E(T_2)$ via linearity, so it would be (because the expected value of a variable that takes distribution $Geom(p)$ is $1 / p$), $6/2 + 6/1 = 9$ rolls.



Is this reasoning/answer correct? I don't have too much intution for this kind of problem. If not please let me know where I went wrong!







probability statistics probability-distributions






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Jan 24 at 21:47







0k33

















asked Jan 24 at 21:17









0k330k33

15310




15310












  • $begingroup$
    @DavidK yes, given that we have seen exactly 4 distinct faces. Thank you for clarifying!
    $endgroup$
    – 0k33
    Jan 24 at 21:20


















  • $begingroup$
    @DavidK yes, given that we have seen exactly 4 distinct faces. Thank you for clarifying!
    $endgroup$
    – 0k33
    Jan 24 at 21:20
















$begingroup$
@DavidK yes, given that we have seen exactly 4 distinct faces. Thank you for clarifying!
$endgroup$
– 0k33
Jan 24 at 21:20




$begingroup$
@DavidK yes, given that we have seen exactly 4 distinct faces. Thank you for clarifying!
$endgroup$
– 0k33
Jan 24 at 21:20










1 Answer
1






active

oldest

votes


















2












$begingroup$

If you already observed 4 faces, since the probability to observe one of the two faces remaining is $p = 2/6 = 1/3$, the expected number dice throw before we observe one of the two faces remaining is $3$ and with the same reasoning. When we will have observed the fifth face, the probability to observe the last face at the next dice throw is $p = 1/6$ so the expected number of dice throw before we observe the sixth given we observed the five first faces is $6$. In conclusion the number of dice throw before we observe the two last faces is $6 + 3 = 9$. Was writing it on my way home, so if it doesn'make sense please tell me and I will rewrite it in a clearer manner.






share|cite|improve this answer









$endgroup$













  • $begingroup$
    yes, this makes sense! Above I somehow managed to write 6/2 + 6/1 = 4, when it is in fact 9. Thanks!
    $endgroup$
    – 0k33
    Jan 24 at 21:47











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


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3086363%2fexpected-number-of-rolls-to-see-all-6-dice-faces-given-we-have-already-seen-4-di%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









2












$begingroup$

If you already observed 4 faces, since the probability to observe one of the two faces remaining is $p = 2/6 = 1/3$, the expected number dice throw before we observe one of the two faces remaining is $3$ and with the same reasoning. When we will have observed the fifth face, the probability to observe the last face at the next dice throw is $p = 1/6$ so the expected number of dice throw before we observe the sixth given we observed the five first faces is $6$. In conclusion the number of dice throw before we observe the two last faces is $6 + 3 = 9$. Was writing it on my way home, so if it doesn'make sense please tell me and I will rewrite it in a clearer manner.






share|cite|improve this answer









$endgroup$













  • $begingroup$
    yes, this makes sense! Above I somehow managed to write 6/2 + 6/1 = 4, when it is in fact 9. Thanks!
    $endgroup$
    – 0k33
    Jan 24 at 21:47
















2












$begingroup$

If you already observed 4 faces, since the probability to observe one of the two faces remaining is $p = 2/6 = 1/3$, the expected number dice throw before we observe one of the two faces remaining is $3$ and with the same reasoning. When we will have observed the fifth face, the probability to observe the last face at the next dice throw is $p = 1/6$ so the expected number of dice throw before we observe the sixth given we observed the five first faces is $6$. In conclusion the number of dice throw before we observe the two last faces is $6 + 3 = 9$. Was writing it on my way home, so if it doesn'make sense please tell me and I will rewrite it in a clearer manner.






share|cite|improve this answer









$endgroup$













  • $begingroup$
    yes, this makes sense! Above I somehow managed to write 6/2 + 6/1 = 4, when it is in fact 9. Thanks!
    $endgroup$
    – 0k33
    Jan 24 at 21:47














2












2








2





$begingroup$

If you already observed 4 faces, since the probability to observe one of the two faces remaining is $p = 2/6 = 1/3$, the expected number dice throw before we observe one of the two faces remaining is $3$ and with the same reasoning. When we will have observed the fifth face, the probability to observe the last face at the next dice throw is $p = 1/6$ so the expected number of dice throw before we observe the sixth given we observed the five first faces is $6$. In conclusion the number of dice throw before we observe the two last faces is $6 + 3 = 9$. Was writing it on my way home, so if it doesn'make sense please tell me and I will rewrite it in a clearer manner.






share|cite|improve this answer









$endgroup$



If you already observed 4 faces, since the probability to observe one of the two faces remaining is $p = 2/6 = 1/3$, the expected number dice throw before we observe one of the two faces remaining is $3$ and with the same reasoning. When we will have observed the fifth face, the probability to observe the last face at the next dice throw is $p = 1/6$ so the expected number of dice throw before we observe the sixth given we observed the five first faces is $6$. In conclusion the number of dice throw before we observe the two last faces is $6 + 3 = 9$. Was writing it on my way home, so if it doesn'make sense please tell me and I will rewrite it in a clearer manner.







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered Jan 24 at 21:33









Robin NicoleRobin Nicole

20112




20112












  • $begingroup$
    yes, this makes sense! Above I somehow managed to write 6/2 + 6/1 = 4, when it is in fact 9. Thanks!
    $endgroup$
    – 0k33
    Jan 24 at 21:47


















  • $begingroup$
    yes, this makes sense! Above I somehow managed to write 6/2 + 6/1 = 4, when it is in fact 9. Thanks!
    $endgroup$
    – 0k33
    Jan 24 at 21:47
















$begingroup$
yes, this makes sense! Above I somehow managed to write 6/2 + 6/1 = 4, when it is in fact 9. Thanks!
$endgroup$
– 0k33
Jan 24 at 21:47




$begingroup$
yes, this makes sense! Above I somehow managed to write 6/2 + 6/1 = 4, when it is in fact 9. Thanks!
$endgroup$
– 0k33
Jan 24 at 21:47


















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3086363%2fexpected-number-of-rolls-to-see-all-6-dice-faces-given-we-have-already-seen-4-di%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

How to fix TextFormField cause rebuild widget in Flutter

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