What is the probability of getting three aces ones if a die
What is the probability of getting three aces (ones) if a die is rolled five times?
Include the formula that you used in Excel and the values that you entered to find your answer Example Answer: 0.2424 =BINOM.DIST(6, 10, 0.64, FALSE)
Solution
This is a binomial distribution. The x value is 3. The number of trials, n, is 5. The probability, p, is 1/6. Then false because it is not cumulative.
The excel formula is:
=BINOM.DIST(3,5,1/6,FALSE)
The answer is 0.03215.
