Hello students, I am Rahul Sir from OdTutor, and today we are going to sit down together and genuinely understand one of the most interesting — and most feared — topics in the quantitative aptitude syllabus: Probability. I use the word “interesting” very deliberately, because unlike most other chapters where you apply a formula and move on, Probability actually makes you think. It connects mathematics to real life in a way that very few other topics do. And yet, it is one of the chapters that students most commonly leave blank in the exam hall, convinced that it is too complex or too unpredictable to master.
Let me tell you what I have observed over years of teaching at OdTutor: students don’t struggle with Probability because the mathematics is hard. They struggle because they never developed a clear, structured way of thinking about it. They approach each question as if it’s completely new, rather than recognizing that almost every Probability question in IBPS PO and Clerk exams belongs to one of just five or six repeating patterns. Once you learn to identify those patterns and apply the right formula confidently, Probability transforms from one of your most avoided topics into one of your most reliable scoring areas.
The truth is, IBPS examiners love Probability because it can be presented in so many engaging ways — cards, coins, dice, bags of colored balls, committees, and arrangements — but underneath all that variety, the same fundamental logic applies every single time. In this article, I am going to teach you that fundamental logic from the ground up, walk you through every major question type with fully solved examples, and give you the exact practice strategy my OdTutor students use to master this chapter in under two weeks.
Read every section carefully, practice every example alongside, and I promise you — by the end of this article, you will look at a Probability question not with dread, but with the quiet confidence of someone who knows exactly what to do.
Let’s begin.
1. What Is Probability? The Concept Explained Simply
Before any formula touches your notebook, you must understand what probability actually means in plain, human language. I always spend the first part of my Probability class on this, because every formula and every question type makes complete intuitive sense once you understand the concept.
Probability is simply a way of measuring how likely something is to happen, expressed as a number between 0 and 1.
A probability of 0 means the event is impossible — it will never happen.
A probability of 1 means the event is certain — it will always happen.
Everything else falls somewhere in between. The closer to 1, the more likely the event. The closer to 0, the less likely.
Now here are the three core definitions you must know:
Experiment: Any action or process whose outcome cannot be predicted with certainty. For example, tossing a coin is an experiment because you don’t know in advance whether it will land heads or tails.
Sample Space (S): The set of all possible outcomes of an experiment. When you toss a coin, the sample space is {Head, Tail} — these are the only two things that can happen.
Event (E): Any specific outcome or group of outcomes we are interested in. If we toss a coin and want to know the probability of getting a Head, then “getting a Head” is the event.
The Fundamental Formula:
P(E) = Number of favorable outcomes / Total number of possible outcomes
This single formula is the heartbeat of the entire chapter. Every Probability question you will ever encounter in IBPS exams is ultimately asking you to identify the number of favorable outcomes and divide it by the total number of possible outcomes. The challenge lies in counting these correctly — and that is exactly what the rest of this article will teach you.
2. Essential Probability Rules and Properties
Now that the basic definition is clear, let’s build the complete rule set that you need for IBPS exams. I want you to understand each rule logically, not memorize it as an isolated statement.
Rule 1 — Basic Range:
0 ≤ P(E) ≤ 1 always. A probability can never be negative and can never exceed 1.
Rule 2 — Complementary Events:
P(E) + P(E’) = 1, which means P(E’) = 1 − P(E)
Here, E’ is the complement of E — meaning “E does not happen.” This rule is enormously useful in exams because it is often far easier to calculate the probability that something does NOT happen and subtract from 1. I will show you this shortcut repeatedly in the solved examples ahead.
Rule 3 — Addition Rule (Mutually Exclusive Events):
Two events are mutually exclusive if they cannot happen at the same time. For example, when rolling a die, getting a 3 and getting a 5 cannot both happen on the same roll.
For mutually exclusive events: P(A or B) = P(A) + P(B)
Rule 4 — Addition Rule (Non-Mutually Exclusive Events):
When two events can happen simultaneously, we must avoid counting the overlap twice:
P(A or B) = P(A) + P(B) − P(A and B)
Rule 5 — Multiplication Rule (Independent Events):
Two events are independent if the occurrence of one does not affect the other. For example, tossing two separate coins — the result of the first coin has no effect on the second.
For independent events: P(A and B) = P(A) × P(B)
Rule 6 — Multiplication Rule (Dependent Events):
When the second event is affected by the first (such as drawing cards without replacement):
P(A and B) = P(A) × P(B | A)
where P(B | A) means “the probability of B given that A has already occurred.”
These six rules form the complete toolkit for solving 95% of all IBPS Probability questions. Write them on a single card and review them every day until each one comes to mind instantly.
3. Probability With Coins — The Most Fundamental Question Type
Coin-based Probability questions are the simplest in the chapter and almost always appear in IBPS Clerk and SSC exams. They are the perfect starting point for applying the fundamental formula because the sample space is small and easy to list completely.
Single Coin:
Sample space = {H, T} — total 2 outcomes
P(Head) = 1/2, P(Tail) = 1/2
Two Coins:
Sample space = {HH, HT, TH, TT} — total 4 outcomes
P(exactly one Head) = 2/4 = 1/2 (favorable outcomes: HT, TH)
P(at least one Head) = 3/4 (favorable outcomes: HH, HT, TH)
P(no Head) = 1/4 (only TT)
Three Coins:
Sample space has 2³ = 8 outcomes: {HHH, HHT, HTH, HTT, THH, THT, TTH, TTT}
Question: Three coins are tossed simultaneously. Find the probability of getting exactly two tails.
Solution:
Favorable outcomes: HTT, THT, TTH — that is 3 outcomes
P(exactly two tails) = 3/8
Question: Three coins are tossed. Find the probability of getting at least two heads.
Solution:
Favorable outcomes (2 or more heads): HHH, HHT, HTH, THH — that is 4 outcomes
P(at least two heads) = 4/8 = 1/2
The “at least one” shortcut I always teach:
For “at least one” questions, ALWAYS use the complement:
P(at least one Head) = 1 − P(no Heads)
For three coins: P(no Heads) = P(TTT) = 1/8
So P(at least one Head) = 1 − 1/8 = 7/8
This complement shortcut is faster than listing all favorable outcomes, especially when the number of coins is large. Use it every time you see “at least one” in a probability question.
4. Probability With Dice — A Frequently Tested Question Type
Dice questions are a step up from coins in complexity because a single die has 6 faces and two dice together create a sample space of 36 outcomes. IBPS exams frequently test dice-based probability, and mastering this section gives you a reliable edge.
Single Die:
Sample space = {1, 2, 3, 4, 5, 6} — total 6 outcomes
P(getting a 4) = 1/6
P(getting an even number) = 3/6 = 1/2 (favorable: 2, 4, 6)
P(getting a prime number) = 3/6 = 1/2 (favorable: 2, 3, 5)
P(getting a number greater than 4) = 2/6 = 1/3 (favorable: 5, 6)
Two Dice:
Total outcomes = 6 × 6 = 36
Question: Two dice are thrown simultaneously. Find the probability that the sum is 8.
Solution:
Favorable outcomes (pairs that sum to 8): (2,6), (3,5), (4,4), (5,3), (6,2) — that is 5 pairs
P(sum = 8) = 5/36
Question: Two dice are thrown. Find the probability that the sum is at least 10.
Solution:
Favorable outcomes (sum ≥ 10):
Sum = 10: (4,6), (5,5), (6,4) — 3 pairs
Sum = 11: (5,6), (6,5) — 2 pairs
Sum = 12: (6,6) — 1 pair
Total favorable = 6
P(sum ≥ 10) = 6/36 = 1/6
Question: Two dice are thrown. What is the probability of getting a doublet (same number on both)?
Solution:
Favorable outcomes: (1,1), (2,2), (3,3), (4,4), (5,5), (6,6) — 6 pairs
P(doublet) = 6/36 = 1/6
I always advise my students to memorize the sum frequencies for two dice — how many ways each sum from 2 to 12 can occur — as a quick reference table, since IBPS dice questions almost always involve finding the probability of a particular sum. Building this reference table once saves significant time across many questions.
5. Probability With Playing Cards — The Most Important Question Type for IBPS PO
Playing card questions are unquestionably the most heavily tested Probability topic in IBPS PO and SBI PO exams. Before solving any card-based probability question, you must have the complete structure of a standard deck memorized perfectly.
Structure of a Standard Deck of 52 Cards:
Total cards = 52
Four suits: Spades (♠), Hearts (♥), Diamonds (♦), Clubs (♣)
Each suit has 13 cards: Ace, 2, 3, 4, 5, 6, 7, 8, 9, 10, Jack, Queen, King
Red cards (Hearts + Diamonds) = 26
Black cards (Spades + Clubs) = 26
Face cards (Jack, Queen, King) = 3 per suit × 4 suits = 12 face cards
Number cards (Ace through 10) = 10 per suit × 4 suits = 40 cards
Aces = 4 (one per suit)
Now let’s solve standard exam questions:
Question 1: A card is drawn at random from a pack of 52 cards. Find the probability of drawing a King.
Solution:
Total cards = 52, Kings = 4
P(King) = 4/52 = 1/13
Question 2: A card is drawn from a pack of 52 cards. Find the probability that it is a red face card.
Solution:
Red face cards = Red Jacks + Red Queens + Red Kings = 2 + 2 + 2 = 6
P(red face card) = 6/52 = 3/26
Question 3: Two cards are drawn at random from a pack of 52 cards. Find the probability that both are Aces.
Solution:
Total ways to draw 2 cards from 52 = C(52,2) = (52 × 51)/2 = 1326
Ways to draw 2 Aces from 4 = C(4,2) = (4 × 3)/2 = 6
P(both Aces) = 6/1326 = 1/221
Question 4: One card is drawn from a pack of 52. Find the probability that it is either a King or a Heart.
Solution:
P(King) = 4/52, P(Heart) = 13/52, P(King of Heart) = 1/52
Using Addition Rule: P(King or Heart) = 4/52 + 13/52 − 1/52 = 16/52 = 4/13
Memorize the full deck structure before attempting any card question. Students who don’t know, for example, that there are exactly 12 face cards or exactly 26 red cards waste precious seconds counting during the exam, which is completely avoidable.
6. Probability With Balls in a Bag — A Classic IBPS Pattern
Bag-and-ball problems are another extremely common question type in both IBPS PO and Clerk exams. These questions involve drawing one or more balls from a bag containing balls of different colors, and they test your ability to apply combination formulas correctly alongside probability rules.
Question 1: A bag contains 5 red balls and 3 blue balls. One ball is drawn at random. Find the probability that it is red.
Solution:
Total balls = 5 + 3 = 8
P(red) = 5/8
Question 2: A bag contains 4 white, 5 red, and 6 green balls. Two balls are drawn at random. Find the probability that both are red.
Solution:
Total balls = 4 + 5 + 6 = 15
Total ways to draw 2 from 15 = C(15,2) = (15 × 14)/2 = 105
Ways to draw 2 red from 5 = C(5,2) = (5 × 4)/2 = 10
P(both red) = 10/105 = 2/21
Question 3: A bag has 3 red, 4 blue, and 5 green balls. Two balls are drawn. Find the probability that one is red and one is blue.
Solution:
Total ways = C(12,2) = 66
Favorable ways = C(3,1) × C(4,1) = 3 × 4 = 12
P(one red, one blue) = 12/66 = 2/11
Question 4: A bag contains 6 red and 4 black balls. Two balls are drawn without replacement. Find the probability that both are black.
Solution:
P(first ball is black) = 4/10 = 2/5
P(second ball is black | first was black) = 3/9 = 1/3
P(both black) = (2/5) × (1/3) = 2/15
The phrase “without replacement” is the key signal to use the dependent events multiplication rule. When replacement is involved, each draw is independent and the total stays the same for each draw. This single distinction — replacement vs. no replacement — determines which multiplication formula to apply, and mixing them up is one of the costliest errors in bag-type questions.
7. Probability in Arrangements — Committees and Groups
As you move toward IBPS PO Mains level questions, Probability combines with Permutations and Combinations to create what I call “arrangement probability” problems. These involve selecting committees, arranging people in rows, or forming groups, and asking for the probability that the selection meets a specific condition.
Question 1: A committee of 3 people is to be selected from a group of 5 men and 4 women. Find the probability that the committee has exactly 2 women.
Solution:
Total ways to select 3 from 9 = C(9,3) = 84
Ways to select exactly 2 women and 1 man = C(4,2) × C(5,1) = 6 × 5 = 30
P(exactly 2 women) = 30/84 = 5/14
Question 2: From a group of 6 boys and 4 girls, 4 students are selected at random. What is the probability that exactly 2 boys are selected?
Solution:
Total ways = C(10,4) = 210
Favorable (2 boys, 2 girls) = C(6,2) × C(4,2) = 15 × 6 = 90
P(exactly 2 boys) = 90/210 = 3/7
Question 3: 4 persons are chosen at random from a group of 3 men, 2 women, and 4 children. Find the probability of selecting exactly 1 woman.
Solution:
Total = C(9,4) = 126
Favorable (1 woman from 2, remaining 3 from 7 non-women) = C(2,1) × C(7,3) = 2 × 35 = 70
P(exactly 1 woman) = 70/126 = 5/9
The process is always the same for these questions: calculate total ways using combination formula, then calculate favorable ways by breaking the selection into parts (choose required people from each sub-group and multiply), then divide. Practicing this three-step structure until it becomes automatic is the key to solving arrangement probability questions quickly and accurately.
8. Conditional Probability and the “At Least” Shortcut
Conditional probability is the concept where the probability of an event changes based on information we already have — that is, given that something has already occurred. This is tested in IBPS PO exams and is also the underlying logic behind the “without replacement” questions in section 6.
Formal Definition:
P(B | A) = P(A and B) / P(A)
This reads as “the probability of B given that A has already occurred.”
Question: A bag contains 5 red and 3 blue balls. Two balls are drawn one after another without replacement. Given that the first ball drawn is red, what is the probability that the second ball is also red?
Solution:
After one red ball is drawn, remaining balls = 7 (4 red, 3 blue)
P(second is red | first was red) = 4/7
The “At Least One” Complement Shortcut — Revisited:
I introduced this briefly in section 3, but it deserves a full treatment here because it saves enormous time across multiple question types.
Rule: P(at least one event occurs) = 1 − P(none of the events occur)
Question: Two dice are thrown. Find the probability of getting at least one 6.
Solution using complement:
P(no 6 on die 1) = 5/6
P(no 6 on die 2) = 5/6
P(no 6 on either die) = (5/6) × (5/6) = 25/36
P(at least one 6) = 1 − 25/36 = 11/36
Question: A problem is given to three students A, B, and C. Their probabilities of solving it are 1/2, 1/3, and 1/4 respectively. Find the probability that the problem is solved.
Solution:
P(A doesn’t solve) = 1/2, P(B doesn’t solve) = 2/3, P(C doesn’t solve) = 3/4
P(none solves) = (1/2) × (2/3) × (3/4) = 6/24 = 1/4
P(problem is solved) = 1 − 1/4 = 3/4
Every time you see “at least one” in any probability question, your instinct should immediately be to use the complement. It converts a complex multi-case counting problem into a single elegant subtraction.
9. Common Mistakes Students Make in Probability
After working with thousands of students at OdTutor on this chapter, I have identified the recurring errors that cost students easy marks in IBPS exams. Here they are in detail, so you can consciously avoid every single one.
Mistake 1 — Listing sample space incorrectly. The most fundamental error. Students sometimes miss outcomes (especially with multiple coins or dice) or double-count them. Always be systematic — use a structured tree diagram or multiplication principle to count the total sample space, especially when dealing with two or three objects simultaneously.
Mistake 2 — Forgetting to use combinations when order doesn’t matter. When drawing two cards or two balls, the order in which you draw them doesn’t matter — you just care about which two you got. Always use C(n,r) for selection problems, not P(n,r). Using permutation formulas where combination is needed inflates both the numerator and denominator incorrectly.
Mistake 3 — Applying the addition rule without subtracting the intersection. For non-mutually exclusive events, P(A or B) = P(A) + P(B) − P(A and B). Students frequently forget the subtraction term, double-counting outcomes that satisfy both conditions simultaneously.
Mistake 4 — Treating dependent events as independent. The most critical mistake in “without replacement” problems. After one item is removed, both the total count and the favorable count change. Always update your numbers after each draw when replacement is not mentioned.
Mistake 5 — Not recognizing the “at least one” complement opportunity. Students who don’t use the complement trick waste time listing all favorable cases individually, making these questions far slower than they need to be. Train yourself to spot “at least one” language immediately and switch to the complement approach automatically.
Mistake 6 — Confusing the card deck structure. Not knowing that there are 12 face cards (not 16), or that the Ace is not a face card, or that there are 26 red cards exactly — these gaps in basic knowledge lead to wrong favorable counts and wrong answers on questions that are otherwise entirely straightforward.
Mistake 7 — Leaving probability questions blank out of fear. The costliest mistake of all. Many students skip Probability entirely in exams, convinced it is too complex. In reality, most IBPS Probability questions test just two or three formulas applied to familiar scenarios. Proper preparation eliminates this fear entirely and turns skipped questions into scored marks.
10. Practice Strategy for Mastering Probability Before the Exam
Let me close this article with the structured preparation roadmap I personally give every student at OdTutor who wants to master Probability for IBPS PO and Clerk exams. Follow this plan consistently and you will be genuinely exam-ready within 12 to 15 days.
Days 1–2 — Conceptual Foundation: Spend the first two days entirely on understanding the meaning of probability, sample space, events, and the fundamental formula. Don’t touch questions yet. For every example you read — coins, dice, cards, balls — write out the full sample space by hand at least once, even if it takes time. This exercise builds the instinct for correctly counting outcomes that you will rely on for every question ahead.
Day 3 — Rules and Properties: Study all six probability rules from section 2. For each rule, write a one-sentence real-life example that helps you remember it. Understand the complement rule deeply, as it will save you enormous time across multiple question types.
Days 4–5 — Coins and Dice Questions: Solve 20 to 25 questions each on coins and dice from section 3 and section 4. At this stage, focus entirely on accuracy. For dice questions, build the sum-frequency table for two dice (how many pairs give sum 2, sum 3, all the way to sum 12) and memorize it.
Days 6–7 — Card Questions: Memorize the complete 52-card deck structure until you can recall every count (face cards, suits, red/black, aces) from memory in under 10 seconds. Then solve 25 to 30 card-based probability questions covering all sub-types — single card draw, two card draws, conditional card questions.
Days 8–9 — Ball and Bag Questions: Practice the full range of bag questions — single draws, double draws with and without replacement, multi-color scenarios. Pay particular attention to recognizing when to use the dependent events rule versus the independent events rule.
Days 10–11 — Committee and Arrangement Problems: These require comfort with combinations (C(n,r) formula), so spend time here if your permutations and combinations foundation is weak. Solve at least 20 arrangement probability questions from the patterns shown in section 7.
Days 12–13 — Conditional Probability and “At Least” Questions: Focus on section 8 — practice using the complement shortcut until it becomes your automatic first instinct whenever you see “at least one” in any probability question. This single habit is worth several marks in every exam.
Day 14 onwards — Timed Mixed Practice: Set 60 seconds per question, solve full mixed sets including all Probability question types in random order, and include Probability questions in your daily mock test practice. Review every wrong answer, identify whether the error was conceptual, formulaic, or a counting mistake, and target that specific weakness.
Throughout — Maintain Your Error Log: Every wrong answer deserves a diagnosis. Was it a formula error? A wrong sample space count? A misread question? A missed complement shortcut? Categorizing your mistakes reveals your personal weak spots far more precisely than generic practice ever could, and weekly error log reviews are what consistently turn average students into top scorers in this chapter.
Probability is a topic that rewards clarity of thinking over speed of calculation. Unlike chapters heavy in arithmetic, your success here depends on building a precise, systematic mental process — identify the total outcomes, identify the favorable outcomes, apply the right rule, calculate. Students who internalize this process through structured, patient practice find that Probability becomes one of the most enjoyable and predictable chapters in the entire quantitative aptitude section. That transformation — from fear to fluency — is exactly what I see in my students at OdTutor every single teaching cycle.
How Teachers from OdTutor Can Help
At OdTutor, our experienced trainers recognize that Probability is as much about developing clear logical thinking as it is about learning formulas, and our teaching approach reflects that reality at every step. Rahul Sir and the OdTutor team guide students through this chapter with concept-first live sessions, visual explanations of sample spaces and events, dedicated workshops on card and dice problems, and shortcut-focused training on complement rules and combination applications — all mapped precisely to the actual patterns tested in IBPS PO and Clerk exams. With personalized doubt-clearing support, structured practice sheets for every question type, and full-length mock tests with detailed answer analysis, OdTutor transforms Probability from one of the most commonly feared topics into one of the most confidently attempted chapters on exam day.
