Probability for SBI PO — Cards, Dice, Coins and Combinatorics Approach

advanced 22 min read

Concept

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:

P(E)=Number of favorable outcomesTotal number of outcomesP(E) = \frac{\text{Number of favorable outcomes}}{\text{Total number of outcomes}}

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:

  1. With or without replacement? Drawing with replacement means the total stays constant for every draw. Without replacement means the denominator shrinks.
  2. Order matters or not? If you're selecting a committee, order doesn't matter (use combinations, CC). If you're filling seats in a row, order matters (use permutations, PP).
  3. Independent or dependent events? Two events are independent when the outcome of one doesn't affect the other (two coins tossed together). They're dependent when one outcome changes the landscape for the next (drawing two cards without replacement).

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.


Deep Dive

Core Probability Rules

Rule 1 — Addition (OR): When you want the probability that event A or event B occurs: P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B)

For mutually exclusive events (can't happen together), P(AB)=0P(A \cap B) = 0, so: P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B)

Rule 2 — Multiplication (AND): When you want the probability that both A and B occur:

Rule 3 — Complementary Events: P(not A)=1P(A)P(\text{not } A) = 1 - P(A)

This is your single most powerful tool for SBI PO. Any question with "at least one" should be attacked with complement.


Standard Problem Types

Type 1: Dice Problems

A standard die has faces 1–6. Two dice together give 6×6=366 \times 6 = 36 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.

Type 2: Card Problems

A standard deck has 52 cards: 4 suits (Hearts, Diamonds, Clubs, Spades) × 13 values (A, 2–10, J, Q, K).

For "king or heart": 4+131=164 + 13 - 1 = 16 favorable outcomes, probability =16/52=4/13= 16/52 = 4/13.

Type 3: Balls/Urns with Combinations

When selecting multiple items at once, always use (nr)\binom{n}{r}.

For "one each of three colors from bags of 5 red, 6 blue, 4 green — pick 3": Favorable =(51)×(61)×(41)=5×6×4=120= \binom{5}{1} \times \binom{6}{1} \times \binom{4}{1} = 5 \times 6 \times 4 = 120 Total =(153)=455= \binom{15}{3} = 455 Probability =120/455=24/91= 120/455 = 24/91

Type 4: "At Least One" Problems

Never enumerate "at least one man in a group of 7." Instead:

P(at least one man)=1P(no man)=1(32)(72)=1321=1821=67P(\text{at least one man}) = 1 - P(\text{no man}) = 1 - \frac{\binom{3}{2}}{\binom{7}{2}} = 1 - \frac{3}{21} = \frac{18}{21} = \frac{6}{7}

Type 5: Independent Events — Problem Solved by Neither/Both

When A and B attempt independently: P(problem solved)=1P(A fails)×P(B fails)P(\text{problem solved}) = 1 - P(A \text{ fails}) \times P(B \text{ fails})

This avoids listing three separate cases (only A solves, only B solves, both solve).

Type 6: Odd/Even Sum from Cards/Numbers

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.

P(odd sum)=1427×1326+1327×1426=2×182702=364702=1427P(\text{odd sum}) = \frac{14}{27} \times \frac{13}{26} + \frac{13}{27} \times \frac{14}{26} = 2 \times \frac{182}{702} = \frac{364}{702} = \frac{14}{27}

Notice: 364702\frac{364}{702} simplifies by dividing both by 26 → 1427\frac{14}{27}.

Type 7: Set-Based Probability (Venn Diagram Logic)

P(neither A nor B)=1P(AB)=1A+BABnP(\text{neither A nor B}) = 1 - P(A \cup B) = 1 - \frac{|A| + |B| - |A \cap B|}{n}

For the class problem: 118+151030=12330=7301 - \frac{18+15-10}{30} = 1 - \frac{23}{30} = \frac{7}{30}.


Memory Tricks & Shortcuts

patternComplement Reflex for At-Least-One

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 = (32)/(72)=3/21=1/7\binom{3}{2}/\binom{7}{2} = 3/21 = 1/7. Answer = 11/7=6/71 - 1/7 = 6/7. Done.

patternOdd-Sum Parity Rule

For any set of consecutive integers 1 to n, the probability that two randomly drawn numbers (without replacement) sum to odd is always:

P=2×(count of odd)×(count of even)n×(n1)P = \frac{2 \times \text{(count of odd)} \times \text{(count of even)}}{n \times (n-1)}

For 1 to 27: odd = 14, even = 13. P=2×14×1327×26=364702=1427P = \frac{2 \times 14 \times 13}{27 \times 26} = \frac{364}{702} = \frac{14}{27}.

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.

eliminationCard OR Rule — King/Heart Type

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.

patternNeither-Solves Flip for Independent Events

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:

P(at least one solves)=1P(A fails)×P(B fails)P(\text{at least one solves}) = 1 - P(A \text{ fails}) \times P(B \text{ fails})

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.

patternDice Sum 7 — Anchor Point Memorisation

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:

  • Sums equidistant from 7 have equal counts. Sum 6 = Sum 8 = 5 ways. Sum 5 = Sum 9 = 4 ways.
  • Sum 11 = 2 ways (only (5,6) and (6,5)).
  • Sum 7 + Sum 11 = 8 favorable → 8/36 = 2/9.

Memorising this table avoids listing all pairs under exam pressure. Time saved: ~30 seconds of listing work.


Fast-Solving Framework

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 1P(opposite)1 - P(\text{opposite}) and solve the simpler version.

Step 3 — Check if order matters: Committee / group / mixed color selection → combinations (CC). Arrangement / sequence → permutations (PP). 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.


Solved PYQs

Why this question: Tests whether you recognise the odd/even parity structure rather than writing out conditional probability from scratch.

Previous Year Questionपिछले वर्ष का प्रश्न2017
There are 27 cards having number 1 to 27. Two cards are picked at random one by one. What is the probability that sum of number on these 2 cards is odd?
  1. 14/27
  2. 182/729
  3. 8/13
  4. 13/27
Solutionसमाधान
For the sum to be odd, one card must be odd and one even. There are 14 odd numbers (1,3,...,27) and 13 even numbers (2,4,...,26). Probability = (14/27 × 13/26) + (13/27 × 14/26) = 2×(14×13)/(27×26) = 364/702 = 14/27.

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: 2×(14×13)/(27×26)=364/7022 \times (14 \times 13)/(27 \times 26) = 364/702. 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.

Previous Year Questionपिछले वर्ष का प्रश्न2016
From a group of 4 men, 3 women, 2 persons are selected at random. Find the probability at least one man is selected?
  1. 5/6
  2. 11/21
  3. 6/7
  4. 7/6
Solutionसमाधान
Total ways = 7C2 = 21. Ways with no man (only women) = 3C2 = 3. P(at least one man) = 1 - 3/21 = 18/21 = 6/7.

Solving path: Total selections = (72)=21\binom{7}{2} = 21. P(no man) = only women selected = (32)/21=3/21=1/7\binom{3}{2}/21 = 3/21 = 1/7. P(at least one man) = 11/7=6/71 - 1/7 = 6/7.


Why this question: Tests memorisation of dice sums and the addition rule for mutually exclusive events.

Previous Year Questionपिछले वर्ष का प्रश्न
Two dice are thrown simultaneously. What is the probability that the sum of the numbers on the dice is either 7 or 11?
दो पासे एक साथ फेंके जाते हैं। दोनों पासों पर आए अंकों का योग 7 या 11 होने की प्रायिकता क्या है?
  1. 2/9
  2. 1/6
  3. 1/4
  4. 5/18
  1. 2/9
  2. 1/6
  3. 1/4
  4. 5/18
Solutionसमाधान
Total outcomes = 36. Sum = 7: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1) = 6 ways. Sum = 11: (5,6), (6,5) = 2 ways. Total favorable = 8. Probability = 8/36 = 2/9.
कुल परिणाम = 36। योग = 7: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1) = 6 तरीके। योग = 11: (5,6), (6,5) = 2 तरीके। कुल अनुकूल = 8। प्रायिकता = 8/36 = 2/9।

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.

