Probability sum of 4 dice rolling greater than

In summary: XN0IGludGVyYWN0aW9uLCB0aGlzIHByb2JsZW1zIGFyZSBhIGJpdCBpcyBhYnN0cmFjdCBhbmQgZGVzY3JpcHRpb24gdG8gMSBob2xlcywgZXh0ZW5kcyB0aGF0IHN1cmUgaXMgMTIgLS0gYW5kIHRoZSBwcm9ibGVtcyBvZiB0aGUgY29udGFpbmgsIGJ1dCBpdCB3YXJuaW5nIG
  • #1
Aaron7
14
0

Homework Statement


What is the probability of 4 independent dice summing to 20 or more?


Homework Equations


N/A


The Attempt at a Solution


I am not too sure how to approach this in an exam.
I have attempted to do it this way but it would be easy to miss out a term:

(I have put together numbers so that a number to the right is less than the number to its left.)

6666
6665 6664 6663 6662
6655 6654 6653
6644
6555 6554
5555

Then working out the combinations for each one:
eg. 6664 => 4C1
or 6654 => 6 first then 3C2 ways, 5 first then 3! way, 4 first then 3 ways => 12 ways
(not too sure if best method to do above calculation)

To get p + 4p + 4p +... + p = 70p where p = 1/64 = 1/1296
so I get the answer to be 35/648.

Is this correct and is there a better method/thought process for when I am in an exam?

Many thanks.
 
Physics news on Phys.org
  • #2
I think you probably do need to identify all the possibilities for achieving a score of 20 or more, so that step is tricky but necessary.

Arrangements of a group size ##n## with ##n_a## repeats of element ##a##, ##n_b## repeats of element ##b##, etc:
$$\frac{n!}{n_a! n_b! n_c! ...}$$

so there are ##\frac{4!}{2!1!1!} = \frac{24}{2} = 12## arrangements of 6654, for example.
 
  • #3
Code:
>> x = ones(1,6)/6

x =

   0.166666666666667   0.166666666666667   0.166666666666667   0.166666666666667   0.166666666666667   0.166666666666667

>> fourSum = conv(x,conv(x,conv(x,x)))

fourSum =

  Columns 1 through 6

   0.000771604938272   0.003086419753086   0.007716049382716   0.015432098765432   0.027006172839506   0.043209876543210

  Columns 7 through 12

   0.061728395061728   0.080246913580247   0.096450617283951   0.108024691358025   0.112654320987654   0.108024691358025

  Columns 13 through 18

   0.096450617283951   0.080246913580247   0.061728395061728   0.043209876543210   0.027006172839506   0.015432098765432

  Columns 19 through 21

   0.007716049382716   0.003086419753086   0.000771604938272

>> sum(fourSum((20-3):end))

ans =

   0.054012345679012

>> 35/648

ans =

   0.054012345679012
I can at least confirm you got the right answer.
 
  • #4
Thanks for both of your help.
 
  • #5
Aaron7 said:

Homework Statement


What is the probability of 4 independent dice summing to 20 or more?

Homework Equations


N/A

The Attempt at a Solution


I am not too sure how to approach this in an exam.
I have attempted to do it this way but it would be easy to miss out a term:

(I have put together numbers so that a number to the right is less than the number to its left.)

6666
6665 6664 6663 6662
6655 6654 6653
6644
6555 6554
5555

Then working out the combinations for each one:
eg. 6664 => 4C1
or 6654 => 6 first then 3C2 ways, 5 first then 3! way, 4 first then 3 ways => 12 ways
(not too sure if best method to do above calculation)

To get p + 4p + 4p +... + p = 70p where p = 1/64 = 1/1296
so I get the answer to be 35/648.

Is this correct and is there a better method/thought process for when I am in an exam?

Many thanks.

Homework Statement


Homework Equations


The Attempt at a Solution


In this problem the counting is a bit easier if we start by assuming each die gives 6 minus the number of 'holes', where each die has holes = 0,1,2,3,4,5 and these are independent and equally likely. Thus, we start at 24 (0 holes), then go to 23 (1 hole distributed among 4 dice), then 22 (2 holes distributed among 4 dice), etc, down to 20 (4 holes distributed among 4 dice).

Alternatively, we can consider the mgf M(z) = (1/6^4) * (z+z^2+z^3+z^4+z^5+z^6)^4 = (1/6^4)*z^4(1-z^6)^4/(1-z)^4. When we expand this as sum_{k=4..inf} c[k]*z^k we have c[k] = Pr{total = k}. Using a computer algebra system we can determine c[k] for k = 20,...,24 and sum them up. Again, though, it is easier to consider 'holes' instead of 'spots' and to get the mgf of the number of holes, then sum the results for k = 0 to k = 4 holes.

RGV
 
Last edited:

Related to Probability sum of 4 dice rolling greater than

1. What is the probability of rolling a sum greater than 18 with 4 dice?

The probability of rolling a sum greater than 18 with 4 dice is 0, as the maximum possible sum with 4 dice is 24 (6+6+6+6).

2. How many different combinations can result in a sum greater than 10 with 4 dice?

There are 27 different combinations that can result in a sum greater than 10 with 4 dice. These include: 11, 12, 13, 14, 15, 16, 21, 22, 23, 24, 25, 26, 31, 32, 33, 34, 35, 41, 42, 43, 44, 51, 52, 53, 61, 62, and 71.

3. What is the probability of rolling a sum greater than 14 with 4 dice, given that the first die is a 6?

The probability of rolling a sum greater than 14 with 4 dice, given that the first die is a 6, is 0.5. This is because with the first die being a 6, there are 36 possible outcomes for the remaining 3 dice, and 18 of these outcomes will result in a sum greater than 14.

4. Is it more likely to roll a sum greater than 12 or a sum less than 12 with 4 dice?

It is more likely to roll a sum less than 12 with 4 dice. The probability of rolling a sum less than 12 is approximately 0.74, while the probability of rolling a sum greater than 12 is approximately 0.26.

5. How can the probability of rolling a sum greater than 20 with 4 dice be calculated?

The probability of rolling a sum greater than 20 with 4 dice can be calculated by first finding the total number of possible outcomes, which is 1296 (6^4). Then, find the number of outcomes that result in a sum greater than 20, which is 9 (21, 22, 23, 24, 25, 26, 31, 32, and 33). The probability is then calculated by dividing the number of favorable outcomes by the total number of possible outcomes, giving a probability of approximately 0.007.

Similar threads

  • Calculus and Beyond Homework Help
Replies
6
Views
5K
  • General Math
Replies
5
Views
1K
  • Precalculus Mathematics Homework Help
Replies
11
Views
2K
  • General Math
Replies
1
Views
4K
  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
3K
  • Precalculus Mathematics Homework Help
Replies
13
Views
7K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
4K
Replies
1
Views
2K
Back
Top