The Three Axioms

Earlier classes assigned probabilities by counting. The axiomatic approach (Kolmogorov) instead lays down rules that ANY probability must obey, and derives everything else from them.

Let SS be the sample space of a random experiment. Probability is a real-valued function PP whose domain is the collection of events of SS and whose range is [0,1][0, 1], satisfying:

  1. Axiom 1: P(E)0P(E) \geq 0 for any event EE;
  2. Axiom 2: P(S)=1P(S) = 1;
  3. Axiom 3: if EE and FF are mutually exclusive, then P(EF)=P(E)+P(F)P(E \cup F) = P(E) + P(F).

The three probability axioms with their first consequences

First consequence: P(ϕ)=0P(\phi) = 0. Take F=ϕF = \phi in Axiom 3 (EE and ϕ\phi are disjoint): P(Eϕ)=P(E)+P(ϕ)P(E \cup \phi) = P(E) + P(\phi), i.e. P(E)=P(E)+P(ϕ)P(E) = P(E) + P(\phi), forcing P(ϕ)=0P(\phi) = 0.

For a finite sample space S={ω1,ω2,,ωn}S = \{\omega_1, \omega_2, \ldots, \omega_n\} the axioms boil down to three working rules:

  • 0P(ωi)10 \leq P(\omega_i) \leq 1 for each outcome;
  • P(ω1)+P(ω2)++P(ωn)=1P(\omega_1) + P(\omega_2) + \cdots + P(\omega_n) = 1;
  • for any event AA:   P(A)=P(ωi)\;P(A) = \sum P(\omega_i) over all ωiA\omega_i \in A.

(For a singleton we write P(ωi)P(\omega_i) instead of P({ωi})P(\{\omega_i\}).)

Many Valid Assignments

The axioms do NOT force fairness. For one coin toss, P(H)=12,P(T)=12P(H) = \frac{1}{2}, P(T) = \frac{1}{2} is valid — but so is P(H)=14,P(T)=34P(H) = \frac{1}{4}, P(T) = \frac{3}{4}, and in general P(H)=pP(H) = p, P(T)=1pP(T) = 1 - p for any 0p10 \leq p \leq 1. There are infinitely many valid assignments; the axioms only police non-negativity and total 1.

Checking validity is a two-part test: every P(ωi)P(\omega_i) must lie in [0,1][0, 1], and the sum must be exactly 1. Fail either part and the assignment is invalid — a negative entry sinks it even if the sum is 1, and a sum of 2.1 sinks it even if every entry looks innocent.

Computing an event's probability from an assignment. With S={HH,HT,TH,TT}S = \{HH, HT, TH, TT\} and the (unequal!) assignment P(HH)=14P(HH) = \frac{1}{4}, P(HT)=17P(HT) = \frac{1}{7}, P(TH)=27P(TH) = \frac{2}{7}, P(TT)=928P(TT) = \frac{9}{28}, the event EE = 'both tosses give the same result' ={HH,TT}= \{HH, TT\} has

P(E)=P(HH)+P(TT)=14+928=7+928=1628=47.P(E) = P(HH) + P(TT) = \frac{1}{4} + \frac{9}{28} = \frac{7 + 9}{28} = \frac{16}{28} = \frac{4}{7}.

Add the sample-point probabilities — that is the whole method.

Equally Likely Outcomes

When all nn outcomes have the same chance pp, the sum condition gives np=1np = 1, so p=1np = \frac{1}{n}. For an event EE with n(E)=mn(E) = m favourable outcomes,

P(E)=mn=number of outcomes favourable to Etotal possible outcomes=n(E)n(S).P(E) = \frac{m}{n} = \frac{\text{number of outcomes favourable to } E}{\text{total possible outcomes}} = \frac{n(E)}{n(S)}.

Fair die outcomes each with probability one sixth

This is the classical formula from earlier classes — now derived as a theorem, valid only under equal likelihood. A fair die gives P(prime)=36=12P(\text{prime}) = \frac{3}{6} = \frac{1}{2}; a shuffled deck gives P(diamond)=1352=14P(\text{diamond}) = \frac{13}{52} = \frac{1}{4}.

Standing convention: from here on, examples and exercises assume equally likely outcomes unless stated otherwise.

Warning. Choose a sample space whose outcomes really are equally likely. For two dice, the eleven sums 2,3,,122, 3, \ldots, 12 are NOT equally likely; the 36 ordered pairs are — always count pairs, then group them by sum.

Tree of three coin tosses producing eight equally likely outcomes

The tree shows why repeated tosses multiply outcomes: each stage doubles the count, and every full path is equally likely.