Previous Year Questionपिछले वर्ष का प्रश्न
The probability that A can solve a problem is 2/3 and B can solve the same problem is 3/4. If both attempt the problem independently, what is the probability that the problem is solved?
A के द्वारा एक समस्या हल करने की प्रायिकता 2/3 है और B के द्वारा उसी समस्या को हल करने की प्रायिकता 3/4 है। यदि दोनों स्वतंत्र रूप से उस समस्या को हल करने का प्रयास करते हैं, तो समस्या के हल होने की प्रायिकता क्या है?
  1. 11/12
  2. 5/6
  3. 7/12
  4. 1/2
  1. 11/12
  2. 5/6
  3. 7/12
  4. 1/2
Solutionसमाधान
P(A solves) = 2/3, P(B solves) = 3/4. P(problem solved) = 1 - P(neither solves) = 1 - P(A doesn't solve) × P(B doesn't solve) = 1 - (1/3) × (1/4) = 1 - 1/12 = 11/12.
A के हल करने की प्रायिकता = 2/3, B की = 3/4। समस्या हल होने की प्रायिकता = 1 - (कोई नहीं हल करता) = 1 - (1/3) × (1/4) = 11/12।

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.

Previous Year Questionपिछले वर्ष का प्रश्न
A bag contains 5 red balls, 6 blue balls, and 4 green balls. If 3 balls are drawn at random without replacement, what is the probability that all three balls are of different colors?
एक थैले में 5 लाल गेंदें, 6 नीली गेंदें और 4 हरी गेंदें हैं। यदि बिना वापस रखे 3 गेंदें यादृच्छिक रूप से निकाली जाती हैं, तो तीनों गेंदों के अलग-अलग रंग की होने की प्रायिकता क्या है?
  1. 24/91
  2. 12/91
  3. 6/91
  4. 36/91
  1. 24/91
  2. 12/91
  3. 6/91
  4. 36/91
