Solving Probability Question: Rolling 2 Die's w/ 20 Faces - Answer 21/160

  • Thread starter Thread starter Gib Z
  • Start date Start date
  • Tags Tags
    Probability
AI Thread Summary
The discussion revolves around calculating the probability of rolling two 20-sided dice and obtaining a sum less than or equal to 15. The initial approach involved calculating probabilities for each possible outcome of the first die and the corresponding valid outcomes of the second die, leading to a final answer of 21/160. However, participants pointed out that the method incorrectly treated the outcomes as distinct when the dice are indistinguishable, leading to confusion in counting. The correct approach involves simply counting the combinations that yield sums of 15 or less, resulting in a probability of 7/200 for rolling a sum of 15. The conversation highlights the importance of understanding the nature of the dice and the counting method used in probability calculations.
Gib Z
Homework Helper
Messages
3,341
Reaction score
7
I just thought of this during class and don't know if I'm right. If I'm wrong, please explain the error in my logic. Thank you!

Basically, I have two die's , each with 20 faces, numbered 1 to 20. What is the chance that when I roll both of them, their sum will be less or equal to 15?

Basically what I did was:

Say I rolled the first dice, and got 1 - then there are 14 things on the next die i can get to fulfil the condition (1, 2 , 3, 4, ... 14). The chance of rolling 1 on the first die is 1/20. Then the chance of fulfilling the condition on the second die is 14/20. So the chance for this case is (1/20 * 14/20)

Next case, I rolled the first dice to get 2 - then i have 13/20 to fulfill conditions. So the chance for this case is (1/20 * 13/20)

Continuing in this fashion until the last case:

I roll the first dice, get 14, then i only have 1 more case to fulfill the condition, so the chance is (1/20 * 1/20)


Adding up all the cases probabilities:

\frac{1}{20} \left( \frac{1+2+3+4+5+...+14}{20} \right) = \frac{105}{400} = \frac{21}{80}

Since we are putting an unnessicarily order on the results of the die's, we get each case of rolled numbers repeated twice, so we must divide our result by 2, so the final answer is 21/160.

I don't know, that just doesn't feel right to me. :(
 
Physics news on Phys.org
Gib Z said:
I just thought of this during class and don't know if I'm right. If I'm wrong, please explain the error in my logic. Thank you!

Basically, I have two die's , each with 20 faces, numbered 1 to 20. What is the chance that when I roll both of them, their sum will be less or equal to 15?

Basically what I did was:

Say I rolled the first dice, and got 1 - then there are 14 things on the next die i can get to fulfil the condition (1, 2 , 3, 4, ... 14). The chance of rolling 1 on the first die is 1/20. Then the chance of fulfilling the condition on the second die is 14/20. So the chance for this case is (1/20 * 14/20)

Next case, I rolled the first dice to get 2 - then i have 13/20 to fulfill conditions. So the chance for this case is (1/20 * 13/20)

Continuing in this fashion until the last case:

I roll the first dice, get 14, then i only have 1 more case to fulfill the condition, so the chance is (1/20 * 1/20)


Adding up all the cases probabilities:

\frac{1}{20} \left( \frac{1+2+3+4+5+...+14}{20} \right) = \frac{105}{400} = \frac{21}{80}

Since we are putting an unnessicarily order on the results of the die's, we get each case of rolled numbers repeated twice, so we must divide our result by 2, so the final answer is 21/160.

I don't know, that just doesn't feel right to me. :(
Why are you adding the values? Those are not probabilities. All you need to do is count:
(1, 14), (2, 13), (3, 12), ..., (12, 3), (13, 2), (14, 1) all are different ways of getting "15". There are 14 such out of the 202= 400 ways the two die can come up so the probability of rolling "15" with two 20 sided dice is 14/400= 7/200.
 
That is indeed the part that confused me the most!

Say we go to case 2, where we rolled a 2 with the first die, then out of the 13 possible things left, say we get a 3.

Then in case 3, where we roll a 3 first, then one of the cases we count again is the 2.

So we counted the case of getting a 2 and a 3 as separate to getting 3 and 2 didnt we! ?
 
You always treat the dice as being separate... otherwise when you count the number of possible rolls, you wouldn't have 20*20 possibilities. Just pretend one die is red and the other is white if it's bothering you

And Halls, those are probabilities, since you're not finding the probability of getting a 15, you're finding the probability of getting less than or equal to 15
 
But if I did pretend one die was red, and the other white, then doesn't my method count the case eg 5 on Red, 3 on White, as well as 3 on Red, 5 on White, ie 2 separate cases when really when we roll it, the dice are indistinguishable and they are both the same case? O god I am bad at this >.<
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top