Solved Examples

Example 1. S={ω1,,ω6}S = \{\omega_1, \ldots, \omega_6\}. Which assignments of probabilities are valid?

ω1\omega_1 ω2\omega_2 ω3\omega_3 ω4\omega_4 ω5\omega_5 ω6\omega_6
(a) 16\frac{1}{6} 16\frac{1}{6} 16\frac{1}{6} 16\frac{1}{6} 16\frac{1}{6} 16\frac{1}{6}
(b) 11 00 00 00 00 00
(c) 18\frac{1}{8} 23\frac{2}{3} 13\frac{1}{3} 13\frac{1}{3} 14-\frac{1}{4} 13-\frac{1}{3}
(d) 112\frac{1}{12} 112\frac{1}{12} 16\frac{1}{6} 16\frac{1}{6} 16\frac{1}{6} 32\frac{3}{2}
(e) 0.10.1 0.20.2 0.30.3 0.40.4 0.50.5 0.60.6

Solution. Apply the two-part test to each row: every entry must lie in [0,1][0, 1], and the six entries must add to exactly 1.

(a) Entries: each 16[0,1]\frac{1}{6} \in [0,1] ✓. Sum: 6×16=16 \times \frac{1}{6} = 1 ✓. Valid — the fair-die assignment.

(b) Entries: 1 and 0 are both allowed values ✓. Sum: 1+0+0+0+0+0=11 + 0 + 0 + 0 + 0 + 0 = 1 ✓. Valid — extreme, but legal: outcome ω1\omega_1 is certain.

(c) P(ω5)=14P(\omega_5) = -\frac{1}{4} and P(ω6)=13P(\omega_6) = -\frac{1}{3} are negative, violating Axiom 1. Invalid (no need to even check the sum — one failed test is enough).

(d) P(ω6)=32>1P(\omega_6) = \frac{3}{2} > 1, impossible for a probability. Invalid.

(e) Entries all lie in [0,1][0,1], but the sum is 0.1+0.2+0.3+0.4+0.5+0.6=2.110.1 + 0.2 + 0.3 + 0.4 + 0.5 + 0.6 = 2.1 \neq 1. Invalid.


Example 2. One card is drawn from a well-shuffled deck of 52. Find the probability the card is (i) a diamond (ii) not an ace (iii) a black card (iv) not a diamond (v) not a black card.

Solution.

Step 1 — set up. A well-shuffled deck makes all 52 cards equally likely, so each part is a count divided by 52.

Step 2 — (i). The deck has 13 diamonds: P(diamond)=1352=14P(\text{diamond}) = \frac{13}{52} = \frac{1}{4}.

Step 3 — (ii) via the complement. There are 4 aces, so P(ace)=452=113P(\text{ace}) = \frac{4}{52} = \frac{1}{13}, and P(not ace)=1113=1213P(\text{not ace}) = 1 - \frac{1}{13} = \frac{12}{13} — one subtraction instead of counting 48 cards.

Step 4 — (iii). Black cards are the clubs and spades: 13+13=2613 + 13 = 26, so P(black)=2652=12P(\text{black}) = \frac{26}{52} = \frac{1}{2}.

Step 5 — (iv) and (v), complements again. P(not diamond)=114=34P(\text{not diamond}) = 1 - \frac{1}{4} = \frac{3}{4}; P(not black)=112=12P(\text{not black}) = 1 - \frac{1}{2} = \frac{1}{2}.


Example 3. A bag contains 9 discs: 4 red, 3 blue, 2 yellow. One disc is drawn at random. Find the probability it is (i) red (ii) yellow (iii) blue (iv) not blue (v) either red or blue.

Solution.

Step 1 — set up. 'At random' from 4+3+2=94 + 3 + 2 = 9 identical-feeling discs means 9 equally likely outcomes.

Step 2 — direct counts. (i) P(red)=49P(\text{red}) = \frac{4}{9}. (ii) P(yellow)=29P(\text{yellow}) = \frac{2}{9}. (iii) P(blue)=39=13P(\text{blue}) = \frac{3}{9} = \frac{1}{3}.

Step 3 — (iv) complement. P(not blue)=1P(blue)=113=23P(\text{not blue}) = 1 - P(\text{blue}) = 1 - \frac{1}{3} = \frac{2}{3}.

Step 4 — (v) disjoint addition. A single disc cannot be red and blue at once, so the events are mutually exclusive and probabilities add: P(red or blue)=49+13=49+39=79P(\text{red or blue}) = \frac{4}{9} + \frac{1}{3} = \frac{4}{9} + \frac{3}{9} = \frac{7}{9}. Check against direct counting: 4+3=74 + 3 = 7 favourable discs of 9. ✓


