
Byron S. answered 10/23/14
Tutor
5.0
(44)
Math and Science Tutor with an Engineering Background
The binomial distribution models the probability of an event happening x times out of n trials, if it has a probability of p occurring in each trial.
P(x) = nCx px (1-p)n-x
Assuming a fair six-sided die, the probability of rolling a 6 should be p=1/6. In n=10 rolls, you're looking for x=5 successes. nCx = x! / (n! (n-x)!) is the standard combination counting function. Most scientific calculators should be able to calculate this for you.
The experimental probability is the probability determined by the experimental results. Out of 10 actual trials, a 6 was rolled 5 times, so the experiment determined a probability of 5/10 = 0.5.