Jonathan S. answered 05/28/20
R expert. Patient, knowledgable, and experienced statistics tutor.
First let's solve for x. The probabilities must sum to 1 for it to be a valid probability distribution, so 1/4 + 1/4 + 1/8 + x = 1. So x = 3/8.
There are 3 ways to get a score of 6 after 2 rolls:
- (2,4)
- (4,2)
- (3,3)
We can find the probability of each of these outcomes by multiplying together the probabilities of the individual rolls, because they are independent events.
- (2,4): 1/4 * 3/8 = 3/32
- (4,2): 3/8 * 1/4 = 3/32
- (3,3): 1/8 * 1/8 = 1/64
Each of these series of two rolls are disjoint events, so we can add them together to find the probability that any of them happen. The probability of a score of 6 after 2 rolls is 3/32 + 3/32 + 1/64 = 13/64.