Binomial Probability Distribution

​
number of trials
10
probability of success
0.25
In probability theory and statistics, the binomial distribution is the discrete probability distribution of the number of successes in a sequence of
n
independent binary (yes/no) experiments, each of which yields success with probability
p
. Move the sliders to control the number of trials (or experiments) and the probability of success to see the probability of each of the possible values of the binomial random variable.

Details

Suppose an experiment conforms to the following requirements: (1) the experiment consists of
n
trials, where
n
is fixed before the start of the experiment; (2) the trials are independent Bernoulli experiments (i.e., each trial results in either a success or failure); (3) the trials are independent, so that the outcome of any particular trial does not influence the outcome of any other trial; and (4) the probability of success is constant from trial to trial and is denoted by
p
. An experiment that satisfies conditions (1) to (4) is called a binomial experiment. Given a binomial experiment consisting of
n
trials, the probabilities that the binomial random variable
X
associated with this experiment takes on values in its range can be found using the binomial probability function
f
X
(x)=
n
x

n-x
x
p
(1-p)
. This Demonstration shows these probabilities for a user-specified value of the number of trials or experiments and the probability of success for a trial.

External Links

BinomialDistribution (Wolfram Documentation Center)
Binomial (Wolfram Documentation Center)
Discrete Distribution (Wolfram MathWorld)

Permanent Citation

Paul Savory
​
​"Binomial Probability Distribution"​
​http://demonstrations.wolfram.com/BinomialProbabilityDistribution/​
​Wolfram Demonstrations Project​
​Published: March 7, 2011