Dice rolling probability gameCraps game odd with a pair of diceProbability of first player rolling double six firstProbability of winning a dice game.Probability's GameProbability six game playerGame probabilityFind the probability that a player wins the following game?!Players A and B dice gameDice game keep rollingTheoretical probability of PIG variation dice game

Why would a flight no longer considered airworthy be redirected like this?

How can I track script which gives me "command not found" right after the login?

Are there verbs that are neither telic, or atelic?

Why do Australian milk farmers need to protest supermarkets' milk price?

It's a yearly task, alright

Are there other languages, besides English, where the indefinite (or definite) article varies based on sound?

How difficult is it to simply disable/disengage the MCAS on Boeing 737 Max 8 & 9 Aircraft?

The difference between「N分で」and「後N分で」

How to change two letters closest to a string and one letter immediately after a string using notepad++

What approach do we need to follow for projects without a test environment?

What should tie a collection of short-stories together?

How to deal with taxi scam when on vacation?

Why does Bach not break the rules here?

Python if-else code style for reduced code for rounding floats

A Cautionary Suggestion

Is it normal that my co-workers at a fitness company criticize my food choices?

Do I need life insurance if I can cover my own funeral costs?

Did Ender ever learn that he killed Stilson and/or Bonzo?

Interplanetary conflict, some disease destroys the ability to understand or appreciate music

How Could an Airship Be Repaired Mid-Flight

Why doesn't the EU now just force the UK to choose between referendum and no-deal?

Co-worker team leader wants to inject his friend's awful software into our development. What should I say to our common boss?

Sailing the cryptic seas

how to write formula in word in latex



Dice rolling probability game


Craps game odd with a pair of diceProbability of first player rolling double six firstProbability of winning a dice game.Probability's GameProbability six game playerGame probabilityFind the probability that a player wins the following game?!Players A and B dice gameDice game keep rollingTheoretical probability of PIG variation dice game













4












$begingroup$


In a hockey-themed board game, players start the game in the penalty box. If rolling the same number on both dice is required to escape from the penalty box, and Piper, Quincy, and Riley take turns, in he order named, rolling a pair of standard six sided dice, what is the probability that Piper is the last player to escape from the penalty box?




My initial thought was that riley and quincy both escape with a 1/36 probability. So, we multiply the three together getting $frac136^3$, but this is clearly incorrect.



Then I took more thinking to this problem. To satisfy the problem we need Piper to lose her first throw, Quincy to win her throw, Riley to win her throw, then Piper will eventually win her throw. So we have $dfrac56 cdot dfrac16 cdot dfrac16 cdot = dfrac56^3$.



However, there other cases where Piper looses, Quincy looses, Riley looses, Piper looses, then Quincy and Riley wins, or where Riley wins before Quincy.



So this can account into what I'm thinking of an infinitely long geometric sequence that later converges to a rational number.



There are many, many more cases. To account for this, I have to keep analyzing all possibilities at each turn, and I believe that eventually I will get some geometric progressions. However, this seems tedious and error prone.



So then I thought that I could just denote the probabilities that I am interested in by letters and write some equations. For instance, if the probability of Piper escaping last is $p$, then after a turn in which nobody escapes the probability of Piper escaping last is still $p$.



This allows me to write the equation: $$p= 5over 6^3cdot p +textother cases .$$



But however, I cannot seem to find that "other cases" thing, and I even further doubted that the $p$ in the equation is stable.



But after some further examination, I find this is not so. I considered first the case with two players: Let $p$ be the probability that the player who starts first escapes first and $q$ the probability that the second player escapes first. I could write the equation $p=1/6+5/6cdot q$ because the probability of the first player escaping is 1/6 plus the probability of him not escaping (5/6) times the probability of him winning as second player, because now the other player rolls the dice first.



Another equation I could write is $p+q=1$ because one of them will escape eventually (with probability 1). Solving this I get $p=1/6+5/6(1-p)$ etc. which leads to $p=6/11$. This is incorrect.



And, after a long time of thoughts, I finally figured the way to write the infinite sum, $p=1/6 + (5/6)^2cdot 1/6+(5/6)^4cdot 1/6+dots$, because the probability of the first player escaping first is 1/6 (if he rolls a double) + (5/6)^2 (=probability of both not rolling a double) times 1/6 (rolling a double at the second turn) and so on...



The sum of that infinite progression is $$p=1/6cdot 1over 1-(5/6)^2$$ which still gives $6/11$, and is wrong again.



I cannot think of a way to continue. Help please?










share|cite|improve this question









$endgroup$







  • 1




    $begingroup$
    Why do you think $frac611$ is an incorrect answer to the two-player question?
    $endgroup$
    – David K
    1 hour ago










  • $begingroup$
    @DavidK because its not the right answer in relation to the answer key.
    $endgroup$
    – Max0815
    1 hour ago










  • $begingroup$
    You started out working on a problem with three players. If there is an answer key, I would expect it to answer that question. It seems you came up with the two-player problem on your own; how could the answer key anticipate that and give the answer to a question that isn't in the original materials?
    $endgroup$
    – David K
    1 hour ago










  • $begingroup$
    @DavidK Wait I misread your question. There is an answer to the three player one, and I thought you meant that. I was experimenting with the two player one and one of aops' answerers said that it was not right.
    $endgroup$
    – Max0815
    1 hour ago











  • $begingroup$
    You were determining the probability that Piper gets out first, not last. The probability that she gets out last in the two-player game (if she goes first) is $frac511$.
    $endgroup$
    – Robert Shore
    1 hour ago
















4












$begingroup$


In a hockey-themed board game, players start the game in the penalty box. If rolling the same number on both dice is required to escape from the penalty box, and Piper, Quincy, and Riley take turns, in he order named, rolling a pair of standard six sided dice, what is the probability that Piper is the last player to escape from the penalty box?




My initial thought was that riley and quincy both escape with a 1/36 probability. So, we multiply the three together getting $frac136^3$, but this is clearly incorrect.



Then I took more thinking to this problem. To satisfy the problem we need Piper to lose her first throw, Quincy to win her throw, Riley to win her throw, then Piper will eventually win her throw. So we have $dfrac56 cdot dfrac16 cdot dfrac16 cdot = dfrac56^3$.



However, there other cases where Piper looses, Quincy looses, Riley looses, Piper looses, then Quincy and Riley wins, or where Riley wins before Quincy.



So this can account into what I'm thinking of an infinitely long geometric sequence that later converges to a rational number.



There are many, many more cases. To account for this, I have to keep analyzing all possibilities at each turn, and I believe that eventually I will get some geometric progressions. However, this seems tedious and error prone.



