Probability of rolling first 3 with a fair die before 10th roll and after 4th roll.












2












$begingroup$


My question



Lets say we have a fair 6-sided die that we roll continuously. We roll this same dice 10 times in a row. What is the probability that we get a 3 after our 4th roll but before our 10th roll?



In other words, given the events



$$R_1,R_2,R_3,R_4,R_5,R_6,R_7,R_8,R_9,R_{10}$$



What is the probability that



$$R_5,R_6,R_7,R_8,R_9$$



We get our first 3?



My attempt



$R_1,R_2,R_3,R_4$ cannot be 3s. This means that they have probabilities $frac{5}{6}$.



The first 3 appearing somewhere here $R_5,R_6,R_7,R_8,R_9$ is probably something like $(5 text{ choose } 1) * 6^4$ (I have no reasoning, just intuition).



I have no idea how to handle the last part of the problem with "before $R_{10}$"...










share|cite|improve this question











$endgroup$

















    2












    $begingroup$


    My question



    Lets say we have a fair 6-sided die that we roll continuously. We roll this same dice 10 times in a row. What is the probability that we get a 3 after our 4th roll but before our 10th roll?



    In other words, given the events



    $$R_1,R_2,R_3,R_4,R_5,R_6,R_7,R_8,R_9,R_{10}$$



    What is the probability that



    $$R_5,R_6,R_7,R_8,R_9$$



    We get our first 3?



    My attempt



    $R_1,R_2,R_3,R_4$ cannot be 3s. This means that they have probabilities $frac{5}{6}$.



    The first 3 appearing somewhere here $R_5,R_6,R_7,R_8,R_9$ is probably something like $(5 text{ choose } 1) * 6^4$ (I have no reasoning, just intuition).



    I have no idea how to handle the last part of the problem with "before $R_{10}$"...










    share|cite|improve this question











    $endgroup$















      2












      2








      2





      $begingroup$


      My question



      Lets say we have a fair 6-sided die that we roll continuously. We roll this same dice 10 times in a row. What is the probability that we get a 3 after our 4th roll but before our 10th roll?



      In other words, given the events



      $$R_1,R_2,R_3,R_4,R_5,R_6,R_7,R_8,R_9,R_{10}$$



      What is the probability that



      $$R_5,R_6,R_7,R_8,R_9$$



      We get our first 3?



      My attempt



      $R_1,R_2,R_3,R_4$ cannot be 3s. This means that they have probabilities $frac{5}{6}$.



      The first 3 appearing somewhere here $R_5,R_6,R_7,R_8,R_9$ is probably something like $(5 text{ choose } 1) * 6^4$ (I have no reasoning, just intuition).



      I have no idea how to handle the last part of the problem with "before $R_{10}$"...










      share|cite|improve this question











      $endgroup$




      My question



      Lets say we have a fair 6-sided die that we roll continuously. We roll this same dice 10 times in a row. What is the probability that we get a 3 after our 4th roll but before our 10th roll?



      In other words, given the events



      $$R_1,R_2,R_3,R_4,R_5,R_6,R_7,R_8,R_9,R_{10}$$



      What is the probability that



      $$R_5,R_6,R_7,R_8,R_9$$



      We get our first 3?



      My attempt



      $R_1,R_2,R_3,R_4$ cannot be 3s. This means that they have probabilities $frac{5}{6}$.



      The first 3 appearing somewhere here $R_5,R_6,R_7,R_8,R_9$ is probably something like $(5 text{ choose } 1) * 6^4$ (I have no reasoning, just intuition).



      I have no idea how to handle the last part of the problem with "before $R_{10}$"...







      probability combinatorics






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Jan 24 at 10:59









      N. F. Taussig

      44.7k103358




      44.7k103358










      asked Jan 24 at 2:46









      AlanSTACKAlanSTACK

      1,76421526




      1,76421526






















          1 Answer
          1






          active

          oldest

          votes


















          3












          $begingroup$

          I am making the assumption that you're going to roll the dice 10 times, even if you manage to roll a 3 at a desired location (e.g. if the first 3 appears at 7, you continue rolling to the 10th dice.)



          To deal with $R_5, R_6, R_7, R_8, R_9$, observe that we can model this with the binomial distribution. Let X denote the number of 3's in the rolls $R_5, R_6, R_7, R_8, R_9$.



          $$
          X sim BinBig(n=5, p=frac{1}{6}Big)
          $$



          (Where we have 5 tries and the probability of rolling a $3$ on any of these tries is $frac{1}{6}$)



          We want the probability:



          $$
          Pr(X > 0) = 1- Pr(X=0) = 1 - Big(frac{5}{6}Big)^5
          $$



          So, multiplying this with the probability that you arrived at for not rolling a 3 in the first 4 rolls, we obtain the final result:
          $$
          P(text{No 3's in the first four rolls} cap text{at least one 3 in rolls 5 to 9} ) = Big(frac{5}{6}Big)^4 Big( 1 - Big(frac{5}{6}Big)^5 Big)
          $$



          Which I believe works out to be $approx0.288$






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            How does "but before our 10th roll?" factor into your answer?
            $endgroup$
            – AlanSTACK
            Jan 24 at 3:11






          • 1




            $begingroup$
            I'm assuming that you do not care about the 10th roll - whether or not the 10th roll is a 3 or otherwise, it's irrelevant. Only what happens in the first 9 rolls is relevant.
            $endgroup$
            – Sean Lee
            Jan 24 at 3:13










          • $begingroup$
            Does that part of the question not change the probability?
            $endgroup$
            – AlanSTACK
            Jan 24 at 3:15






          • 2




            $begingroup$
            To put it another way, success consists in getting a 3 in at least one of the trials $R_5,R_6,R_7,R_8,R_9$ after not getting a 3 in any of the trials $R_1,R_2,R_3,R_4$. So the solution doesn't require information about the outcomes of the tenth or later rolls.
            $endgroup$
            – hardmath
            Jan 24 at 3:19






          • 1




            $begingroup$
            @hardmath Thank you, that cleared it up for me.
            $endgroup$
            – AlanSTACK
            Jan 24 at 3:25











          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%2f3085385%2fprobability-of-rolling-first-3-with-a-fair-die-before-10th-roll-and-after-4th-ro%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









          3












          $begingroup$

          I am making the assumption that you're going to roll the dice 10 times, even if you manage to roll a 3 at a desired location (e.g. if the first 3 appears at 7, you continue rolling to the 10th dice.)



          To deal with $R_5, R_6, R_7, R_8, R_9$, observe that we can model this with the binomial distribution. Let X denote the number of 3's in the rolls $R_5, R_6, R_7, R_8, R_9$.



          $$
          X sim BinBig(n=5, p=frac{1}{6}Big)
          $$



          (Where we have 5 tries and the probability of rolling a $3$ on any of these tries is $frac{1}{6}$)



          We want the probability:



          $$
          Pr(X > 0) = 1- Pr(X=0) = 1 - Big(frac{5}{6}Big)^5
          $$



          So, multiplying this with the probability that you arrived at for not rolling a 3 in the first 4 rolls, we obtain the final result:
          $$
          P(text{No 3's in the first four rolls} cap text{at least one 3 in rolls 5 to 9} ) = Big(frac{5}{6}Big)^4 Big( 1 - Big(frac{5}{6}Big)^5 Big)
          $$



          Which I believe works out to be $approx0.288$






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            How does "but before our 10th roll?" factor into your answer?
            $endgroup$
            – AlanSTACK
            Jan 24 at 3:11






          • 1




            $begingroup$
            I'm assuming that you do not care about the 10th roll - whether or not the 10th roll is a 3 or otherwise, it's irrelevant. Only what happens in the first 9 rolls is relevant.
            $endgroup$
            – Sean Lee
            Jan 24 at 3:13










          • $begingroup$
            Does that part of the question not change the probability?
            $endgroup$
            – AlanSTACK
            Jan 24 at 3:15






          • 2




            $begingroup$
            To put it another way, success consists in getting a 3 in at least one of the trials $R_5,R_6,R_7,R_8,R_9$ after not getting a 3 in any of the trials $R_1,R_2,R_3,R_4$. So the solution doesn't require information about the outcomes of the tenth or later rolls.
            $endgroup$
            – hardmath
            Jan 24 at 3:19






          • 1




            $begingroup$
            @hardmath Thank you, that cleared it up for me.
            $endgroup$
            – AlanSTACK
            Jan 24 at 3:25
















          3












          $begingroup$

          I am making the assumption that you're going to roll the dice 10 times, even if you manage to roll a 3 at a desired location (e.g. if the first 3 appears at 7, you continue rolling to the 10th dice.)



          To deal with $R_5, R_6, R_7, R_8, R_9$, observe that we can model this with the binomial distribution. Let X denote the number of 3's in the rolls $R_5, R_6, R_7, R_8, R_9$.



          $$
          X sim BinBig(n=5, p=frac{1}{6}Big)
          $$



          (Where we have 5 tries and the probability of rolling a $3$ on any of these tries is $frac{1}{6}$)



          We want the probability:



          $$
          Pr(X > 0) = 1- Pr(X=0) = 1 - Big(frac{5}{6}Big)^5
          $$



          So, multiplying this with the probability that you arrived at for not rolling a 3 in the first 4 rolls, we obtain the final result:
          $$
          P(text{No 3's in the first four rolls} cap text{at least one 3 in rolls 5 to 9} ) = Big(frac{5}{6}Big)^4 Big( 1 - Big(frac{5}{6}Big)^5 Big)
          $$



          Which I believe works out to be $approx0.288$






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            How does "but before our 10th roll?" factor into your answer?
            $endgroup$
            – AlanSTACK
            Jan 24 at 3:11






          • 1




            $begingroup$
            I'm assuming that you do not care about the 10th roll - whether or not the 10th roll is a 3 or otherwise, it's irrelevant. Only what happens in the first 9 rolls is relevant.
            $endgroup$
            – Sean Lee
            Jan 24 at 3:13










          • $begingroup$
            Does that part of the question not change the probability?
            $endgroup$
            – AlanSTACK
            Jan 24 at 3:15






          • 2




            $begingroup$
            To put it another way, success consists in getting a 3 in at least one of the trials $R_5,R_6,R_7,R_8,R_9$ after not getting a 3 in any of the trials $R_1,R_2,R_3,R_4$. So the solution doesn't require information about the outcomes of the tenth or later rolls.
            $endgroup$
            – hardmath
            Jan 24 at 3:19






          • 1




            $begingroup$
            @hardmath Thank you, that cleared it up for me.
            $endgroup$
            – AlanSTACK
            Jan 24 at 3:25














          3












          3








          3





          $begingroup$

          I am making the assumption that you're going to roll the dice 10 times, even if you manage to roll a 3 at a desired location (e.g. if the first 3 appears at 7, you continue rolling to the 10th dice.)



          To deal with $R_5, R_6, R_7, R_8, R_9$, observe that we can model this with the binomial distribution. Let X denote the number of 3's in the rolls $R_5, R_6, R_7, R_8, R_9$.



          $$
          X sim BinBig(n=5, p=frac{1}{6}Big)
          $$



          (Where we have 5 tries and the probability of rolling a $3$ on any of these tries is $frac{1}{6}$)



          We want the probability:



          $$
          Pr(X > 0) = 1- Pr(X=0) = 1 - Big(frac{5}{6}Big)^5
          $$



          So, multiplying this with the probability that you arrived at for not rolling a 3 in the first 4 rolls, we obtain the final result:
          $$
          P(text{No 3's in the first four rolls} cap text{at least one 3 in rolls 5 to 9} ) = Big(frac{5}{6}Big)^4 Big( 1 - Big(frac{5}{6}Big)^5 Big)
          $$



          Which I believe works out to be $approx0.288$






          share|cite|improve this answer









          $endgroup$



          I am making the assumption that you're going to roll the dice 10 times, even if you manage to roll a 3 at a desired location (e.g. if the first 3 appears at 7, you continue rolling to the 10th dice.)



          To deal with $R_5, R_6, R_7, R_8, R_9$, observe that we can model this with the binomial distribution. Let X denote the number of 3's in the rolls $R_5, R_6, R_7, R_8, R_9$.



          $$
          X sim BinBig(n=5, p=frac{1}{6}Big)
          $$



          (Where we have 5 tries and the probability of rolling a $3$ on any of these tries is $frac{1}{6}$)



          We want the probability:



          $$
          Pr(X > 0) = 1- Pr(X=0) = 1 - Big(frac{5}{6}Big)^5
          $$



          So, multiplying this with the probability that you arrived at for not rolling a 3 in the first 4 rolls, we obtain the final result:
          $$
          P(text{No 3's in the first four rolls} cap text{at least one 3 in rolls 5 to 9} ) = Big(frac{5}{6}Big)^4 Big( 1 - Big(frac{5}{6}Big)^5 Big)
          $$



          Which I believe works out to be $approx0.288$







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Jan 24 at 3:03









          Sean LeeSean Lee

          533212




          533212












          • $begingroup$
            How does "but before our 10th roll?" factor into your answer?
            $endgroup$
            – AlanSTACK
            Jan 24 at 3:11






          • 1




            $begingroup$
            I'm assuming that you do not care about the 10th roll - whether or not the 10th roll is a 3 or otherwise, it's irrelevant. Only what happens in the first 9 rolls is relevant.
            $endgroup$
            – Sean Lee
            Jan 24 at 3:13










          • $begingroup$
            Does that part of the question not change the probability?
            $endgroup$
            – AlanSTACK
            Jan 24 at 3:15






          • 2




            $begingroup$
            To put it another way, success consists in getting a 3 in at least one of the trials $R_5,R_6,R_7,R_8,R_9$ after not getting a 3 in any of the trials $R_1,R_2,R_3,R_4$. So the solution doesn't require information about the outcomes of the tenth or later rolls.
            $endgroup$
            – hardmath
            Jan 24 at 3:19






          • 1




            $begingroup$
            @hardmath Thank you, that cleared it up for me.
            $endgroup$
            – AlanSTACK
            Jan 24 at 3:25


















          • $begingroup$
            How does "but before our 10th roll?" factor into your answer?
            $endgroup$
            – AlanSTACK
            Jan 24 at 3:11






          • 1




            $begingroup$
            I'm assuming that you do not care about the 10th roll - whether or not the 10th roll is a 3 or otherwise, it's irrelevant. Only what happens in the first 9 rolls is relevant.
            $endgroup$
            – Sean Lee
            Jan 24 at 3:13










          • $begingroup$
            Does that part of the question not change the probability?
            $endgroup$
            – AlanSTACK
            Jan 24 at 3:15






          • 2




            $begingroup$
            To put it another way, success consists in getting a 3 in at least one of the trials $R_5,R_6,R_7,R_8,R_9$ after not getting a 3 in any of the trials $R_1,R_2,R_3,R_4$. So the solution doesn't require information about the outcomes of the tenth or later rolls.
            $endgroup$
            – hardmath
            Jan 24 at 3:19






          • 1




            $begingroup$
            @hardmath Thank you, that cleared it up for me.
            $endgroup$
            – AlanSTACK
            Jan 24 at 3:25
















          $begingroup$
          How does "but before our 10th roll?" factor into your answer?
          $endgroup$
          – AlanSTACK
          Jan 24 at 3:11




          $begingroup$
          How does "but before our 10th roll?" factor into your answer?
          $endgroup$
          – AlanSTACK
          Jan 24 at 3:11




          1




          1




          $begingroup$
          I'm assuming that you do not care about the 10th roll - whether or not the 10th roll is a 3 or otherwise, it's irrelevant. Only what happens in the first 9 rolls is relevant.
          $endgroup$
          – Sean Lee
          Jan 24 at 3:13




          $begingroup$
          I'm assuming that you do not care about the 10th roll - whether or not the 10th roll is a 3 or otherwise, it's irrelevant. Only what happens in the first 9 rolls is relevant.
          $endgroup$
          – Sean Lee
          Jan 24 at 3:13












          $begingroup$
          Does that part of the question not change the probability?
          $endgroup$
          – AlanSTACK
          Jan 24 at 3:15




          $begingroup$
          Does that part of the question not change the probability?
          $endgroup$
          – AlanSTACK
          Jan 24 at 3:15




          2




          2




          $begingroup$
          To put it another way, success consists in getting a 3 in at least one of the trials $R_5,R_6,R_7,R_8,R_9$ after not getting a 3 in any of the trials $R_1,R_2,R_3,R_4$. So the solution doesn't require information about the outcomes of the tenth or later rolls.
          $endgroup$
          – hardmath
          Jan 24 at 3:19




          $begingroup$
          To put it another way, success consists in getting a 3 in at least one of the trials $R_5,R_6,R_7,R_8,R_9$ after not getting a 3 in any of the trials $R_1,R_2,R_3,R_4$. So the solution doesn't require information about the outcomes of the tenth or later rolls.
          $endgroup$
          – hardmath
          Jan 24 at 3:19




          1




          1




          $begingroup$
          @hardmath Thank you, that cleared it up for me.
          $endgroup$
          – AlanSTACK
          Jan 24 at 3:25




          $begingroup$
          @hardmath Thank you, that cleared it up for me.
          $endgroup$
          – AlanSTACK
          Jan 24 at 3:25


















          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%2f3085385%2fprobability-of-rolling-first-3-with-a-fair-die-before-10th-roll-and-after-4th-ro%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

          Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

          Does disintegrating a polymorphed enemy still kill it after the 2018 errata?

          A Topological Invariant for $pi_3(U(n))$