Probability is the measure of how likely an event is to occur, expressed as a number between 0 (impossible) and 1 (certain). The formal definition is clean:
But here's where most aspirants go wrong — they rush to apply this formula without first mapping out what the "total" actually is. The total is your sample space: the complete list of all things that can happen.
Think of it like this. Imagine you're dealing cards to a table of 7 people. Before you can say "what's the chance Ravi gets an ace," you need to know exactly how many cards are in the deck, how many people are drawing, and whether cards are going back or not. The same logic governs every probability question on SBI PO.
The best analogy for SBI PO probability is a voting urn. You have a jar full of balls (or cards, or people). Someone reaches in blindly. Your job is to count the ways the draw can go right, divide by all possible draws, and get a fraction. Everything else — dice, coins, groups of people — is just a variation of the urn.
Three things determine your setup:
At the SBI PO level, you'll see questions layered with these considerations at once. A single question might ask about a group selection (combinations) where at least one person from a subgroup must be included (complementary approach). Recognise the type first; calculate second.
Rule 1 — Addition (OR): When you want the probability that event A or event B occurs:
For mutually exclusive events (can't happen together), , so:
Rule 2 — Multiplication (AND): When you want the probability that both A and B occur:
Rule 3 — Complementary Events:
This is your single most powerful tool for SBI PO. Any question with "at least one" should be attacked with complement.
A standard die has faces 1–6. Two dice together give total outcomes.
Key sums to memorise (two dice):
| Sum | Count | Combinations | |-----|-------|--------------| | 2 | 1 | (1,1) | | 7 | 6 | (1,6),(2,5),(3,4),(4,3),(5,2),(6,1) | | 11 | 2 | (5,6),(6,5) | | 12 | 1 | (6,6) |
Sum of 7 is the most frequent — 6 ways out of 36. This comes up in almost every exam.
A standard deck has 52 cards: 4 suits (Hearts, Diamonds, Clubs, Spades) × 13 values (A, 2–10, J, Q, K).
For "king or heart": favorable outcomes, probability .
When selecting multiple items at once, always use .
For "one each of three colors from bags of 5 red, 6 blue, 4 green — pick 3": Favorable Total Probability
Never enumerate "at least one man in a group of 7." Instead:
When A and B attempt independently:
This avoids listing three separate cases (only A solves, only B solves, both solve).
For sum to be odd: one number must be odd, one even. For sum to be even: both must be odd or both must be even.
With numbers 1 to 27: 14 odd, 13 even.
Notice: simplifies by dividing both by 26 → .
For the class problem: .
Whenever you see "at least one" in a probability question, don't think about the favorable cases — flip to the complement immediately. "At least one" means "not zero." Count the ways to get zero of what's wanted, divide by total, subtract from 1.
Standard method (enumerate all cases with 1, 2, 3... men): 4–5 steps, ~60 seconds. Complement method: 2 steps — count "all women" selections, subtract from 1. ~15 seconds.
Example: 4 men, 3 women, pick 2. Complement = . Answer = . Done.
For any set of consecutive integers 1 to n, the probability that two randomly drawn numbers (without replacement) sum to odd is always:
For 1 to 27: odd = 14, even = 13. .
This formula collapses a two-step conditional probability into a single calculation. Standard conditional approach: ~75 seconds. This formula: ~20 seconds once you spot the pattern.
For "card drawn is X or Y" where X and Y share exactly one card (like Kings and Hearts share King of Hearts):
Favorable = |X| + |Y| - 1
Never waste time listing all 16 cards. Just remember: total from each group, minus the overlap card. Works for any "suit + rank" OR question. Cuts enumeration (16 items listed = ~40 seconds) to a single addition (3 seconds).
For any rank + any suit: Favorable = 4 + 13 - 1 = 16. Probability = 16/52. Simplify by GCD 4 → 4/13.
When A and B each have a given probability of success and attempt independently, never calculate P(only A) + P(only B) + P(both). Instead:
For P(A) = 2/3, P(B) = 3/4: P(fail A) = 1/3, P(fail B) = 1/4. Product = 1/12. Answer = 11/12.
Standard (3-case enumeration): ~90 seconds. Complement multiplication: ~15 seconds. Step count drops from 6 steps to 2.
Sum of 7 from two dice has exactly 6 outcomes — the maximum possible for any single sum. This is your anchor. From 7, count outward:
Memorising this table avoids listing all pairs under exam pressure. Time saved: ~30 seconds of listing work.
When a probability question appears on SBI PO, run this decision sequence before writing a single number:
Step 1 — Identify the setup: Is this dice / cards / balls / people selection / consecutive numbers? This tells you the sample space formula instantly.
Step 2 — Check for "at least one" or "neither": If yes — use complement. Write and solve the simpler version.
Step 3 — Check if order matters: Committee / group / mixed color selection → combinations (). Arrangement / sequence → permutations (). Most SBI PO probability questions are combination-based.
Step 4 — Check if events are independent: Two people solving separately / two coins / two dice = independent. Multiply the failure probabilities for complement. Drawing without replacement = dependent. Adjust the denominator after each draw.
Step 5 — Apply the right formula, simplify: Compute numerator and denominator, find GCD, simplify. Cross-check: is your answer between 0 and 1? If not, you've inverted something.
Look — if you can classify the problem type in 10 seconds, the calculation follows in under 30. Most errors on these questions are classification errors, not arithmetic errors.
Why this question: Tests whether you recognise the odd/even parity structure rather than writing out conditional probability from scratch.
Solving path: Identify: 1 to 27 → 14 odd, 13 even. For odd sum: need one odd + one even. P = (14/27)(13/26) + (13/27)(14/26). Both terms are identical → multiply one by 2: . Divide numerator and denominator by 26: 14/27.
Why this question: Classic "at least one" trap. Many students enumerate; the complement is twice as fast.
Solving path: Total selections = . P(no man) = only women selected = . P(at least one man) = .
Why this question: Tests memorisation of dice sums and the addition rule for mutually exclusive events.
Solving path: Total outcomes = 36. Sum 7: 6 ways (anchor this). Sum 11: 2 ways — (5,6) and (6,5) only. Total favorable = 8. P = 8/36 = 2/9.
Why this question: Independent events with complement — tests whether you know the 2-step shortcut versus 3-case enumeration.
Solving path: P(A fails) = 1/3, P(B fails) = 1/4. P(neither solves) = 1/3 × 1/4 = 1/12. P(at least one solves) = 1 - 1/12 = 11/12.
Why this question: Multi-group combination selection — tests whether you multiply individual group selections and divide by total combinations.
Solving path: Total = . Favorable (one of each color) = . P = 120/455. GCD of 120 and 455 is 5 → 24/91.
Why this question: Card OR problem with overlap — tests the inclusion-exclusion principle in probability.
Solving path: P(King) = 4/52. P(Heart) = 13/52. P(King of Hearts) = 1/52. P(King or Heart) = 4/52 + 13/52 - 1/52 = 16/52 = 4/13.
Why this question: Set-theory probability using inclusion-exclusion — a Venn diagram problem disguised as a class question.
Solving path: Students studying at least one = 18 + 15 - 10 = 23. Neither = 30 - 23 = 7. P(neither) = 7/30.
Forgetting the overlap in OR problems. When two events share an outcome (King of Hearts is both a King and a Heart), students add the counts without subtracting the overlap. Always check whether the two events can occur together; if yes, subtract the intersection once.
Using permutations when combinations are needed. Selecting a committee of 3 from 10 does not depend on order. If you use instead of as your denominator, every answer will be wrong. Ask yourself: does rearranging the selected group give a different outcome? If no, use .
Not adjusting the denominator for without-replacement draws. Drawing card 1 and card 2 without replacing card 1 changes the denominator from 52 to 51 for the second draw. Students who multiply (favorable/52) × (favorable/52) are treating it as with-replacement. Read the question — "one by one" without replacement is the default in most SBI PO problems.
Counting odd numbers incorrectly in 1 to n ranges. In 1 to 27: there are 14 odd numbers (1, 3, 5, ... 27 — that's (27+1)/2 = 14). Students often write 13. Use the formula: odd count = for 1 to n.
Skipping simplification before multiplying. In 14/27 × 13/26, notice that 26 = 2 × 13 and 14 = 2 × 7. Cross-cancel before multiplying: (14 × 13)/(27 × 26) = (14 × 13)/(27 × 2 × 13) = 14/(27 × 2) = 7/27. Then double it for both orderings: 14/27. Multiplying first (182/702) then simplifying wastes ~20 seconds.
Treating "at least one" as requiring enumeration. Listing "exactly one man" and "exactly two men" separately doubles your work. The moment you see "at least one" in a question involving groups, switch to complement. No exceptions.