So then I thought that I could just denote the probabilities that I am interested in by letters and write some equations. For instance, if the probability of Piper escaping last is $p$, then after a turn in which nobody escapes the probability of Piper escaping last is still $p$.



This allows me to write the equation: $$p= 5over 6^3cdot p +textother cases .$$



But however, I cannot seem to find that "other cases" thing, and I even further doubted that the $p$ in the equation is stable.



But after some further examination, I find this is not so. I considered first the case with two players: Let $p$ be the probability that the player who starts first escapes first and $q$ the probability that the second player escapes first. I could write the equation $p=1/6+5/6cdot q$ because the probability of the first player escaping is 1/6 plus the probability of him not escaping (5/6) times the probability of him winning as second player, because now the other player rolls the dice first.



Another equation I could write is $p+q=1$ because one of them will escape eventually (with probability 1). Solving this I get $p=1/6+5/6(1-p)$ etc. which leads to $p=6/11$. This is incorrect.



And, after a long time of thoughts, I finally figured the way to write the infinite sum, $p=1/6 + (5/6)^2cdot 1/6+(5/6)^4cdot 1/6+dots$, because the probability of the first player escaping first is 1/6 (if he rolls a double) + (5/6)^2 (=probability of both not rolling a double) times 1/6 (rolling a double at the second turn) and so on...



The sum of that infinite progression is $$p=1/6cdot 1over 1-(5/6)^2$$ which still gives $6/11$, and is wrong again.



I cannot think of a way to continue. Help please?










share|cite|improve this question









$endgroup$







  • 1




    $begingroup$
    Why do you think $frac611$ is an incorrect answer to the two-player question?
    $endgroup$
    – David K
    1 hour ago










  • $begingroup$
    @DavidK because its not the right answer in relation to the answer key.
    $endgroup$
    – Max0815
    1 hour ago










  • $begingroup$
    You started out working on a problem with three players. If there is an answer key, I would expect it to answer that question. It seems you came up with the two-player problem on your own; how could the answer key anticipate that and give the answer to a question that isn't in the original materials?
    $endgroup$
    – David K
    1 hour ago










  • $begingroup$
    @DavidK Wait I misread your question. There is an answer to the three player one, and I thought you meant that. I was experimenting with the two player one and one of aops' answerers said that it was not right.
    $endgroup$
    – Max0815
    1 hour ago











  • $begingroup$
    You were determining the probability that Piper gets out first, not last. The probability that she gets out last in the two-player game (if she goes first) is $frac511$.
    $endgroup$
    – Robert Shore
    1 hour ago














4












4








4





$begingroup$


In a hockey-themed board game, players start the game in the penalty box. If rolling the same number on both dice is required to escape from the penalty box, and Piper, Quincy, and Riley take turns, in he order named, rolling a pair of standard six sided dice, what is the probability that Piper is the last player to escape from the penalty box?




My initial thought was that riley and quincy both escape with a 1/36 probability. So, we multiply the three together getting $frac136^3$, but this is clearly incorrect.



Then I took more thinking to this problem. To satisfy the problem we need Piper to lose her first throw, Quincy to win her throw, Riley to win her throw, then Piper will eventually win her throw. So we have $dfrac56 cdot dfrac16 cdot dfrac16 cdot = dfrac56^3$.



However, there other cases where Piper looses, Quincy looses, Riley looses, Piper looses, then Quincy and Riley wins, or where Riley wins before Quincy.



So this can account into what I'm thinking of an infinitely long geometric sequence that later converges to a rational number.



There are many, many more cases. To account for this, I have to keep analyzing all possibilities at each turn, and I believe that eventually I will get some geometric progressions. However, this seems tedious and error prone.



So then I thought that I could just denote the probabilities that I am interested in by letters and write some equations. For instance, if the probability of Piper escaping last is $p$, then after a turn in which nobody escapes the probability of Piper escaping last is still $p$.



This allows me to write the equation: $$p= 5over 6^3cdot p +textother cases .$$



But however, I cannot seem to find that "other cases" thing, and I even further doubted that the $p$ in the equation is stable.



But after some further examination, I find this is not so. I considered first the case with two players: Let $p$ be the probability that the player who starts first escapes first and $q$ the probability that the second player escapes first. I could write the equation $p=1/6+5/6cdot q$ because the probability of the first player escaping is 1/6 plus the probability of him not escaping (5/6) times the probability of him winning as second player, because now the other player rolls the dice first.



Another equation I could write is $p+q=1$ because one of them will escape eventually (with probability 1). Solving this I get $p=1/6+5/6(1-p)$ etc. which leads to $p=6/11$. This is incorrect.



And, after a long time of thoughts, I finally figured the way to write the infinite sum, $p=1/6 + (5/6)^2cdot 1/6+(5/6)^4cdot 1/6+dots$, because the probability of the first player escaping first is 1/6 (if he rolls a double) + (5/6)^2 (=probability of both not rolling a double) times 1/6 (rolling a double at the second turn) and so on...



The sum of that infinite progression is $$p=1/6cdot 1over 1-(5/6)^2$$ which still gives $6/11$, and is wrong again.



I cannot think of a way to continue. Help please?










share|cite|improve this question









$endgroup$




In a hockey-themed board game, players start the game in the penalty box. If rolling the same number on both dice is required to escape from the penalty box, and Piper, Quincy, and Riley take turns, in he order named, rolling a pair of standard six sided dice, what is the probability that Piper is the last player to escape from the penalty box?




My initial thought was that riley and quincy both escape with a 1/36 probability. So, we multiply the three together getting $frac136^3$, but this is clearly incorrect.



Then I took more thinking to this problem. To satisfy the problem we need Piper to lose her first throw, Quincy to win her throw, Riley to win her throw, then Piper will eventually win her throw. So we have $dfrac56 cdot dfrac16 cdot dfrac16 cdot = dfrac56^3$.



However, there other cases where Piper looses, Quincy looses, Riley looses, Piper looses, then Quincy and Riley wins, or where Riley wins before Quincy.



So this can account into what I'm thinking of an infinitely long geometric sequence that later converges to a rational number.



There are many, many more cases. To account for this, I have to keep analyzing all possibilities at each turn, and I believe that eventually I will get some geometric progressions. However, this seems tedious and error prone.



So then I thought that I could just denote the probabilities that I am interested in by letters and write some equations. For instance, if the probability of Piper escaping last is $p$, then after a turn in which nobody escapes the probability of Piper escaping last is still $p$.



This allows me to write the equation: $$p= 5over 6^3cdot p +textother cases .$$



But however, I cannot seem to find that "other cases" thing, and I even further doubted that the $p$ in the equation is stable.



