edited by
1,960 views
1 votes
1 votes
If six dice are rolled, what is the probability that each of the six numbers will appear exactly once?
edited by

2 Answers

Best answer
2 votes
2 votes

Total cases (Sample Space) = $6*6*6*6*6*6 = 6^6$ ( each dice has six possiblities )

Of all these $6^6$ cases we are interested in only those where  each number $[1,2,3,4,5,6]$ appears exactly once.

In first dice, there is no restriction on number that we should not get, So we are good to go if any of $6$ numbers comes up. Now while rolling the second dice we are not interseted in the number we already got.( remember every number has to come exactly once). So, we are good to go if any of remaining $5$ numbers come up. Similarly for third dice $4$ cases and following the same logic $3,2,1$ cases for fourth, fifth and sixth dice respectively. 

So, total favourable cases(distinct number on each dice) = $6*5*4*3*2*1 = 6!$

P = $\frac{6!}{6^6} = 0.015432$

selected by
1 votes
1 votes
Answer should be: 6!/(6)^6

 

Favourable outcomes: 6!

Total outcomes : 6^6
edited by

Related questions

2 votes
2 votes
1 answer
2
Sahil Gupta asked Nov 25, 2014
2,023 views
What is expected value of the sum of the numbers appearing on two fair dice when they are rolled given that the sum of these numbers is at least nine. That is, what is E(...
1 votes
1 votes
3 answers
3
pC asked Jun 16, 2016
3,189 views
What is the probability of getting total of 7 atleast once in 3 tosses of a fair dice... ?