Example 4. Which of the following cannot be a valid assignment for S={ω1,,ω7}S = \{\omega_1, \ldots, \omega_7\}?

(a) 0.1,0.01,0.05,0.03,0.01,0.2,0.60.1, 0.01, 0.05, 0.03, 0.01, 0.2, 0.6 (b) each 17\frac{1}{7} (c) 0.1,0.2,0.3,0.4,0.5,0.6,0.70.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7 (d) 0.1,0.2,0.3,0.4,0.2,0.1,0.3-0.1, 0.2, 0.3, 0.4, -0.2, 0.1, 0.3 (e) 114,214,314,414,514,614,1514\frac{1}{14}, \frac{2}{14}, \frac{3}{14}, \frac{4}{14}, \frac{5}{14}, \frac{6}{14}, \frac{15}{14}

Solution. Same two-part test, seven outcomes now.

(a) Sum: 0.1+0.01+0.05+0.03+0.01+0.2+0.6=1.000.1 + 0.01 + 0.05 + 0.03 + 0.01 + 0.2 + 0.6 = 1.00 ✓, all entries in [0,1][0,1] ✓ — valid.

(b) Sum: 7×17=17 \times \frac{1}{7} = 1 ✓ — valid (equally likely case).

(c) Sum: 0.1+0.2++0.7=2.810.1 + 0.2 + \cdots + 0.7 = 2.8 \neq 1cannot be valid.

(d) Two entries (0.1-0.1 and 0.2-0.2) are negative — cannot be valid, regardless of the sum.

(e) 1514>1\frac{15}{14} > 1 breaks the range test (and the sum 1+2+3+4+5+6+1514=36141\frac{1+2+3+4+5+6+15}{14} = \frac{36}{14} \neq 1 breaks the total too) — cannot be valid.


Example 5. A coin is tossed twice. What is the probability that atleast one tail occurs?

Solution.

Step 1 — sample space. Two tosses: S={HH,HT,TH,TT}S = \{HH, HT, TH, TT\}, four equally likely outcomes.

Step 2 — spot the complement. 'Atleast one tail' fails only for the single outcome HHHH.

Step 3 — compute. P(atleast one tail)=1P(HH)=114=34P(\text{atleast one tail}) = 1 - P(HH) = 1 - \frac{1}{4} = \frac{3}{4}. Direct check: the favourable outcomes {HT,TH,TT}\{HT, TH, TT\} are 3 of 4. ✓


Example 6. A die is thrown. Find the probability of: (i) a prime number (ii) a number 3\geq 3 (iii) a number 1\leq 1 (iv) a number more than 6 (v) a number less than 6.

Solution. Each part: list the favourable faces, count, divide by 6.

(i) Primes: {2,3,5}\{2, 3, 5\} — three faces → 36=12\frac{3}{6} = \frac{1}{2}.

(ii) Atleast 3: {3,4,5,6}\{3, 4, 5, 6\} — four faces → 46=23\frac{4}{6} = \frac{2}{3}.

(iii) Atmost 1: only {1}\{1\}16\frac{1}{6}.

(iv) More than 6: no face qualifies — the impossible event → P=0P = 0.

(v) Less than 6: {1,2,3,4,5}\{1, 2, 3, 4, 5\}56\frac{5}{6}; equivalently 1P(6)=1161 - P(6) = 1 - \frac{1}{6}.


Example 7. A fair coin with 1 on one face and 6 on the other, and a fair die, are both tossed. Find the probability that the sum is (i) 3 (ii) 12.

Solution.

Step 1 — build the sample space. Record (coin, die): 2×6=122 \times 6 = 12 equally likely pairs.

Step 2 — (i) hunt for sum 3. Coin 1 needs die 31=23 - 1 = 2: the pair (1,2)(1, 2) ✓. Coin 6 needs die 36=33 - 6 = -3: impossible. Exactly one favourable pair → P=112P = \frac{1}{12}.

Step 3 — (ii) hunt for sum 12. Coin 1 needs die 11: impossible. Coin 6 needs die 6: the pair (6,6)(6, 6) ✓. Again one pair → P=112P = \frac{1}{12}.


Example 8. A fair coin is tossed four times; a person wins Re 1 per head and loses Rs 1.50 per tail. Find the possible amounts and their probabilities.

Solution.

Step 1 — reduce the money to the head-count. With kk heads there are 4k4 - k tails, so the amount is k(1)(4k)(1.50)=2.5k6k(1) - (4 - k)(1.50) = 2.5k - 6 rupees. Different kk give different amounts, so five values of kk (0 to 4) give five amounts.