But after some further examination, I find this is not so. I considered first the case with two players: Let $p$ be the probability that the player who starts first escapes first and $q$ the probability that the second player escapes first. I could write the equation $p=1/6+5/6cdot q$ because the probability of the first player escaping is 1/6 plus the probability of him not escaping (5/6) times the probability of him winning as second player, because now the other player rolls the dice first.



Another equation I could write is $p+q=1$ because one of them will escape eventually (with probability 1). Solving this I get $p=1/6+5/6(1-p)$ etc. which leads to $p=6/11$. This is incorrect.



And, after a long time of thoughts, I finally figured the way to write the infinite sum, $p=1/6 + (5/6)^2cdot 1/6+(5/6)^4cdot 1/6+dots$, because the probability of the first player escaping first is 1/6 (if he rolls a double) + (5/6)^2 (=probability of both not rolling a double) times 1/6 (rolling a double at the second turn) and so on...



The sum of that infinite progression is $$p=1/6cdot 1over 1-(5/6)^2$$ which still gives $6/11$, and is wrong again.



I cannot think of a way to continue. Help please?







probability






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked 1 hour ago









Max0815Max0815

68918




68918







  • 1




    $begingroup$
    Why do you think $frac611$ is an incorrect answer to the two-player question?
    $endgroup$
    – David K
    1 hour ago










  • $begingroup$
    @DavidK because its not the right answer in relation to the answer key.
    $endgroup$
    – Max0815
    1 hour ago










  • $begingroup$
    You started out working on a problem with three players. If there is an answer key, I would expect it to answer that question. It seems you came up with the two-player problem on your own; how could the answer key anticipate that and give the answer to a question that isn't in the original materials?
    $endgroup$
    – David K
    1 hour ago










  • $begingroup$
    @DavidK Wait I misread your question. There is an answer to the three player one, and I thought you meant that. I was experimenting with the two player one and one of aops' answerers said that it was not right.
    $endgroup$
    – Max0815
    1 hour ago











  • $begingroup$
    You were determining the probability that Piper gets out first, not last. The probability that she gets out last in the two-player game (if she goes first) is $frac511$.
    $endgroup$
    – Robert Shore
    1 hour ago













  • 1




    $begingroup$
    Why do you think $frac611$ is an incorrect answer to the two-player question?
    $endgroup$
    – David K
    1 hour ago










  • $begingroup$
    @DavidK because its not the right answer in relation to the answer key.
    $endgroup$
    – Max0815
    1 hour ago










  • $begingroup$
    You started out working on a problem with three players. If there is an answer key, I would expect it to answer that question. It seems you came up with the two-player problem on your own; how could the answer key anticipate that and give the answer to a question that isn't in the original materials?
    $endgroup$
    – David K
    1 hour ago










  • $begingroup$
    @DavidK Wait I misread your question. There is an answer to the three player one, and I thought you meant that. I was experimenting with the two player one and one of aops' answerers said that it was not right.
    $endgroup$
    – Max0815
    1 hour ago











  • $begingroup$
    You were determining the probability that Piper gets out first, not last. The probability that she gets out last in the two-player game (if she goes first) is $frac511$.
    $endgroup$
    – Robert Shore
    1 hour ago








1




1




$begingroup$
Why do you think $frac611$ is an incorrect answer to the two-player question?
$endgroup$
– David K
1 hour ago




$begingroup$
Why do you think $frac611$ is an incorrect answer to the two-player question?
$endgroup$
– David K
1 hour ago












$begingroup$
@DavidK because its not the right answer in relation to the answer key.
$endgroup$
– Max0815
1 hour ago




$begingroup$
@DavidK because its not the right answer in relation to the answer key.
$endgroup$
– Max0815
1 hour ago












$begingroup$
You started out working on a problem with three players. If there is an answer key, I would expect it to answer that question. It seems you came up with the two-player problem on your own; how could the answer key anticipate that and give the answer to a question that isn't in the original materials?
$endgroup$
– David K
1 hour ago




$begingroup$
You started out working on a problem with three players. If there is an answer key, I would expect it to answer that question. It seems you came up with the two-player problem on your own; how could the answer key anticipate that and give the answer to a question that isn't in the original materials?
$endgroup$
– David K
1 hour ago












$begingroup$
@DavidK Wait I misread your question. There is an answer to the three player one, and I thought you meant that. I was experimenting with the two player one and one of aops' answerers said that it was not right.
$endgroup$
– Max0815
1 hour ago





$begingroup$
@DavidK Wait I misread your question. There is an answer to the three player one, and I thought you meant that. I was experimenting with the two player one and one of aops' answerers said that it was not right.
$endgroup$
– Max0815
1 hour ago













$begingroup$
You were determining the probability that Piper gets out first, not last. The probability that she gets out last in the two-player game (if she goes first) is $frac511$.
$endgroup$
– Robert Shore
1 hour ago





$begingroup$
You were determining the probability that Piper gets out first, not last. The probability that she gets out last in the two-player game (if she goes first) is $frac511$.
$endgroup$
– Robert Shore
1 hour ago











3 Answers
3






active

oldest

votes


















4












$begingroup$

Let $p$ be the probability that Piper escapes first. Her probability of escaping on her first roll by rolling doubles is $frac16$.



Let $q$ be the probability that Quincy escapes first. Then before Piper's first roll there is a probability of $frac 16$ that Quincy has no chance to escape first, and a probability of $frac 56$ that Quincy's chance of escaping first is $p$ (because if Piper misses then Quincy is now in the same position Piper was in). Thus, $q=frac5p6$.



Finally, let $r$ be the probability that Riley escapes first. Then before Piper's first roll there is a probability of $frac1136$ that Riley has no chance to escape first (because either Piper or Quincy or both roll doubles) and a probability of $frac2536$ that Riley's chance of escaping first is $p$ (because Riley is now in the same position Piper was in). Thus, $r=frac25p36$.



We also know $p+q+r=1$. Thus,



$$p+frac5p6+frac25p36=frac91p36=1 Rightarrow p=frac3691, q=frac3091, r=frac2591.$$



Edited to add: This doesn't completely answer the question because you asked for the probability that Piper is last to leave, not first to leave. But if Quincy leaves first (which will happen with probability $frac3091$), you can use the same mode of analysis to determine the probability that Riley beats Piper out of the box ($frac611$), and if Riley leaves first (which will happen with probability $frac2591$), you can use the same mode of analysis to determine the probability that Quincy beats Piper out of the box ($frac511$). The answer should turn out to be:



$$frac3091cdotfrac611+ frac2591cdotfrac511=frac1801001+frac1251001=frac3051001.$$






share|cite|improve this answer











