Probability looks scary but is one of the most scoring topics in AFCAT Numerical Ability. Almost every question reduces to a single idea: favourable outcomes divided by total outcomes. Once you memorise the standard sample spaces for coins, dice and cards and learn two simple rules, you can solve most questions in under a minute. This guide builds that speed step by step.
Why Probability is Easy Marks in AFCAT
In the AFCAT Numerical Ability section you can usually expect one or two probability questions. They are popular with examiners because they test a single clean concept and need very little calculation. That makes them ideal for a quick, confident attempt, especially when the clock is running and you want guaranteed marks rather than long arithmetic.
The trick is that almost all AFCAT probability questions are built on three familiar setups: tossing coins, rolling dice, and drawing cards from a standard 52-card deck. If you have these sample spaces memorised, half the work is already done before you pick up your pen. A smaller number of questions use bags of coloured balls or simple selection from a group, but those follow exactly the same favourable-over-total logic.
Because the concept is narrow, the examiner tests your speed and your attention to small wording details—words like 'at least', 'without replacement', or 'either... or'. Once you train your eye to spot these triggers, probability becomes one of the fastest topics on the whole paper. Treat this guide as a checklist: learn the formula, lock in the sample spaces, master the two rules, and practise the traps.
Probability answers are always between 0 and 1. If your working gives a value above 1 or a negative number, you have made a mistake—recheck before marking.
The One Core Formula
Probability measures how likely an event is to happen. The basic definition for equally likely outcomes is simple.
P(E) = (Number of favourable outcomes) ÷ (Total number of possible outcomes)
0 ≤ P(E) ≤ 1. An impossible event has P = 0, a certain event has P = 1.
The set of all possible outcomes is called the sample space, usually written S. A favourable outcome is one that satisfies the event you care about. So you only ever need two numbers: how many ways the event can occur, and how many outcomes exist in total. Every probability question you will ever see in AFCAT is really just a careful count of these two numbers, followed by a single division.
It helps to think of probability as a fraction of certainty. If an event is twice as likely as another, its probability is twice as large. A coin landing heads has probability 1/2 because exactly one of two equally likely outcomes is favourable. Keep the outcomes 'equally likely', and the formula always works without any extra theory.
The probability that an event does NOT happen is P(not E) = 1 − P(E). This complement rule is one of your biggest time-savers.
Ready-Made Sample Spaces to Memorise
These standard totals appear again and again. Learn them cold so you never count from scratch in the exam.
Coins
- One coin: 2 outcomes {H, T}.
- Two coins: 4 outcomes {HH, HT, TH, TT}.
- n coins: total outcomes = 2n.
Dice
- One die: 6 outcomes {1, 2, 3, 4, 5, 6}.
- Two dice: 6 × 6 = 36 outcomes.
- n dice: total outcomes = 6n.
Cards (standard 52-card deck)
- 52 cards total: 26 red (hearts + diamonds), 26 black (spades + clubs).
- 4 suits of 13 cards each.
- Face cards = 12 (J, Q, K of each suit). Aces = 4.
Tossing n coins → 2n outcomes. Rolling n dice → 6n outcomes. A deck has 52 cards, 26 of each colour, 4 of each rank.
Addition Rule (the OR situations)
Use the addition rule when an event can be satisfied by one outcome OR another. There are two cases.
General: P(A ∪ B) = P(A) + P(B) − P(A ∩ B)
Mutually exclusive events (cannot happen together): P(A ∪ B) = P(A) + P(B)
Mutually exclusive means the two events share no common outcome, for example rolling a 2 and rolling a 5 on a single die. When events can overlap, such as drawing a card that is a king OR a heart, you must subtract the overlap (the king of hearts) so it is not counted twice. The subtraction simply corrects for the double-counting that happens when a single outcome belongs to both events.
A quick way to decide which form to use: ask yourself whether a single outcome could possibly satisfy both events at once. If yes, they overlap and you must subtract; if no, they are mutually exclusive and you just add. For most coin and dice questions the events are mutually exclusive, while card questions about rank and suit often overlap.
Forgetting to subtract P(A ∩ B) when events overlap. 'King or heart' is not 4/52 + 13/52; you must subtract 1/52 for the king of hearts, giving 16/52.
Multiplication Rule (the AND situations)
Use the multiplication rule when you want event A AND event B to both happen, often across two stages such as two draws or two tosses.
Independent events: P(A and B) = P(A) × P(B)
Dependent events: P(A and B) = P(A) × P(B given A)
Events are independent when the first does not affect the second, like two separate coin tosses. They are dependent when the first changes the sample space for the second—most commonly when you draw a card and do NOT replace it before the next draw. With replacement, the deck returns to 52 and the two draws are independent; without replacement, the second draw works on a smaller deck.
A useful sentence test: replace 'and' in the question with 'then'. 'A red ball then a green ball' signals a two-stage event where you multiply the stage probabilities together. If the stages are linked by a condition such as 'given that', you are looking at conditional probability, where the second factor is computed after assuming the first event has already occurred.
Always read whether the item is drawn 'with replacement' or 'without replacement'. Without replacement, both the favourable count and the total drop by 1 for the second draw.
Complement and 'At Least' Shortcut
Questions that ask for 'at least one' are almost always faster through the complement. Instead of adding many cases, find the probability of the opposite (usually 'none') and subtract from 1.
P(at least one) = 1 − P(none)
For example, if you toss 3 coins and want the probability of getting at least one head, do not list all the head-cases. The only unfavourable outcome is TTT, with probability (1/2)3 = 1/8. So P(at least one head) = 1 − 1/8 = 7/8. Listing the seven favourable cases would take far longer and invite a counting slip.
The same idea handles 'at least one defective', 'at least one red', or 'at least one six' questions. In each case the opposite of 'at least one' is 'exactly zero', which is almost always a single, easy-to-compute scenario. Subtracting that one value from 1 is the fastest route to the answer.
Whenever you see the words 'at least' or 'minimum one', reach for the complement first. It usually turns a long calculation into a one-line answer.
Two-Dice Speed Tricks
Two dice (36 outcomes) are an AFCAT favourite. Memorise how many ways each sum appears so you can answer instantly.
- Sum 2 → 1 way; Sum 3 → 2 ways; Sum 4 → 3 ways.
- Sum 5 → 4 ways; Sum 6 → 5 ways; Sum 7 → 6 ways (the most likely sum).
- Sum 8 → 5 ways; Sum 9 → 4 ways; and so on, decreasing symmetrically.
The number of ways climbs to a peak at sum 7 (6 ways), then falls back the same way. So P(sum = 7) = 6/36 = 1/6, the highest of any single sum.
For doubles (both dice showing the same number) there are 6 outcomes—(1,1) up to (6,6)—so P(doubles) = 6/36 = 1/6. Similarly, the probability of getting a sum greater than 9 (that is 10, 11 or 12) is (3 + 2 + 1)/36 = 6/36 = 1/6, and the probability that at least one die shows a six is 11/36, because 11 of the 36 pairs contain a six.
Keep these handy totals on the tip of your tongue. When the question asks for sums, doubles, or 'at least one six', you can write the favourable count directly and divide by 36 without drawing any grid.
Worked Example: Cards Without Replacement
Two cards are drawn one after another from a well-shuffled deck of 52 cards, without replacement. What is the probability that both are kings?
P(first card king) = 4/52 = 1/13
After removing one king: 3 kings left, 51 cards left
P(second king | first king) = 3/51 = 1/17
Both events must happen → multiply
P(both kings) = 1/13 × 1/17 = 1/221
Notice how the without-replacement condition reduced both the favourable count (4 to 3) and the total (52 to 51). That single adjustment is the heart of most dependent-event questions. Had the first card been replaced before the second draw, both factors would stay 4/52, giving 1/169 instead—a different answer driven entirely by that one word, 'without'.
Worked Example: Probability with Two Dice
Two dice are thrown together. Find the probability that the sum of the numbers is a multiple of 4.
Multiples of 4 possible as a sum: 4, 8, 12
Sum 4 → 3 ways; Sum 8 → 5 ways; Sum 12 → 1 way
Favourable = 3 + 5 + 1 = 9
P = 9/36 = 1/4
Using the memorised 'ways' table for two dice, you avoided listing pairs and reached the answer in a few seconds.
Common Mistakes and Traps
Treating dependent draws as independent. If cards are drawn without replacement, the second probability uses 51 cards, not 52.
- Miscounting face cards: there are 12 face cards (J, Q, K), and aces are NOT face cards.
- Forgetting the overlap in OR questions (the addition rule subtraction).
- Adding probabilities when you should multiply (OR vs AND confusion).
- Leaving the answer unsimplified—always reduce the fraction to lowest terms.
OR usually means add (with a subtraction for overlap); AND usually means multiply. Pin this down before you compute anything.
Previous-Year Style Question
Q. A bag contains 4 red and 6 black balls. One ball is drawn at random. What is the probability that it is red?
Answer: Total balls = 4 + 6 = 10. Favourable (red) = 4. P(red) = 4/10 = 2/5.
Q. A card is drawn from a well-shuffled deck of 52 cards. Find the probability that it is a face card.
Answer: Face cards = 12 (J, Q, K of each of 4 suits). P = 12/52 = 3/13.
Quick Revision
- P(E) = favourable ÷ total; always between 0 and 1.
- Coins: 2n outcomes. Dice: 6n. Deck: 52 cards, 12 face cards, 4 aces.
- OR → add, subtract overlap; mutually exclusive needs no subtraction.
- AND → multiply; without replacement makes events dependent.
- 'At least one' = 1 − P(none). Use the complement to save time.
- Two dice: sum 7 is most likely (6/36 = 1/6); doubles also 1/6.
Frequently asked questions
How many probability questions come in AFCAT?
Typically one or two questions per paper in the Numerical Ability section. They are quick to solve, so they are reliable scoring opportunities if your basics are strong.
What is the difference between mutually exclusive and independent events?
Mutually exclusive events cannot occur together, so you add their probabilities (OR). Independent events do not affect each other across stages, so you multiply their probabilities (AND).
When do I use the complement rule?
Use it for 'at least one' or 'minimum one' questions. Find P(none), the easy opposite case, then compute 1 minus that value instead of summing many cases.
Are aces counted as face cards?
No. Only the Jack, Queen and King are face cards, giving 12 face cards in a deck. The 4 aces are separate, which is a frequent AFCAT trap.
What changes when a card is drawn without replacement?
The draws become dependent. For the second draw, both the favourable count and the total number of cards drop by one, so use 51 cards and adjust the favourable outcomes accordingly.
What is the fastest way to handle two-dice questions?
Memorise that two dice give 36 outcomes and that sum 7 occurs most often with 6 ways. Knowing the number of ways for each sum lets you write the favourable count straight away and divide by 36.
Related AFCAT Numerical Ability topics
Want a teacher to walk you through AFCAT Numerical Ability?
Cavalier's AFCAT batches break every topic into classroom sessions with daily practice, tests and doubt-clearing.