Step 2 — probability of each head-count. Of the 24=162^4 = 16 equally likely toss-strings, exactly (4k)\binom{4}{k} have kk heads.

Step 3 — tabulate.

Heads kk Amount 2.5k62.5k - 6 (Rs) Strings (4k)\binom{4}{k} Probability
4 4.004.00 1 116\frac{1}{16}
3 1.501.50 4 416=14\frac{4}{16} = \frac{1}{4}
2 1.00-1.00 6 616=38\frac{6}{16} = \frac{3}{8}
1 3.50-3.50 4 416=14\frac{4}{16} = \frac{1}{4}
0 6.00-6.00 1 116\frac{1}{16}

Step 4 — verify. 1+4+6+4+116=1616=1\frac{1 + 4 + 6 + 4 + 1}{16} = \frac{16}{16} = 1 ✓.


Example 9. Three coins are tossed once. Find the probability of (i) 3 heads (ii) 2 heads (iii) atleast 2 heads (iv) atmost 2 heads (v) no head (vi) 3 tails (vii) exactly two tails (viii) no tail (ix) atmost two tails.

Solution.

Step 1 — sample space. 23=82^3 = 8 equally likely strings: HHH,HHT,HTH,THH,HTT,THT,TTH,TTTHHH, HHT, HTH, THH, HTT, THT, TTH, TTT.

Step 2 — single-count parts. (i) 3 heads: only HHHHHH18\frac{1}{8}. (v) no head: only TTTTTT18\frac{1}{8}. (vi) 3 tails is the same event as no head → 18\frac{1}{8}. (viii) no tail is the same as 3 heads → 18\frac{1}{8}.

Step 3 — exactly-two parts. (ii) exactly 2 heads: choose which two tosses are heads, (32)=3\binom{3}{2} = 3 strings (HHT,HTH,THHHHT, HTH, THH) → 38\frac{3}{8}. (vii) exactly two tails: symmetric, {HTT,THT,TTH}\{HTT, THT, TTH\}38\frac{3}{8}.

Step 4 — cumulative parts. (iii) atleast 2 heads == exactly 2 or exactly 3: 38+18=12\frac{3}{8} + \frac{1}{8} = \frac{1}{2}. (iv) atmost 2 heads is the complement of '3 heads': 118=781 - \frac{1}{8} = \frac{7}{8}. (ix) atmost two tails is the complement of '3 tails': 118=781 - \frac{1}{8} = \frac{7}{8}.


Example 10. (a) If 211\frac{2}{11} is the probability of an event AA, find P(not A)P(\text{not } A). (b) A letter is chosen at random from 'ASSASSINATION'. Find the probability it is (i) a vowel (ii) a consonant.

Solution.

(a) Step 1: the complement rule gives P(A)=1P(A)P(A') = 1 - P(A). Step 2: P(A)=1211=911P(A') = 1 - \frac{2}{11} = \frac{9}{11}.

(b) Step 1 — inventory the word. ASSASSINATION spells A-S-S-A-S-S-I-N-A-T-I-O-N: 13 letters, with A × 3, S × 4, I × 2, N × 2, T × 1, O × 1 (check: 3+4+2+2+1+1=133+4+2+2+1+1 = 13 ✓).

Step 2 — count vowels and consonants. Vowels (A, I, O): 3+2+1=63 + 2 + 1 = 6. Consonants (S, N, T): 4+2+1=74 + 2 + 1 = 7.

Step 3 — divide. Each of the 13 letter-positions is equally likely: (i) P(vowel)=613P(\text{vowel}) = \frac{6}{13}; (ii) P(consonant)=713P(\text{consonant}) = \frac{7}{13}. Check: 613+713=1\frac{6}{13} + \frac{7}{13} = 1 ✓.


Example 11. In a lottery a person chooses six different natural numbers at random from 1 to 20; he wins if they match the six fixed by the committee. Find the probability of winning.

Solution.

Step 1 — decide: order or no order? The prize depends only on WHICH six numbers are chosen, not the order of choosing — so outcomes are 6-element subsets.

Step 2 — count the sample space. Number of 6-subsets of {1,,20}\{1, \ldots, 20\}: (206)=20×19×18×17×16×156!=38760\binom{20}{6} = \frac{20 \times 19 \times 18 \times 17 \times 16 \times 15}{6!} = 38760, all equally likely.

Step 3 — count favourable and divide. Exactly one subset matches the committee's choice: P(win)=138760P(\text{win}) = \frac{1}{38760}.