The binomial distribution is a cornerstone concept in probability and statistics, especially relevant for the JEE Maths syllabus. It models the probability of obtaining a fixed number of successes in a fixed number of independent Bernoulli trials, each with the same probability of success. Mastery of this topic is essential for scoring high in competitive exams like JEE, where questions often test both conceptual clarity and problem-solving speed.
1.0Definition of Binomial Distribution
A random variable X is said to follow a Binomial Distribution if it represents the number of successes in n independent Bernoulli trials, each with the same probability of success p.
We denote:
X∼B(n,p)
Here:
n = number of trials
p = probability of success
q=1−p = probability of failure
2.0Key Terms in Binomial Distribution
Random Experiment: An experiment whose outcome cannot be predicted with certainty is called a random experiment. Example: Tossing a coin, rolling a die.
Trial: Each performance of a random experiment is called a trial.
Bernoulli Trial: A Bernoulli trial is a random experiment that results in exactly two possible outcomes: success or failure.
Tossing a coin → Success (Head), Failure (Tail).
Rolling a die → Success (getting a 6), Failure (not getting a 6).
Q: A box contains 12 bulbs, 3 of which are defective. If 4 bulbs are chosen at random, what is the probability that exactly one is defective?
Solution:
Total ways to choose 4 bulbs: ((412))
Ways to choose 1 defective: ( (13) )
Ways to choose 3 non-defective: ( (39) )
Probability:
P(X=1)=(412)(13)(39)=4953×84=495252≈0.509
Table of Contents
1.0Definition of Binomial Distribution
2.0Key Terms in Binomial Distribution
3.0Conditions for Binomial Distribution
4.0Binomial Distribution Formula
5.0Properties of Binomial Distribution
6.0Mean, Variance, and Standard Deviation
7.0Relation with Bernoulli Trials
8.0Solved Examples on Binomial Distribution
Frequently Asked Questions
Fixed number of trials, only two possible outcomes per trial, constant probability of success, and independent trials.
No, it is strictly for binary outcomes. For more, use multinomial distribution.
Binomial is discrete and for a fixed number of trials. Normal is continuous and often used as an approximation for binomial when ( n ) is large and ( p ) is not too close to 0 or 1.
Binomial describes the number of successes in multiple independent Bernoulli trials.
When ( n ) is large and ( p ) is small such that ( np ) is moderate, binomial can be approximated by Poisson.
Learn to use binomial tables or calculator functions. For small ( n ), manual calculation is feasible.