Probability Formulas for CAT 2026: 16 Rules + 12 PYQs
Probability and permutation-combination are the same problem solved with different counting rules. Treating them as separate topics doubles the prep load and leaves the most common CAT 2026 trap unrecognised. The probability formulas CAT framework below unifies them under one logic: count favourable outcomes using P&C, count total outcomes using P&C, divide. This 16-rule cheatsheet maps every CAT 2026 probability sub-type to that single solving protocol, walks through the conditional and Bayes patterns CAT setters reuse, and closes with 12 CAT-level PYQs across pure probability, P&C-based probability, conditional, and geometric probability.
The probability CAT 2026 pattern leans on four recognition cues: simple sample-space probability, conditional or dependent probability, Bayes-style reverse conditioning, and geometric or continuous probability. The 16 rules below are organised so each maps to one of these cues, not to a textbook chapter order. The averages-mixtures-alligation cheatsheet covers the adjacent arithmetic cluster, and the unified framework here ties probability to the P&C counting reference.
Why Probability and P&C Should Be Drilled as One Topic
Three reasons make the probability-PnC fusion the right framing. First, every probability question reduces to a P&C count over another P&C count. The numerator counts favourable outcomes; the denominator counts the total sample space. Both use the same counting techniques (factorial, combination, permutation, arrangement with constraints). Second, CAT 2017-2025 papers have consistently overlapped the two topics in single questions. A ball-draw probability question is a combination count divided by another combination count; a seating-arrangement probability is a permutation count divided by another permutation count.
Third, the trap structures are shared. Over-counting in P&C inflates both the numerator and the denominator, often cancelling in simple cases but producing wrong answers in conditional probability and Bayes questions. The fix is to anchor the counting layer first (May to June drilling), then layer probability questions on top (July to August). Aspirants who learn both simultaneously lose 15 to 20 percent accuracy because the counting reflex is shaky.
Probability Formulas CAT 2026: The 16-Rule Unified Cheatsheet
Block 1 — Probability Basics (5 rules)
Recognition cue: a defined sample space with discrete equally-likely outcomes. These probability formulas CAT 2026 rules anchor every single-trial calculation, from coin tosses and dice rolls to single-draw card problems. Master them first because every later block builds on top of these five.
| # | Rule | Use case |
|---|---|---|
| 1 | P(event) = favourable outcomes / total outcomes | Definition of probability. |
| 2 | 0 ≤ P(event) ≤ 1; P(certain) = 1; P(impossible) = 0 | Range and boundaries. |
| 3 | P(A') = 1 − P(A) | Complement rule (often the fastest path). |
| 4 | P(A or B) = P(A) + P(B) − P(A and B) | Union of two events. |
| 5 | If A and B mutually exclusive, P(A or B) = P(A) + P(B) | Mutually exclusive events. |
Block 2 — P&C Bridge (4 rules)
Recognition cue: discrete counting required for either favourable or total outcomes. This is the structural bridge that unifies probability and permutation-combination under one framework, and most CAT 2026 probability questions require at least one rule from this block to compute the sample space or favourable count.
| # | Rule | Use case |
|---|---|---|
| 6 | Permutation: nPr = n! / (n − r)! | Ordered arrangements. |
| 7 | Combination: nCr = n! / (r! · (n − r)!) | Unordered selections. |
| 8 | Card probability: 52 cards, 4 suits of 13 each; P(spade) = 13/52 | Standard card sample space. |
| 9 | Dice probability: 6 faces; for n dice, total = 6n; sum probabilities use lattice counting | Standard dice sample space. |
Block 3 — Conditional and Bayes (3 rules)
Recognition cue: sequential events, dependent draws, or reverse-direction conditioning. This block contains the probability formulas CAT setters reuse most aggressively in recent papers, especially the chain rule for without-replacement draws and Bayes for reverse-conditional inference questions.
| # | Rule | Use case |
|---|---|---|
| 10 | P(A given B) = P(A and B) / P(B) | Conditional probability definition. |
| 11 | P(A and B) = P(A) · P(B given A) [chain rule] | Multi-stage dependent events. |
| 12 | Bayes: P(A given B) = P(B given A) · P(A) / P(B) | Reverse conditional inference. |
Block 4 — Advanced and Geometric (4 rules)
Recognition cue: independent events, repeated trials, or continuous sample spaces. These are the lower-frequency but higher-difficulty probability formulas CAT papers reach for in the harder Modern Maths slot — binomial probability, geometric area-ratio probability, and the at-least-one compound shortcut all sit here.
| # | Rule | Use case |
|---|---|---|
| 13 | If A and B independent, P(A and B) = P(A) · P(B) | Independent events product rule. |
| 14 | Binomial: P(k successes in n trials) = nCk · pk · (1 − p)n − k | Repeated independent trials. |
| 15 | Geometric probability: P(point in region R) = area of R / total area | Continuous sample spaces. |
| 16 | At-least-one rule: P(at least one A in n trials) = 1 − P(no A)n | Compound trial shortcut. |
Probability Formulas CAT: The 4-Step Solving Protocol
Every CAT probability question, regardless of difficulty, solves in four steps. Anchoring the protocol cuts solve time by 40 to 50 percent compared to ad-hoc method selection.
- Step 1. Identify the sample space. List or count all possible outcomes using rules 6 to 9 (P&C counting).
- Step 2. Identify the favourable event. Count its outcomes, again using P&C.
- Step 3. Compute P(event) = favourable / total. Apply rules 3, 10, 13, or 16 if a shortcut applies (complement, conditional, independence, at-least-one).
- Step 4. Verify the answer is in [0, 1]. Cross-check by computing P(complement) and confirming the two sum to 1.
Example: What is the probability of drawing two aces from a standard 52-card deck without replacement? Step 1, total = 52C2 = 1326. Step 2, favourable = 4C2 = 6. Step 3, P = 6/1326 = 1/221. Step 4, value in [0, 1]; complement P(at most one ace) = 220/221, sum to 1. Solve time: 30 seconds with the protocol.
The 4 Recognition Cues for CAT 2026 Probability Questions
CAT 2026 tests four probability cue types. Recognition before solving cuts time by 30 to 40 percent per question.
| Cue type | Recognition trigger | Rules used | Typical CAT frequency |
|---|---|---|---|
| Simple sample space | Single trial, discrete outcomes (coin, dice, single draw) | 1-9 | 0-1 per paper |
| Conditional / Dependent | Sequential draws, without replacement, given-information clauses | 10, 11 | 1 per paper |
| Bayes / Reverse conditional | Question asks P(cause given effect); rare in CAT but appears | 12 | 1 in 3-4 papers |
| Geometric / Continuous | "Random point", "random time", area or interval-based | 15 | 1 in 3 papers |
Conditional probability is the highest-frequency CAT cue type. Geometric probability appeared in CAT 2018, 2022, and 2024, making it a recurring but not guaranteed pattern. Bayes questions are rare but high-difficulty when they appear.
12 CAT-Level Probability Questions With Solutions
A fair coin is tossed 3 times. Find the probability of exactly 2 heads.
Total = 23 = 8. Favourable = 3C2 = 3. P = 3/8. Answer: 3/8
Two dice are rolled. Find the probability that the sum is 7.
Total = 36. Favourable (1,6), (2,5), (3,4), (4,3), (5,2), (6,1) = 6. P = 6/36 = 1/6. Answer: 1/6
Two cards drawn at random from a deck. Find the probability that both are red.
Total = 52C2 = 1326. Favourable = 26C2 = 325. P = 325/1326 = 25/102. Answer: 25/102
A coin is tossed 4 times. Find the probability of at least one head.
Rule 16: P(at least one H) = 1 − P(all T) = 1 − (1/2)4 = 1 − 1/16 = 15/16. Answer: 15/16
A bag has 5 red, 4 blue balls. Two balls drawn without replacement. Find P(both red).
Rule 11: P(first red) = 5/9; P(second red given first red) = 4/8. P(both) = 5/9 · 4/8 = 20/72 = 5/18. Answer: 5/18
A card is drawn. Find P(king or heart).
P(king) = 4/52, P(heart) = 13/52, P(king and heart) = 1/52. By rule 4: 4/52 + 13/52 − 1/52 = 16/52 = 4/13. Answer: 4/13
Probability A solves a problem is 1/3, B solves it is 1/4, working independently. Find P(both solve).
Rule 13: P(A and B) = 1/3 · 1/4 = 1/12. Answer: 1/12
A biased coin has P(H) = 2/3. Tossed 4 times. Find P(exactly 3 heads).
Rule 14: 4C3 · (2/3)3 · (1/3)1 = 4 · 8/27 · 1/3 = 32/81. Answer: 32/81
A point is chosen randomly inside a square of side 4. Find P(point is within distance 2 of the centre).
Rule 15: Square area = 16. Circle of radius 2 area = 4π. P = 4π/16 = π/4. Answer: π/4
Box A has 3 red, 5 blue balls. Box B has 4 red, 4 blue. Pick a box at random, then a ball. Given the ball is red, find P(box A).
P(red given A) = 3/8; P(red given B) = 4/8 = 1/2. P(A) = P(B) = 1/2. P(red) = 1/2 · 3/8 + 1/2 · 1/2 = 3/16 + 4/16 = 7/16. Bayes (rule 12): P(A given red) = (3/8 · 1/2) / (7/16) = (3/16) / (7/16) = 3/7. Answer: 3/7
8 people sit randomly in a row. Find P(two specific people sit next to each other).
Total = 8!. Favourable: treat the pair as one block (7! arrangements), pair can swap (2!). Favourable = 7! · 2 = 10080. P = 10080/40320 = 1/4. Answer: 1/4
From a group of 10 boys and 8 girls, a committee of 4 is selected randomly. Find P(committee has exactly 2 boys and 2 girls).
Total = 18C4 = 3060. Favourable = 10C2 · 8C2 = 45 · 28 = 1260. P = 1260/3060 = 21/51 = 7/17. Answer: 7/17
Three Mistakes Aspirants Make on Probability
Three recurring errors leak marks in this cluster:
- Skipping the sample-space identification step. Jumping to a formula without listing or counting the total outcomes leads to wrong denominators. The fix is to always write the total count explicitly in step 1.
- Confusing with-replacement and without-replacement. Conditional probability questions often involve without-replacement draws where the second event depends on the first. Treating them as independent (rule 13) instead of conditional (rule 11) gives wrong answers.
- Forgetting the complement shortcut. Many "at least one" or "not all" questions solve in 10 seconds with rule 3 or 16 (complement / at-least-one). Solving them directly takes 60 to 90 seconds. The fix is to ask "is the complement easier?" before reaching for the direct count.
Where the Probability Formulas CAT Cluster Fits in CAT 2026 Modern Maths
The probability formulas CAT cluster sits inside the Modern Maths block along with permutation-combination and sequences-series. A focused 4 to 5 day study block covers all 16 rules; 7 to 9 days for non-engineers. The recommended sequence: drill P&C first (rules 6 to 9 plus standalone P&C blog), then layer probability on top. The CAT QA syllabus orders Modern Maths topics by frequency, and the Optima Learn CAT preparation hub sequences the cluster within the 7-month plan.
Across CAT 2017-2025, the probability-PnC pair has contributed 2 to 4 marks per paper. The unified 16-rule framework makes both topics solvable with one solving protocol, which is why the combined cluster is one of the highest-ROI Modern Maths anchors for CAT 2026.
Fuse Probability and PnC Into One CAT 2026 Stack
Stop drilling probability and permutation-combination as two separate topics. Anchor the counting layer first, layer the probability formulas CAT framework on top, and secure 2 to 4 reliable Modern Maths marks every CAT paper.
Fuse My Probability and PnC StackCommon Doubts About Probability Formulas for CAT 2026
Are CAT probability questions getting harder?
Difficulty has been stable across CAT 2017-2025, but the integration with PnC has tightened. Most CAT 2024 and CAT 2025 probability questions required a conditional or Bayes layer on top of a P&C count. The fix is the unified framework: P&C counts feed every probability calculation, so anchoring the counting layer first is non-negotiable.
Do I need to memorise the Bayes formula?
Yes, but understand the underlying logic. Bayes flips a conditional probability: P(A given B) becomes P(B given A) times P(A) over P(B). The standard CAT Bayes question gives you P(B given A) and asks for P(A given B). The P&C cheatsheet shows the underlying counting; Bayes layers on top.
How many probability PYQs should I solve?
Aim for 15 to 20 probability PYQs across CAT 2017-2025, plus 25 to 30 PnC PYQs. The Optima Learn questions library tags each by cue type (simple / conditional / Bayes / geometric) so Phase 1 untimed drilling can target the weakest cue first.
What is the highest-difficulty probability question type?
Bayes-style reverse conditional with multi-step P&C counting in the denominator. These appeared in CAT 2019 and CAT 2023 and require 2 to 3 minutes solve time even with the protocol. The fix is to drill Bayes specifically in the final 6 weeks. The CAT preparation blogs library covers Bayes worked examples in extended form.
Final note. Probability formulas CAT 2026 reduce to 16 rules across four blocks, unified with permutation-combination under one solving protocol. The 4-step protocol works for every CAT probability question regardless of difficulty. Drill P&C first, layer probability on top, and the recognition reflex compounds across the May-to-November window for 2 to 4 reliable Modern Maths marks every CAT paper.