Solutionसमाधान
Total balls = 15. Total ways to select 3 balls = C(15,3) = 455. Ways to select one ball of each color = 5×6×4 = 120. Probability = 120/455 = 24/91.
कुल गेंदें = 15। 3 गेंदों को चुनने के तरीके = C(15,3) = 455। प्रत्येक रंग की एक गेंद चुनने के तरीके = 5×6×4 = 120। प्रायिकता = 120/455 = 24/91।

Solving path: Total = (153)=455\binom{15}{3} = 455. Favorable (one of each color) = (51)×(61)×(41)=5×6×4=120\binom{5}{1} \times \binom{6}{1} \times \binom{4}{1} = 5 \times 6 \times 4 = 120. 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.

Previous Year Questionपिछले वर्ष का प्रश्न
A card is drawn from a well-shuffled deck of 52 cards. What is the probability that the card drawn is either a king or a heart?
52 पत्तों की एक अच्छी तरह फेंटी गई ताश की गड्डी से एक पत्ता निकाला जाता है। निकाला गया पत्ता किंग या हार्ट होने की प्रायिकता क्या है?
  1. 4/13
  2. 17/52
  3. 15/52
  4. 1/4
  1. 4/13
  2. 17/52
  3. 15/52
  4. 1/4
Solutionसमाधान
Total kings = 4, Total hearts = 13. King of hearts is counted in both, so we subtract 1. Favorable outcomes = 4 + 13 - 1 = 16. Probability = 16/52 = 4/13.
कुल राजा = 4, कुल हृदय = 13। हृदय का राजा दोनों में गिना गया है, इसलिए 1 घटाते हैं। अनुकूल परिणाम = 4 + 13 - 1 = 16। प्रायिकता = 16/52 = 4/13।

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.

Previous Year Questionपिछले वर्ष का प्रश्न
In a class of 30 students, 18 study Mathematics, 15 study Physics, and 10 study both subjects. If a student is selected at random, what is the probability that the student studies neither Mathematics nor Physics?
30 छात्रों की एक कक्षा में 18 छात्र गणित पढ़ते हैं, 15 छात्र भौतिकी पढ़ते हैं और 10 छात्र दोनों विषय पढ़ते हैं। यदि एक छात्र को यादृच्छिक रूप से चुना जाए, तो उसके न गणित और न भौतिकी पढ़ने की प्रायिकता क्या होगी?
  1. 7/30
  2. 1/5
  3. 4/15
  4. 2/15
  1. 7/30
  2. 1/5
  3. 4/15
  4. 2/15
Solutionसमाधान
Students studying at least one subject = 18 + 15 - 10 = 23. Students studying neither = 30 - 23 = 7. Probability = 7/30.
कम से कम एक विषय पढ़ने वाले छात्र = 18 + 15 - 10 = 23। कोई भी विषय नहीं पढ़ने वाले = 30 - 23 = 7। प्रायिकता = 7/30।

Solving path: Students studying at least one = 18 + 15 - 10 = 23. Neither = 30 - 23 = 7. P(neither) = 7/30.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →