Study Notes on Hypergeometric Probability and Probability Theory
Permutations versus Combinations
Probability calculations are often built upon the foundation of counting techniques learned in previous lectures: permutations and combinations.
Permutations (Order Matters):
Permutations are used when a specific sequence or order of elements is required.
Sports Race Example: Consider a race with athletes where the first three finishers receive gold, silver, and bronze medals. In this scenario, the order of the winners is critical; a specific trio winning in the order (A, B, C) is a different outcome than (B, A, C) because the medals assigned are unique.
Formula for Permutations ():
Evaluating the race example: to distribute unique medals among athletes, we calculate:
The numerator () represents the permutations if all athletes were given unique medals. We divide by (the number of permutations for the remaining athletes who do not receive medals) to isolate the permutations of the prize winners.
Combinations (Order Does Not Matter):
Combinations are used when the selection of a group is important, regardless of the sequence of selection.
Team Selection Example: From a group of the top athletes, are randomly selected for a national team. Selecting person A then person B results in the same team as selecting person B then person A.
Formula for Combinations ( or "n choose r"):
This formula includes an extra division by compared to permutations because the number of internal sequences among those chosen does not matter; they all form a single group.
Hypergeometric Probability: Conceptual Framework
Hypergeometric probability is a specific calculation determining the likelihood of certain outcomes when drawing from a population without replacement.
Drawing Without Replacement: This is a defining characteristic. Once an item (or person) is selected from the pool, they are not returned. This means they cannot be selected twice in the same sample.
Success and Failure Vocabulary: In mathematics, specific outcomes of interest are termed "successes" and others "failures." This nomenclature is strictly technical and carries no moral or qualitative judgment.
The Smoker Case Study: Step-by-Step Calculation
Consider a small population of persons: smokers and non-smokers. A sample of persons is chosen randomly. The goal is to find the probability that exactly smoker and non-smokers are chosen.
Step 1: Total possible samples. Determine the total ways to choose people from . Since order does not matter, we use combinations: There are possible combinations.
Step 2: Probability of a single sample. Assuming no bias (every person has an equal chance of selection), every one of the possible samples has an equal probability:
Step 3: Calculating target combinations. Find how many ways to pick specifically smoker and non-smokers.
Ways to choose smoker from available:
Ways to choose non-smokers from available:
The total number of desired combinations is the product of these two (the "and" rule for combinations):
Step 4: Final Probability. Multiply the number of desired combinations by the probability of each sample: This is equivalent to .
Generalizing the Hypergeometric Formula
To apply this to any scenario involving drawing without replacement, let:
= Total Population size.
= Total number of successes available in the population.
= Total number of failures in the population.
= Sample size.
= Number of successes in the sample.
= Number of failures in the sample.
The Hypergeometric Formula:
Structural Consistency: In the numerator, the sum of the top symbols in the combinations () equals the total population . The sum of the bottom symbols () equals the sample size . This logic can be extended to populations with more than two categories of items.
Probability Tree Representation
A probability tree can visualize the smoker example by mapping outcomes branch by branch (first person, second person, third person).
Branching and Dependencies: Because there is no replacement, the probabilities change at each step. If the first person chosen is a smoker (probability ), there are only smokers left out of remaining people for the second draw.
Multiplication Rule (AND): When moving from left to right along a branch (e.g., Smoker AND Non-Smoker AND Non-Smoker), multiply the probabilities.
Addition Rule (OR): To find the total probability of an outcome that can occur via different sequences (Smoker first, Smoker second, or Smoker third), calculate the probability for each path and add them together. Since each sequence has the same numerical outcome, the result is .
Works Council Case Study: Complex Hypergeometric Application
Scenario Details: A company has employees.
are full-time (FT).
are part-time (PT).
are junior workers ( FT and PT).
are senior workers ( FT and PT).
A council of members is chosen at random without replacement.
Calculating Exactly One Part-Timer: Using the hypergeometric formula, we distinguish between PT (success) and FT (failure).
Sample size () =
Population size () =
Total PT () =
Total FT () =
Desired PT in sample () =
Desired FT in sample () =
Calculating At Least One Part-Timer (The Complementary Rule): Calculating at least one involves summing the probabilities of having part-timers. This is tedious and prone to error.
The Complementary Rule: The sum of all possible outcomes equals (). Therefore, the probability of at least one is minus the probability of zero.
In this calculation, we look for samples of where all members are FT:
Fundamental Concepts of Probability Theory
Random Experiment: A process where the outcome is uncertain but can be repeated under identical circumstances (e.g., flipping a coin, rolling a die).
Outcome Space (Sample Space ): A finite or infinite set containing all possible simple events. For flipping a coin twice: .
Event: A subset of the outcome space.
Simple Event: A single outcome (e.g., getting exactly Heads and then Tails).
Event (Complex): A collection of outcomes (e.g., "at least one tails" in two flips includes ).
The Three Definitions of Probability
Classical Definition (Laplace): Based on theoretical symmetry. The probability of event A is the number of simple events in A divided by the total number of simple events in the sample space. This assumes all outcomes are equally likely (e.g., a fair die).
Relative Frequency Definition: Based on observation. The probability is estimated by repeating an experiment many times (e.g., times) and determining the percentage of times the event occurs. This is used if a die or coin is biased.
Subjective Definition: Based on prognosis or expert opinion for events that cannot be repeated (e.g., presidential election outcomes). Probability may vary between different observers or surveys.
Core Rules of Probability
Rule 1 (Range): Probabilities must always fall between and .
means the event never happens.
means the event always happens.
Negative probabilities or values greater than are mathematically impossible and indicate calculation errors.
Rule 2 (Total Probability): The sum of probabilities for all possible mutually exclusive outcomes in the sample space must equal .
Questions & Discussion
Question: What happens if the selection is done with replacement?
Answer: If items are replaced after being chosen (e.g., selecting the same person for a council twice or choosing the same multiple-choice answer across Different questions), the probabilities remain constant for each draw. This scenario follows a Binomial Probability distribution, which will be discussed in the next lecture.
Question: Is the classical formula () practical for exams?
Answer: Yes, it is used in specific contexts. For example, when you determine that a fair die has a probability for each side, you are using the classical definition. This is fundamentally different from the hypergeometric scenario, which deals with populations of differing categories.