Math Lab
Home/Class XI/Ch 14/Classical probability

Classical probability

When all outcomes in a sample space are equally likely , and there are finitely many , we can compute probability simply by counting: P(A)=AS=number of outcomes in Anumber of outcomes in S.\boxed{P(A) = \frac{|A|}{|S|} = \frac{\text{number of outcomes in } A}{\text{number of outcomes in } S}.}

This is the classical (or Laplacian) definition of probability. It works for coin tosses, die rolls, card draws, and most basic problems.

When does this apply?

The classical formula requires:

  1. Finite sample space. S<|S| < \infty.
  2. Equally likely outcomes. Symmetry usually justifies this , a fair coin, a balanced die, well-shuffled cards.

If outcomes are not equally likely (a biased coin), or the sample space is infinite, you need other tools.

Counting tools

Class XI Chapter 6 gave you permutations and combinations , exactly the tools for counting.

  • Number of ways to choose rr from nn without order: (nr)\binom{n}{r}.
  • Number of ways to arrange rr items from nn: P(n,r)=n!/(nr)!P(n, r) = n!/(n-r)!.
  • Multiplication principle: if there are mm ways to do A and nn ways to do B (independently), then mnm \cdot n ways to do both.

Use these to count A|A| and S|S|.

Worked examples

Example 1. A fair die is rolled. Probability of getting an even number?

S={1,2,3,4,5,6}S = \{1, 2, 3, 4, 5, 6\}, S=6|S| = 6. A={2,4,6}A = \{2, 4, 6\}, A=3|A| = 3. P(A)=3/6=1/2P(A) = 3/6 = 1/2.

Example 2. Two dice are rolled. Probability of a sum of 77?

S=36|S| = 36. A=A = sum =7= 7 ={(1,6),(2,5),,(6,1)}= \{(1,6), (2,5), \dots, (6,1)\}. A=6|A| = 6. P(A)=6/36=1/6P(A) = 6/36 = 1/6.

Example 3. Two cards drawn from a deck. Probability both are kings.

S=(522)=1326|S| = \binom{52}{2} = 1326. A=(42)=6|A| = \binom{4}{2} = 6. P(A)=6/1326=1/221P(A) = 6/1326 = 1/221.

Example 4. A bag has 55 red and 44 blue balls. Two balls drawn without replacement. Probability both red?

S=(92)=36|S| = \binom{9}{2} = 36. A=(52)=10|A| = \binom{5}{2} = 10. P(A)=10/36=5/18P(A) = 10/36 = 5/18.

Example 5. Four people sit at random in a row of 44 chairs. Probability the two specific people X,YX, Y sit together?

S=4!=24|S| = 4! = 24. For A|A|: treat X,YX, Y as a single unit; the unit and the other 22 people in 3!=63! = 6 arrangements; X,YX, Y themselves in 22 orders. So A=62=12|A| = 6 \cdot 2 = 12. P(A)=12/24=1/2P(A) = 12/24 = 1/2.

Try it yourself

  1. Toss a coin. Probability of heads?
  2. Roll a die. Probability of a prime number?
  3. Roll two dice. Probability of doubles?
  4. Draw one card. Probability of a queen?
  5. Draw one card. Probability of a red face card?
  6. Three coins tossed. Probability of exactly two heads?
  7. Two dice. Probability sum is divisible by 33?
  8. From a deck, 55 cards drawn. Probability all four aces are among them.
  9. From {1,2,,100}\{1, 2, \dots, 100\} a number is chosen. Probability it is divisible by 55 or 77.
  10. A box has 44 defective and 66 good bulbs. 33 drawn. Probability all three good?
  11. Three dice rolled. Probability all show the same number?
  12. From a deck, 1313 cards are drawn. Probability they are all of one suit (hint: 44 suits ×\times (1313)=4\binom{13}{13} = 4 favourable; S=(5213)|S| = \binom{52}{13}).

Pitfalls / Tricks

  • Always verify equally likely.
  • Be careful about "ordered" vs "unordered" , they give different S|S| but should give the same probability if used consistently.
  • Use complement: sometimes P(Ac)P(A^c) is easier than P(A)P(A).
  • Insight. Classical probability is counting in disguise. Master Chapter 6 (permutations and combinations) and most of these problems are routine.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Classical probability
6 questions · pick the best answer
Q1

Q2

Q3

Q4

Q5

Q6