383,698 views
8 votes
8 votes
An ordinary (fair) die is a cube with the numbers 1 through 6 on the sides (represented by painted spots). Imagine that such a die is rolled twice in succession and that the face values of the two rolls are added together. This sum is recorded as the outcome of a single trial of a random experiment. Compute the probability of each of the following events. Event A: The sum is greater than 8. Event B: The sum is not divisible by 4 and not divisible by 5.

User Sander Roest
by
2.3k points

1 Answer

18 votes
18 votes

Event A:

Pairs that make the sum greater than 8:

(3,6) (4,6) (5,6) (6,6) (4,5) (5,5)

Each of these pairs is equiprobable and which i will be using throughout the exercise:


p(pair) = (1)/(6) * (1)/(6) = (1)/(36)


p(a) = ((1)/(36) * 2) * 4 + (1)/(36) * 2 = (5)/(18)

The 2 (2!) is to account for permutations like ( 3 , 6 ) and ( 6 , 3 ) and the 4 are the different combinations that are composed of different numbers.

The 2 (2!) is to account for permutations like ( 3 , 6 ) and ( 6 , 3 ) and the 4 are the different combinations that are composed of different numbers.Whereas combinations like ( 5 , 5 ) cannot be switched in order, so we do not multiply by 2!

Event B

Pairs that yield a sum divisible by 4 or 5: 0,4,5,8,10,12,

(1,3) (2,2) (2,6) (4,4) (5,3) (6,6) (1,4) (2,3) (5,5) (4,6)


p(not \: b) = ( (1)/(36) * 2) * 6 + (1)/(36) * 4 = (4)/(9)


p(b) = 1 - p(not \: b) = 1 - (4)/(9) = (5)/(9)

User Ashlin Karkada
by
3.1k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.