Question
A fair coin is tossed 5 times. Find the probability of getting exactly 2 heads.
(This is a standard Bernoulli trials problem. The same setup appears with different values — dice, defective items, multiple choice guessing — across CBSE and JEE Main papers.)
Solution — Step by Step
A “Bernoulli trial” means each attempt has exactly two outcomes — success or failure — and trials are independent with the same probability each time.
Here: (trials), success = getting a head, , .
For , the probability of exactly successes is:
We need , so plug in , .
Why ? Because we’re choosing which 2 of the 5 tosses land heads — the order of the remaining tails doesn’t matter for counting arrangements.
Answer:
Why This Works
The formula is doing two separate jobs simultaneously. The part calculates the probability of one specific sequence — say HHTTТ — where exactly 2 heads appear. Since trials are independent, we just multiply individual probabilities.
But HHTTT is not the only way to get exactly 2 heads. THTHT, TTHHH — there are such sequences in total. Each has the same probability , so we multiply by 10.
This is the beauty of the binomial setup: it handles both “what’s the probability of this exact sequence” and “how many sequences have this pattern” in one clean formula.
Alternative Method
You can verify by listing all sequences and counting — but that’s impractical for large . For small , you could write out the full binomial expansion of and pick the coefficient of :
The term has coefficient 10 — same as . Substituting gives .
For CBSE board exams, showing the full expansion can earn method marks even if you make an arithmetic error at the end. Write it out explicitly.
Common Mistake
The most frequent error is writing and stopping — forgetting the term entirely. This gives instead of .
The logic behind the mistake: students think “2 heads, 3 tails, so multiply their probabilities.” That gives the probability of one specific arrangement (like HHTTT), not all arrangements with 2 heads. Always ask yourself — how many ways can this pattern occur? That count is your .
Quick Reference
- Mean:
- Variance:
- always
For this problem: Mean heads on average.
In JEE Main, this formula appears both as a direct calculation (like this problem) and inside expectation/variance questions where you need . Get the basic formula automatic first — the harder variants follow naturally.