Hello,
my problem is as follows:
Throw a die 7 times.
i) What is the probability that you get number 6 twice and all other numbers (1,2,3,4,5) once. (e.g. one possible set of outcomes would be 6, 6, 5, 4, 3, 2, 1)
ii) What is the probability that you get all the numbers of a die? (e.g. 6, 5, 4, 3, 2, 1, x where x is {1, ..., 6})
Attempt at solution:
i)
There are 6^7 possible ways of arranging the set of 7 outcomes (# of permutations).
There 6*5*4*3*2*1*1 = 6! ways of arranging the numbers under given conditions.
P(two sixes, and all other outcomes) = 6! / 6^7 = 5! / 6^6
ii) # of permutations is 6^7. No change here.
The # of ways to arrange the numbers under given conditions changes to:
6*6*5*4*3*2*1 = 6*6!
P(all 6 numbers of a die) = 6*6! / 6^7 = 5! / 6^5
Is this correct? Would appreciate any comments. Thanks
my problem is as follows:
Throw a die 7 times.
i) What is the probability that you get number 6 twice and all other numbers (1,2,3,4,5) once. (e.g. one possible set of outcomes would be 6, 6, 5, 4, 3, 2, 1)
ii) What is the probability that you get all the numbers of a die? (e.g. 6, 5, 4, 3, 2, 1, x where x is {1, ..., 6})
Attempt at solution:
i)
There are 6^7 possible ways of arranging the set of 7 outcomes (# of permutations).
There 6*5*4*3*2*1*1 = 6! ways of arranging the numbers under given conditions.
P(two sixes, and all other outcomes) = 6! / 6^7 = 5! / 6^6
ii) # of permutations is 6^7. No change here.
The # of ways to arrange the numbers under given conditions changes to:
6*6*5*4*3*2*1 = 6*6!
P(all 6 numbers of a die) = 6*6! / 6^7 = 5! / 6^5
Is this correct? Would appreciate any comments. Thanks