Understanding the fundamentals of probability theory
An experiment whose outcome cannot be predicted with certainty is called a random experiment. The outcomes must be:
Examples: Tossing a coin, rolling a die, drawing cards from a deck, spinning a wheel
The sample space is the set of all possible outcomes of a random experiment.
Experiment: Toss a fair coin once
Sample Space: S = {H, T}
Number of outcomes: n(S) = 2
Experiment: Roll a fair six-sided die
Sample Space: S = {1, 2, 3, 4, 5, 6}
Number of outcomes: n(S) = 6
Experiment: Toss two fair coins simultaneously
Sample Space: S = {HH, HT, TH, TT}
Number of outcomes: n(S) = 4
An event is a subset of the sample space. It can be:
An event containing only one outcome from the sample space.
Example: In rolling a die, the event "getting 3" = {3}
An event containing more than one outcome from the sample space.
Example: In rolling a die, the event "getting an even number" = {2, 4, 6}
An event that is certain to occur. It equals the sample space S.
Example: In rolling a die, "getting a number from 1 to 6" = S
An event that cannot occur. It is represented by the empty set โ .
Example: In rolling a die, "getting 7" = โ
If E is an event, then E' (or Ec) is the complementary event containing all outcomes in S but not in E.
Sample Space: S = {1, 2, 3, 4, 5, 6}
Event E: Getting an odd number = {1, 3, 5}
Complementary Event E': Not getting an odd number = {2, 4, 6}
For a random experiment with n equally likely outcomes:
Problem: A fair die is rolled. Find the probability of getting (a) an even number (b) a number greater than 4
Solution:
Sample Space: S = {1, 2, 3, 4, 5, 6}, n(S) = 6
(a) Even number: E = {2, 4, 6}, n(E) = 3
P(E) = 3/6 = 1/2 = 0.5
(b) Number greater than 4: E = {5, 6}, n(E) = 2
P(E) = 2/6 = 1/3 โ 0.333
Problem: A card is drawn from a standard deck. Find the probability of getting a spade.
Solution:
Sample Space: Total cards = 52, n(S) = 52
Number of spades = 13, n(E) = 13
P(Spade) = 13/52 = 1/4 = 0.25
Problem: In a class of 40 students, 25 like mathematics. What is the probability that a randomly selected student does not like mathematics?
Solution:
P(likes math) = 25/40 = 5/8
P(does not like math) = 1 - P(likes math) = 1 - 5/8 = 3/8
Q: State the definition of random experiment clearly
Q: Distinguish between simple and compound events with examples
Q: Find probability using classical definition
Common Mistake: Students forget that probability must be โค 1. If you get P > 1, check your calculation!
Key Concept: Master sample space construction for complex experiments (dice + cards, etc.)
Speed Tip: Use complementary probability when finding "at least one" problems
Common Pattern: Questions on probability often combine with permutations and combinations
Advanced Insight: Understanding sample spaces is crucial for conditional probability later