$endgroup$








  • 1




    $begingroup$
    Can you explain how you got the 180/1001 and 125/1001 in the last line? Then after I understand it I'll accept! Thanks!
    $endgroup$
    – Max0815
    1 hour ago






  • 1




    $begingroup$
    If Quincy gets out first (which will happen with probability $frac3091$), then Riley will beat Piper out $frac611$ of the time (because Riley goes first in the two-player game that remains). If Riley gets out first (which will happen with probability $frac2591$), then Quincy will beat Riley out $frac511$ of the time (because Piper goes first in the two-player game that remains).
    $endgroup$
    – Robert Shore
    1 hour ago











  • $begingroup$
    +1 thank you very much. Comments will not last, but answers will, even when deleted. Can you please edit that into your answer? Thanks!
    $endgroup$
    – Max0815
    1 hour ago



















1












$begingroup$

At the end of Riley's $n$th turn (that is, after each player has had exactly $n$ turns), each player has a $left(frac56right)^n$ probability to still be in the box.



If Piper is the last to get out, and this happens on her $n+1$st turn, then:



  • at the end of Riley's $n$th turn, Piper was still in the box,

  • at the end of Riley's $n$th turn, Quincy was not still in the box,

  • at the end of Riley's $n$th turn, Riley was not still in the box, and

  • on her $n+1$st turn, Piper rolled the same number on both dice.

You can work out the probability that all four of those events occurred.



If Piper was the last to get out, then it happened on her second turn ($n=1$), or her third turn ($n=2$), or her fourth ($n=3$), ... a list of possibilities for $n = 1$ to infinity, and all are mutually exclusive events so their probabilities can simply be added.



You do not get a geometric series out of this, but with a little manipulation you can get three geometric series, evaluate each one and add them together.






share|cite|improve this answer









