Probability (Dice)
Exercises for students:
Solve the following problems on paper and check your working using the above applet:
Throw 2 dice. Find the probability that:
- the sum of the 2 scores is >= 10
- the sum of the 2 scores is even
- the 2 scores are equal
- at least 1 of the scores = 6
- the difference between the scores is >= 3
- the sum of the 2 scores is >= 10 given that the sum of the 2 scores is >= 6
- the sum of the 2 scores is >= 10 given that the sum of the 2 scores is even
- the 2 scores are equal given that at least 1 of the 2 scores is >=5
Summary
P ( A given B ) = P( A and B ) / P(B)
Right-click here to download this page and the Java Class File.