Page 1 of 1

A cute little math problem

Posted: Mon Sep 07, 2020 9:37 pm
by Bob78164
There are 3 dice in a bag: 6-sided, 12-sided and 20-sided. We pick one die at random, roll it, and it gives us a number N. What's the probability that when we pick another die and roll it, we'll get a number smaller than N, if N = 4?

Re: A cute little math problem

Posted: Mon Sep 07, 2020 9:59 pm
by jarnon
First die is a cube:
probability 5/9
if second die is a dodecahedron, probability of <4 is 1/4
if second die is an icosahedron, probability of <4 is 3/20

First die is a dodecahedron:
probability 5/18
if second die is a cube, probability of <4 is 1/2
if second die is an icosahedron, probability of <4 is 3/20

First die is an icosahedron:
probability 1/6
if second die is a cube, probability of <4 is 1/2
if second die is a dodecahedron, probability of <4 is 1/4

Probability of <4 is (5/9) x ((1/2) x (1/4) + (1/2) x 3/20)) + (5/18) x ((1/2) x (1/2) + (1/2) x (3/20)) + (1/6) x ((1/2) x (1/2) + (1/2) x (1/4)) = 19/72 = 0.263888...

Re: A cute little math problem

Posted: Tue Sep 08, 2020 7:41 am
by MarleysGh0st
I like jarnon's calculations, except that he seems to be calculating the probability of which die was picked first based on the probability of that die rolling a 4. The problem clearly states that the first die was chosen randomly; therefore, those probabilities in the final calculation are all 1/3. Obviously, if we replayed this experiment and got certain different rolls--say, 17*--we could infer more about which die was rolled first.

*And in that particular case, the final answer would be 1.

Re: A cute little math problem

Posted: Tue Sep 08, 2020 7:45 am
by littlebeast13
From a realistic standpoint, if you look at the first die to see that it rolled 4, it's going to be obvious from sight which die it is, which would completely change the calculations...

lb13

Re: A cute little math problem

Posted: Tue Sep 08, 2020 10:55 am
by Vandal
I will go on the record stating that this math problem is neither cute nor little.

Re: A cute little math problem

Posted: Tue Sep 08, 2020 11:38 am
by Bob78164
MarleysGh0st wrote:
Tue Sep 08, 2020 7:41 am
I like jarnon's calculations, except that he seems to be calculating the probability of which die was picked first based on the probability of that die rolling a 4. The problem clearly states that the first die was chosen randomly; therefore, those probabilities in the final calculation are all 1/3. Obviously, if we replayed this experiment and got certain different rolls--say, 17*--we could infer more about which die was rolled first.

*And in that particular case, the final answer would be 1.
Jarnon's solution is correct. Once you know that the first roll is a 4, that makes it more likely that your random choice was the six-sided die.

The easy way to see that 1/3, 1/3, 1/3 can't be right is to realize that if you average the probabilities that your first die was the six-sided die across all numbers from 1 to 20, the answer for the six-sided die has to be 1/3. But that probability is clearly 0 for any number greater than 6, so it has to be greater than 1/3 for the numbers 1 through 6, or the average will end up less than 1/3. --Bob

Re: A cute little math problem

Posted: Tue Sep 08, 2020 3:13 pm
by MarleysGh0st
Bob78164 wrote:
Tue Sep 08, 2020 11:38 am
MarleysGh0st wrote:
Tue Sep 08, 2020 7:41 am
I like jarnon's calculations, except that he seems to be calculating the probability of which die was picked first based on the probability of that die rolling a 4. The problem clearly states that the first die was chosen randomly; therefore, those probabilities in the final calculation are all 1/3. Obviously, if we replayed this experiment and got certain different rolls--say, 17*--we could infer more about which die was rolled first.

*And in that particular case, the final answer would be 1.
Jarnon's solution is correct. Once you know that the first roll is a 4, that makes it more likely that your random choice was the six-sided die.

The easy way to see that 1/3, 1/3, 1/3 can't be right is to realize that if you average the probabilities that your first die was the six-sided die across all numbers from 1 to 20, the answer for the six-sided die has to be 1/3. But that probability is clearly 0 for any number greater than 6, so it has to be greater than 1/3 for the numbers 1 through 6, or the average will end up less than 1/3. --Bob
I withdraw my objection. Without realizing it, my counter-example was pointing at what you just explained: while the choice of the first die is random, the value of N infers, to a variable extent, which die was chosen.

And lb13 has a valid point, if we pick the die and we see what it is after it rolls (or even if we feel the shape of it as we draw it from the bag). So the problem has to be rephrased so that another party randomly picks the die and tells us that the result was N, without letting us see the die. :P

Re: A cute little math problem

Posted: Tue Sep 08, 2020 3:31 pm
by Bob Juch
I had to take my neurons back in time 50 years, but I came up with Jarnon's solution.