$endgroup$




















    0












    $begingroup$

    Given that the outcomes of a pair of dice are
    1,1
    2,2
    3,3
    4,4
    5,5
    6,6




    1,2
    1,3
    1,4
    1,5
    1,6
    2,3
    2,4
    2,5
    2,6
    3,4
    3,5
    3,6
    4,5
    4,6
    5,6



    The probability is 6/21 to throw a double pair.



    There exists the probablity of each player throwing a double and therefore getting out of the penalty area in one round of dice throwing so getting back to Piper that is merely 4 throws of the dice if She is the last to get out so



    ( 6 / 21 ) X ( 6 / 21 ) X ( 6 / 21 ) X ( 6 / 21 ) =
    0.00666389004581424406497292794669



    or approx 0.0067% chance. ( WINDOWS CALCULATOR was used here. )



    Regards,



    John O.






    share|cite|improve this answer











    $endgroup$












    • $begingroup$
      There are 36 outcomes when rolling two standard six-sided dice. Any probability with a denominator of 21 is incorrect.
      $endgroup$
      – Nij
      14 mins ago










    • $begingroup$
      @Nij. Rolling a 1 then a 2 is the same outcome as rolling a 2 then a 1 so in fact there are 21 not 36 variations. Write them all down as I have and then count them.
      $endgroup$
      – John Anthony Oliver
      12 mins ago











    • $begingroup$
      The two dice are different objects. Rolling 1 on die A and 2 on die B is not the same outcome as rolling 2 on die A and 1 on die B, even though they both give the set of values 1,2. This is a standard misconception at the high school level, and can be identified by finding the probability of two coin flips being different (your method would calculate it as 1/3, when it is actually 1/2). Then further note that a probability of 0.0067 is not 0.0067% (it is actually 0.67%).
      $endgroup$
      – Nij
      6 mins ago










    • $begingroup$
      See also virtually any result listed here.
      $endgroup$
      – Nij
      2 mins ago










    • $begingroup$
      @Nij, in this particular game though there are NOT two different pairs of rolling say a 3 then a 4. They are the same pair of numbers. You do not have 36 variants with a "pair" of dice. You would have a 1 in 36 chance with a single die ( singular dice ) of rolling say a 6 then another 6.
      $endgroup$
      – John Anthony Oliver
      31 secs ago










    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%2f3149993%2fdice-rolling-probability-game%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    3 Answers
    3






    active

    oldest

    votes








    3 Answers
    3






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    4












    $begingroup$

    Let $p$ be the probability that Piper escapes first. Her probability of escaping on her first roll by rolling doubles is $frac16$.



    Let $q$ be the probability that Quincy escapes first. Then before Piper's first roll there is a probability of $frac 16$ that Quincy has no chance to escape first, and a probability of $frac 56$ that Quincy's chance of escaping first is $p$ (because if Piper misses then Quincy is now in the same position Piper was in). Thus, $q=frac5p6$.



    Finally, let $r$ be the probability that Riley escapes first. Then before Piper's first roll there is a probability of $frac1136$ that Riley has no chance to escape first (because either Piper or Quincy or both roll doubles) and a probability of $frac2536$ that Riley's chance of escaping first is $p$ (because Riley is now in the same position Piper was in). Thus, $r=frac25p36$.



    We also know $p+q+r=1$. Thus,



    $$p+frac5p6+frac25p36=frac91p36=1 Rightarrow p=frac3691, q=frac3091, r=frac2591.$$



    Edited to add: This doesn't completely answer the question because you asked for the probability that Piper is last to leave, not first to leave. But if Quincy leaves first (which will happen with probability $frac3091$), you can use the same mode of analysis to determine the probability that Riley beats Piper out of the box ($frac611$), and if Riley leaves first (which will happen with probability $frac2591$), you can use the same mode of analysis to determine the probability that Quincy beats Piper out of the box ($frac511$). The answer should turn out to be:



    $$frac3091cdotfrac611+ frac2591cdotfrac511=frac1801001+frac1251001=frac3051001.$$






    share|cite|improve this answer











    $endgroup$








    • 1




      $begingroup$
      Can you explain how you got the 180/1001 and 125/1001 in the last line? Then after I understand it I'll accept! Thanks!
      $endgroup$
      – Max0815
      1 hour ago






    • 1




      $begingroup$
      If Quincy gets out first (which will happen with probability $frac3091$), then Riley will beat Piper out $frac611$ of the time (because Riley goes first in the two-player game that remains). If Riley gets out first (which will happen with probability $frac2591$), then Quincy will beat Riley out $frac511$ of the time (because Piper goes first in the two-player game that remains).
      $endgroup$
      – Robert Shore
      1 hour ago











    • $begingroup$
      +1 thank you very much. Comments will not last, but answers will, even when deleted. Can you please edit that into your answer? Thanks!
      $endgroup$
      – Max0815
      1 hour ago
















    4












    $begingroup$

    Let $p$ be the probability that Piper escapes first. Her probability of escaping on her first roll by rolling doubles is $frac16$.



    Let $q$ be the probability that Quincy escapes first. Then before Piper's first roll there is a probability of $frac 16$ that Quincy has no chance to escape first, and a probability of $frac 56$ that Quincy's chance of escaping first is $p$ (because if Piper misses then Quincy is now in the same position Piper was in). Thus, $q=frac5p6$.



    Finally, let $r$ be the probability that Riley escapes first. Then before Piper's first roll there is a probability of $frac1136$ that Riley has no chance to escape first (because either Piper or Quincy or both roll doubles) and a probability of $frac2536$ that Riley's chance of escaping first is $p$ (because Riley is now in the same position Piper was in). Thus, $r=frac25p36$.



    We also know $p+q+r=1$. Thus,



    $$p+frac5p6+frac25p36=frac91p36=1 Rightarrow p=frac3691, q=frac3091, r=frac2591.$$



    Edited to add: This doesn't completely answer the question because you asked for the probability that Piper is last to leave, not first to leave. But if Quincy leaves first (which will happen with probability $frac3091$), you can use the same mode of analysis to determine the probability that Riley beats Piper out of the box ($frac611$), and if Riley leaves first (which will happen with probability $frac2591$), you can use the same mode of analysis to determine the probability that Quincy beats Piper out of the box ($frac511$). The answer should turn out to be:



    $$frac3091cdotfrac611+ frac2591cdotfrac511=frac1801001+frac1251001=frac3051001.$$






    share|cite|improve this answer











    $endgroup$








    • 1




      $begingroup$
      Can you explain how you got the 180/1001 and 125/1001 in the last line? Then after I understand it I'll accept! Thanks!
      $endgroup$
      – Max0815
      1 hour ago






    • 1




      $begingroup$
      If Quincy gets out first (which will happen with probability $frac3091$), then Riley will beat Piper out $frac611$ of the time (because Riley goes first in the two-player game that remains). If Riley gets out first (which will happen with probability $frac2591$), then Quincy will beat Riley out $frac511$ of the time (because Piper goes first in the two-player game that remains).
      $endgroup$
      – Robert Shore
      1 hour ago











    • $begingroup$
      +1 thank you very much. Comments will not last, but answers will, even when deleted. Can you please edit that into your answer? Thanks!
      $endgroup$
      – Max0815
      1 hour ago














    4












    4








    4





    $begingroup$

    Let $p$ be the probability that Piper escapes first. Her probability of escaping on her first roll by rolling doubles is $frac16$.



    Let $q$ be the probability that Quincy escapes first. Then before Piper's first roll there is a probability of $frac 16$ that Quincy has no chance to escape first, and a probability of $frac 56$ that Quincy's chance of escaping first is $p$ (because if Piper misses then Quincy is now in the same position Piper was in). Thus, $q=frac5p6$.



    Finally, let $r$ be the probability that Riley escapes first. Then before Piper's first roll there is a probability of $frac1136$ that Riley has no chance to escape first (because either Piper or Quincy or both roll doubles) and a probability of $frac2536$ that Riley's chance of escaping first is $p$ (because Riley is now in the same position Piper was in). Thus, $r=frac25p36$.



    We also know $p+q+r=1$. Thus,



    $$p+frac5p6+frac25p36=frac91p36=1 Rightarrow p=frac3691, q=frac3091, r=frac2591.$$



    Edited to add: This doesn't completely answer the question because you asked for the probability that Piper is last to leave, not first to leave. But if Quincy leaves first (which will happen with probability $frac3091$), you can use the same mode of analysis to determine the probability that Riley beats Piper out of the box ($frac611$), and if Riley leaves first (which will happen with probability $frac2591$), you can use the same mode of analysis to determine the probability that Quincy beats Piper out of the box ($frac511$). The answer should turn out to be:



    $$frac3091cdotfrac611+ frac2591cdotfrac511=frac1801001+frac1251001=frac3051001.$$






    share|cite|improve this answer











    $endgroup$



    Let $p$ be the probability that Piper escapes first. Her probability of escaping on her first roll by rolling doubles is $frac16$.



    Let $q$ be the probability that Quincy escapes first. Then before Piper's first roll there is a probability of $frac 16$ that Quincy has no chance to escape first, and a probability of $frac 56$ that Quincy's chance of escaping first is $p$ (because if Piper misses then Quincy is now in the same position Piper was in). Thus, $q=frac5p6$.



    Finally, let $r$ be the probability that Riley escapes first. Then before Piper's first roll there is a probability of $frac1136$ that Riley has no chance to escape first (because either Piper or Quincy or both roll doubles) and a probability of $frac2536$ that Riley's chance of escaping first is $p$ (because Riley is now in the same position Piper was in). Thus, $r=frac25p36$.



    We also know $p+q+r=1$. Thus,



    $$p+frac5p6+frac25p36=frac91p36=1 Rightarrow p=frac3691, q=frac3091, r=frac2591.$$



    Edited to add: This doesn't completely answer the question because you asked for the probability that Piper is last to leave, not first to leave. But if Quincy leaves first (which will happen with probability $frac3091$), you can use the same mode of analysis to determine the probability that Riley beats Piper out of the box ($frac611$), and if Riley leaves first (which will happen with probability $frac2591$), you can use the same mode of analysis to determine the probability that Quincy beats Piper out of the box ($frac511$). The answer should turn out to be:



    $$frac3091cdotfrac611+ frac2591cdotfrac511=frac1801001+frac1251001=frac3051001.$$







    share|cite|improve this answer














    share|cite|improve this answer



    share|cite|improve this answer








    edited 48 mins ago

























    answered 1 hour ago









    Robert ShoreRobert Shore

    2,960218




    2,960218







    • 1




      $begingroup$
      Can you explain how you got the 180/1001 and 125/1001 in the last line? Then after I understand it I'll accept! Thanks!
      $endgroup$
      – Max0815
      1 hour ago






    • 1




      $begingroup$
      If Quincy gets out first (which will happen with probability $frac3091$), then Riley will beat Piper out $frac611$ of the time (because Riley goes first in the two-player game that remains). If Riley gets out first (which will happen with probability $frac2591$), then Quincy will beat Riley out $frac511$ of the time (because Piper goes first in the two-player game that remains).
      $endgroup$
      – Robert Shore
      1 hour ago











    • $begingroup$
      +1 thank you very much. Comments will not last, but answers will, even when deleted. Can you please edit that into your answer? Thanks!
      $endgroup$
      – Max0815
      1 hour ago













    • 1




      $begingroup$
      Can you explain how you got the 180/1001 and 125/1001 in the last line? Then after I understand it I'll accept! Thanks!
      $endgroup$
      – Max0815
      1 hour ago






    • 1




      $begingroup$
      If Quincy gets out first (which will happen with probability $frac3091$), then Riley will beat Piper out $frac611$ of the time (because Riley goes first in the two-player game that remains). If Riley gets out first (which will happen with probability $frac2591$), then Quincy will beat Riley out $frac511$ of the time (because Piper goes first in the two-player game that remains).
      $endgroup$
      – Robert Shore
      1 hour ago











    • $begingroup$
      +1 thank you very much. Comments will not last, but answers will, even when deleted. Can you please edit that into your answer? Thanks!
      $endgroup$
      – Max0815
      1 hour ago








    1




    1




    $begingroup$
    Can you explain how you got the 180/1001 and 125/1001 in the last line? Then after I understand it I'll accept! Thanks!
    $endgroup$
    – Max0815
    1 hour ago




    $begingroup$
    Can you explain how you got the 180/1001 and 125/1001 in the last line? Then after I understand it I'll accept! Thanks!
    $endgroup$
    – Max0815
    1 hour ago




    1




    1




    $begingroup$
    If Quincy gets out first (which will happen with probability $frac3091$), then Riley will beat Piper out $frac611$ of the time (because Riley goes first in the two-player game that remains). If Riley gets out first (which will happen with probability $frac2591$), then Quincy will beat Riley out $frac511$ of the time (because Piper goes first in the two-player game that remains).
    $endgroup$
    – Robert Shore
    1 hour ago





    $begingroup$
    If Quincy gets out first (which will happen with probability $frac3091$), then Riley will beat Piper out $frac611$ of the time (because Riley goes first in the two-player game that remains). If Riley gets out first (which will happen with probability $frac2591$), then Quincy will beat Riley out $frac511$ of the time (because Piper goes first in the two-player game that remains).
    $endgroup$
    – Robert Shore
    1 hour ago













    $begingroup$
    +1 thank you very much. Comments will not last, but answers will, even when deleted. Can you please edit that into your answer? Thanks!
    $endgroup$
    – Max0815
    1 hour ago





    $begingroup$
    +1 thank you very much. Comments will not last, but answers will, even when deleted. Can you please edit that into your answer? Thanks!
    $endgroup$
    – Max0815
    1 hour ago












    1












    $begingroup$

    At the end of Riley's $n$th turn (that is, after each player has had exactly $n$ turns), each player has a $left(frac56right)^n$ probability to still be in the box.



    If Piper is the last to get out, and this happens on her $n+1$st turn, then:



    • at the end of Riley's $n$th turn, Piper was still in the box,

    • at the end of Riley's $n$th turn, Quincy was not still in the box,

    • at the end of Riley's $n$th turn, Riley was not still in the box, and

    • on her $n+1$st turn, Piper rolled the same number on both dice.

    You can work out the probability that all four of those events occurred.



    If Piper was the last to get out, then it happened on her second turn ($n=1$), or her third turn ($n=2$), or her fourth ($n=3$), ... a list of possibilities for $n = 1$ to infinity, and all are mutually exclusive events so their probabilities can simply be added.



    You do not get a geometric series out of this, but with a little manipulation you can get three geometric series, evaluate each one and add them together.






    share|cite|improve this answer









    $endgroup$

















      1












      $begingroup$

      At the end of Riley's $n$th turn (that is, after each player has had exactly $n$ turns), each player has a $left(frac56right)^n$ probability to still be in the box.



      If Piper is the last to get out, and this happens on her $n+1$st turn, then:



      • at the end of Riley's $n$th turn, Piper was still in the box,

      • at the end of Riley's $n$th turn, Quincy was not still in the box,

      • at the end of Riley's $n$th turn, Riley was not still in the box, and

      • on her $n+1$st turn, Piper rolled the same number on both dice.

      You can work out the probability that all four of those events occurred.



      If Piper was the last to get out, then it happened on her second turn ($n=1$), or her third turn ($n=2$), or her fourth ($n=3$), ... a list of possibilities for $n = 1$ to infinity, and all are mutually exclusive events so their probabilities can simply be added.



      You do not get a geometric series out of this, but with a little manipulation you can get three geometric series, evaluate each one and add them together.






      share|cite|improve this answer









      $endgroup$















        1












        1








        1





        $begingroup$

        At the end of Riley's $n$th turn (that is, after each player has had exactly $n$ turns), each player has a $left(frac56right)^n$ probability to still be in the box.



        If Piper is the last to get out, and this happens on her $n+1$st turn, then:



        • at the end of Riley's $n$th turn, Piper was still in the box,

        • at the end of Riley's $n$th turn, Quincy was not still in the box,

        • at the end of Riley's $n$th turn, Riley was not still in the box, and

        • on her $n+1$st turn, Piper rolled the same number on both dice.

        You can work out the probability that all four of those events occurred.



        If Piper was the last to get out, then it happened on her second turn ($n=1$), or her third turn ($n=2$), or her fourth ($n=3$), ... a list of possibilities for $n = 1$ to infinity, and all are mutually exclusive events so their probabilities can simply be added.



        You do not get a geometric series out of this, but with a little manipulation you can get three geometric series, evaluate each one and add them together.






        share|cite|improve this answer









        $endgroup$



        At the end of Riley's $n$th turn (that is, after each player has had exactly $n$ turns), each player has a $left(frac56right)^n$ probability to still be in the box.



        If Piper is the last to get out, and this happens on her $n+1$st turn, then:



        • at the end of Riley's $n$th turn, Piper was still in the box,

        • at the end of Riley's $n$th turn, Quincy was not still in the box,

        • at the end of Riley's $n$th turn, Riley was not still in the box, and

        • on her $n+1$st turn, Piper rolled the same number on both dice.

        You can work out the probability that all four of those events occurred.



        If Piper was the last to get out, then it happened on her second turn ($n=1$), or her third turn ($n=2$), or her fourth ($n=3$), ... a list of possibilities for $n = 1$ to infinity, and all are mutually exclusive events so their probabilities can simply be added.



        You do not get a geometric series out of this, but with a little manipulation you can get three geometric series, evaluate each one and add them together.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered 59 mins ago









        David KDavid K

        55.1k344120




        55.1k344120





















            0












            $begingroup$

            Given that the outcomes of a pair of dice are
            1,1
            2,2
            3,3
            4,4
            5,5
            6,6




            1,2
            1,3
            1,4
            1,5
            1,6
            2,3
            2,4
            2,5
            2,6
            3,4
            3,5
            3,6
            4,5
            4,6
            5,6



            The probability is 6/21 to throw a double pair.



            There exists the probablity of each player throwing a double and therefore getting out of the penalty area in one round of dice throwing so getting back to Piper that is merely 4 throws of the dice if She is the last to get out so



            ( 6 / 21 ) X ( 6 / 21 ) X ( 6 / 21 ) X ( 6 / 21 ) =
            0.00666389004581424406497292794669



            or approx 0.0067% chance. ( WINDOWS CALCULATOR was used here. )



            Regards,



            John O.






            share|cite|improve this answer











            $endgroup$












            • $begingroup$
              There are 36 outcomes when rolling two standard six-sided dice. Any probability with a denominator of 21 is incorrect.
              $endgroup$
              – Nij
              14 mins ago










            • $begingroup$
              @Nij. Rolling a 1 then a 2 is the same outcome as rolling a 2 then a 1 so in fact there are 21 not 36 variations. Write them all down as I have and then count them.
              $endgroup$
              – John Anthony Oliver
              12 mins ago











            • $begingroup$
              The two dice are different objects. Rolling 1 on die A and 2 on die B is not the same outcome as rolling 2 on die A and 1 on die B, even though they both give the set of values 1,2. This is a standard misconception at the high school level, and can be identified by finding the probability of two coin flips being different (your method would calculate it as 1/3, when it is actually 1/2). Then further note that a probability of 0.0067 is not 0.0067% (it is actually 0.67%).
              $endgroup$
              – Nij
              6 mins ago










            • $begingroup$
              See also virtually any result listed here.
              $endgroup$
              – Nij
              2 mins ago










            • $begingroup$
              @Nij, in this particular game though there are NOT two different pairs of rolling say a 3 then a 4. They are the same pair of numbers. You do not have 36 variants with a "pair" of dice. You would have a 1 in 36 chance with a single die ( singular dice ) of rolling say a 6 then another 6.
              $endgroup$
              – John Anthony Oliver
              31 secs ago















            0












            $begingroup$

            Given that the outcomes of a pair of dice are
            1,1
            2,2
            3,3
            4,4
            5,5
            6,6




            1,2
            1,3
            1,4
            1,5
            1,6
            2,3
            2,4
            2,5
            2,6
            3,4
            3,5
            3,6
            4,5
            4,6
            5,6



            The probability is 6/21 to throw a double pair.



            There exists the probablity of each player throwing a double and therefore getting out of the penalty area in one round of dice throwing so getting back to Piper that is merely 4 throws of the dice if She is the last to get out so



            ( 6 / 21 ) X ( 6 / 21 ) X ( 6 / 21 ) X ( 6 / 21 ) =
            0.00666389004581424406497292794669



            or approx 0.0067% chance. ( WINDOWS CALCULATOR was used here. )



            Regards,



            John O.






            share|cite|improve this answer











            $endgroup$












            • $begingroup$
              There are 36 outcomes when rolling two standard six-sided dice. Any probability with a denominator of 21 is incorrect.
              $endgroup$
              – Nij
              14 mins ago










            • $begingroup$
              @Nij. Rolling a 1 then a 2 is the same outcome as rolling a 2 then a 1 so in fact there are 21 not 36 variations. Write them all down as I have and then count them.
              $endgroup$
              – John Anthony Oliver
              12 mins ago











            • $begingroup$
              The two dice are different objects. Rolling 1 on die A and 2 on die B is not the same outcome as rolling 2 on die A and 1 on die B, even though they both give the set of values 1,2. This is a standard misconception at the high school level, and can be identified by finding the probability of two coin flips being different (your method would calculate it as 1/3, when it is actually 1/2). Then further note that a probability of 0.0067 is not 0.0067% (it is actually 0.67%).
              $endgroup$
              – Nij
              6 mins ago










            • $begingroup$
              See also virtually any result listed here.
              $endgroup$
              – Nij
              2 mins ago










            • $begingroup$
              @Nij, in this particular game though there are NOT two different pairs of rolling say a 3 then a 4. They are the same pair of numbers. You do not have 36 variants with a "pair" of dice. You would have a 1 in 36 chance with a single die ( singular dice ) of rolling say a 6 then another 6.
              $endgroup$
              – John Anthony Oliver
              31 secs ago













            0












            0








            0





            $begingroup$

            Given that the outcomes of a pair of dice are
            1,1
            2,2
            3,3
            4,4
            5,5
            6,6




            1,2
            1,3
            1,4
            1,5
            1,6
            2,3
            2,4
            2,5
            2,6
            3,4
            3,5
            3,6
            4,5
            4,6
            5,6



            The probability is 6/21 to throw a double pair.



            There exists the probablity of each player throwing a double and therefore getting out of the penalty area in one round of dice throwing so getting back to Piper that is merely 4 throws of the dice if She is the last to get out so



            ( 6 / 21 ) X ( 6 / 21 ) X ( 6 / 21 ) X ( 6 / 21 ) =
            0.00666389004581424406497292794669



            or approx 0.0067% chance. ( WINDOWS CALCULATOR was used here. )



            Regards,



            John O.






            share|cite|improve this answer











            $endgroup$



            Given that the outcomes of a pair of dice are
            1,1
            2,2
            3,3
            4,4
            5,5
            6,6




            1,2
            1,3
            1,4
            1,5
            1,6
            2,3
            2,4
            2,5
            2,6
            3,4
            3,5
            3,6
            4,5
            4,6
            5,6



            The probability is 6/21 to throw a double pair.



            There exists the probablity of each player throwing a double and therefore getting out of the penalty area in one round of dice throwing so getting back to Piper that is merely 4 throws of the dice if She is the last to get out so



            ( 6 / 21 ) X ( 6 / 21 ) X ( 6 / 21 ) X ( 6 / 21 ) =
            0.00666389004581424406497292794669



            or approx 0.0067% chance. ( WINDOWS CALCULATOR was used here. )



            Regards,



            John O.







            share|cite|improve this answer














            share|cite|improve this answer



            share|cite|improve this answer








            edited 22 mins ago

























            answered 36 mins ago









            John Anthony OliverJohn Anthony Oliver

            525




            525











            • $begingroup$
              There are 36 outcomes when rolling two standard six-sided dice. Any probability with a denominator of 21 is incorrect.
              $endgroup$
              – Nij
              14 mins ago










            • $begingroup$
              @Nij. Rolling a 1 then a 2 is the same outcome as rolling a 2 then a 1 so in fact there are 21 not 36 variations. Write them all down as I have and then count them.
              $endgroup$
              – John Anthony Oliver
              12 mins ago











            • $begingroup$
              The two dice are different objects. Rolling 1 on die A and 2 on die B is not the same outcome as rolling 2 on die A and 1 on die B, even though they both give the set of values 1,2. This is a standard misconception at the high school level, and can be identified by finding the probability of two coin flips being different (your method would calculate it as 1/3, when it is actually 1/2). Then further note that a probability of 0.0067 is not 0.0067% (it is actually 0.67%).
              $endgroup$
              – Nij
              6 mins ago










            • $begingroup$
              See also virtually any result listed here.
              $endgroup$
              – Nij
              2 mins ago










            • $begingroup$
              @Nij, in this particular game though there are NOT two different pairs of rolling say a 3 then a 4. They are the same pair of numbers. You do not have 36 variants with a "pair" of dice. You would have a 1 in 36 chance with a single die ( singular dice ) of rolling say a 6 then another 6.
              $endgroup$
              – John Anthony Oliver
              31 secs ago
















            • $begingroup$
              There are 36 outcomes when rolling two standard six-sided dice. Any probability with a denominator of 21 is incorrect.
              $endgroup$
              – Nij
              14 mins ago










            • $begingroup$
              @Nij. Rolling a 1 then a 2 is the same outcome as rolling a 2 then a 1 so in fact there are 21 not 36 variations. Write them all down as I have and then count them.
              $endgroup$
              – John Anthony Oliver
              12 mins ago











            • $begingroup$
              The two dice are different objects. Rolling 1 on die A and 2 on die B is not the same outcome as rolling 2 on die A and 1 on die B, even though they both give the set of values 1,2. This is a standard misconception at the high school level, and can be identified by finding the probability of two coin flips being different (your method would calculate it as 1/3, when it is actually 1/2). Then further note that a probability of 0.0067 is not 0.0067% (it is actually 0.67%).
              $endgroup$
              – Nij
              6 mins ago










            • $begingroup$
              See also virtually any result listed here.
              $endgroup$
              – Nij
              2 mins ago










            • $begingroup$
              @Nij, in this particular game though there are NOT two different pairs of rolling say a 3 then a 4. They are the same pair of numbers. You do not have 36 variants with a "pair" of dice. You would have a 1 in 36 chance with a single die ( singular dice ) of rolling say a 6 then another 6.
              $endgroup$
              – John Anthony Oliver
              31 secs ago















            $begingroup$
            There are 36 outcomes when rolling two standard six-sided dice. Any probability with a denominator of 21 is incorrect.
            $endgroup$
            – Nij
            14 mins ago




            $begingroup$
            There are 36 outcomes when rolling two standard six-sided dice. Any probability with a denominator of 21 is incorrect.
            $endgroup$
            – Nij
            14 mins ago












            $begingroup$
            @Nij. Rolling a 1 then a 2 is the same outcome as rolling a 2 then a 1 so in fact there are 21 not 36 variations. Write them all down as I have and then count them.
            $endgroup$
            – John Anthony Oliver
            12 mins ago





            $begingroup$
            @Nij. Rolling a 1 then a 2 is the same outcome as rolling a 2 then a 1 so in fact there are 21 not 36 variations. Write them all down as I have and then count them.
            $endgroup$
            – John Anthony Oliver
            12 mins ago













            $begingroup$
            The two dice are different objects. Rolling 1 on die A and 2 on die B is not the same outcome as rolling 2 on die A and 1 on die B, even though they both give the set of values 1,2. This is a standard misconception at the high school level, and can be identified by finding the probability of two coin flips being different (your method would calculate it as 1/3, when it is actually 1/2). Then further note that a probability of 0.0067 is not 0.0067% (it is actually 0.67%).
            $endgroup$
            – Nij
            6 mins ago




            $begingroup$
            The two dice are different objects. Rolling 1 on die A and 2 on die B is not the same outcome as rolling 2 on die A and 1 on die B, even though they both give the set of values 1,2. This is a standard misconception at the high school level, and can be identified by finding the probability of two coin flips being different (your method would calculate it as 1/3, when it is actually 1/2). Then further note that a probability of 0.0067 is not 0.0067% (it is actually 0.67%).
            $endgroup$
            – Nij
            6 mins ago












            $begingroup$
            See also virtually any result listed here.
            $endgroup$
            – Nij
            2 mins ago




            $begingroup$
            See also virtually any result listed here.
            $endgroup$
            – Nij
            2 mins ago












            $begingroup$
            @Nij, in this particular game though there are NOT two different pairs of rolling say a 3 then a 4. They are the same pair of numbers. You do not have 36 variants with a "pair" of dice. You would have a 1 in 36 chance with a single die ( singular dice ) of rolling say a 6 then another 6.
            $endgroup$
            – John Anthony Oliver
            31 secs ago




            $begingroup$
            @Nij, in this particular game though there are NOT two different pairs of rolling say a 3 then a 4. They are the same pair of numbers. You do not have 36 variants with a "pair" of dice. You would have a 1 in 36 chance with a single die ( singular dice ) of rolling say a 6 then another 6.
            $endgroup$
            – John Anthony Oliver
            31 secs ago

















            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%2f3149993%2fdice-rolling-probability-game%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

            Identifying “long and narrow” polygons in with PostGISlength and width of polygonWhy postgis st_overlaps reports Qgis' “avoid intersections” generated polygon as overlapping with others?Adjusting polygons to boundary and filling holesDrawing polygons with fixed area?How to remove spikes in Polygons with PostGISDeleting sliver polygons after difference operation in QGIS?Snapping boundaries in PostGISSplit polygon into parts adding attributes based on underlying polygon in QGISSplitting overlap between polygons and assign to nearest polygon using PostGIS?Expanding polygons and clipping at midpoint?Removing Intersection of Buffers in Same Layers

            Masuk log Menu navigasi

            อาณาจักร (ชีววิทยา) ดูเพิ่ม อ้างอิง รายการเลือกการนำทาง10.1086/39456810.5962/bhl.title.447410.1126/science.163.3863.150576276010.1007/BF01796092408502"Phylogenetic structure of the prokaryotic domain: the primary kingdoms"10.1073/pnas.74.11.5088432104270744"Towards a natural system of organisms: proposal for the domains Archaea, Bacteria, and Eucarya"1990PNAS...87.4576W10.1073/pnas.87.12.4576541592112744PubMedJump the queueexpand by handPubMedJump the queueexpand by handPubMedJump the queueexpand by hand"A revised six-kingdom system of life"10.1111/j.1469-185X.1998.tb00030.x9809012"Only six kingdoms of life"10.1098/rspb.2004.2705169172415306349"Kingdoms Protozoa and Chromista and the eozoan root of the eukaryotic tree"10.1098/rsbl.2009.0948288006020031978เพิ่มข้อมูล