About Binomial Distribution Formula
In statistics, the binomial distribution is a regularly used discrete distribution. In contrast to a binomial distribution, the normal distribution is a continuous distribution. Given a success probability of 'p' for each trial at the experiment, the binomial distribution represents the chance of 'x' successes in 'n' trials.
What Is the Binomial Distribution Formula?
For each random variable X, the binomial distribution formula is:
P(x :n,p) = nCxpx(1 - p)n-xor p(x : n,p) = nCxpx(q)n-x
Here,
- n = Number of experiments
- x = 0, 1, 2, 3, 4, …
- p = In a single experiment, Probability of success
- q = In a single experiment, Probability of failure (= 1 – p)
The n-Bernoulli trials are also used in the binomial distribution formula. Here
nCx = n!/ x!(n-x)!.Hence,p(x:np) = n!/[x!(n - x)!].px.(q)(n-x)
For x=2, P(x=2) = 5C2 p2 q5-2 = 5! / 2! 3! × (½)2× (½)3
P(x=2) = 5/16
For x ≥ 4,
p(x ≥ 4) = p(x = 4) + p(x = 5)
Thus, p(x = 4) = 5C4p4q5-4 = 5!/ 4! 1! × (½)4 ×(½)1 = 5 /32
p(x = 5) = 5C5p5q5-5=(½)5=1/32
Solved example of Binomial Distribution Formula
- Example: Find the probability of: if a coin is tossed 5 times using binomial distribution
- 2 heads exactly
- 4 or more heads.
- Sol: (a) A Bernoulli trial is exemplified by the repeated tossing of a coin. In light of the issue:
- Trials conducted: n=5
- Probability of head: p= 1/2
- Thus, the probability of tail, q =1/2
- For exactly two heads:
- (b) 4 or more heads,
- Answer: Therefore, P(x ≥ 4) = 5/32 + 1/32 = 6/32 = 3/16
- Example: For the same question given above, find the probability of getting at most 2 heads.
- P(at most 2 heads) = P(X ≤ 2) = P (X = 0) + P (X = 1)
- P(X = 0) = (½)5 = 1/32
- P(X=1) = 5C1 (½)5.= 5/32
- Answer: Therefore, P(X ≤ 2) = 1/32 + 5/32 = 3/16
To get all the Maths formulas check out the main page.
Find pdf of Binomial Distribution Formula with solved examples
Frequently Asked Questions
The binomial distribution formula calculates the probability of getting exactly k successes in n independent Bernoulli trials:
P(X=k)=(n/k)pk(1−p)n-k
where (n/k) is the combination formula n!/k!(n−k)! p is the probability of success, and (1−p) is the probability of failure. This formula is widely used in statistics, genetics, and quality control.
The binomial distribution is applied in real-world scenarios like predicting the likelihood of success in business sales, calculating the probability of defective products in manufacturing, and estimating outcomes in medical trials or genetics studies.