BackCombinatorial Analysis and Axioms of Probability: Study Notes
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Combinatorial Analysis
Combinations and Binomial Coefficients
Combinatorial analysis is fundamental in probability and statistics, providing methods to count arrangements and selections of objects. A combination is a selection of items where order does not matter. The number of ways to choose r objects from n distinct objects is given by the binomial coefficient:
Formula:
Example: The number of ways to choose 3 students from a group of 10 is .
Binomial coefficients appear in the binomial theorem:
Binomial Theorem: $
Example:
Combinatorial Identity:
Multinomial Coefficients and Theorem
When dividing n distinct items into r groups of sizes (with ), the number of ways is given by the multinomial coefficient:
Formula:
Example: Dividing 10 officers into groups of 5, 2, and 3:
The multinomial theorem generalizes the binomial theorem:
Multinomial Theorem: $
Example:
Counting Integer Solutions
To count the number of nonnegative integer solutions to :
Formula:
Example: Number of nonnegative integer solutions to is
For positive integer solutions ():
Summary Table: Key Counting Formulas
Situation | Formula | Example |
|---|---|---|
Permutations of n items | Arranging 5 books: | |
Combinations (choose r from n) | Choose 2 from 4: | |
Multinomial division | Divide 6 into 2,2,2: | |
Nonnegative integer solutions to | : |
Axioms of Probability
Sample Space and Events
A sample space (S) is the set of all possible outcomes of an experiment. An event is any subset of the sample space. Events can be combined using set operations:
Union (E ∪ F): Event that either E or F (or both) occur.
Intersection (EF or E ∩ F): Event that both E and F occur.
Complement (Ec): Event that E does not occur.
Mutually Exclusive: Events E and F are mutually exclusive if (cannot both occur).
Venn diagrams are often used to visualize these relationships.
Set Algebra Laws
Commutative: ,
Associative: ,
Distributive:
DeMorgan's Laws:
Axioms of Probability
Probability is a function P(E) defined on events E in a sample space S, satisfying:
Nonnegativity:
Normalization:
Additivity: For any sequence of mutually exclusive events ,
From these axioms, several important results follow:
Probability of the null event:
Complement Rule:
Monotonicity: If , then
Union of Two Events:
Inclusion-Exclusion Principle: For events : $$P\left(\bigcup_{i=1}^n E_i\right) = \sum_{i=1}^n P(E_i) - \sum_{i
Equally Likely Outcomes
If a finite sample space S has N equally likely outcomes, then for any event E:
Probability:
Example: Probability of sum 7 when rolling two dice:
Examples and Applications
Birthday Problem: Probability that in a group of n people, no two share a birthday: $ For n ≥ 23, this probability is less than 0.5.
Matching Problem: Probability that no one gets their own hat when N hats are randomly returned: P \approx e^{-1} \approx 0.368$.
Poker Hands: Probability of a straight: $
Summary Table: Probability Rules
Rule | Formula | Example |
|---|---|---|
Complement | If , | |
Union (2 events) | See above | |
Inclusion-Exclusion (3 events) | See above | |
Equally likely outcomes | Rolling a 6 on a die: |
Additional info:
Some advanced combinatorial identities and proofs (e.g., inclusion-exclusion, multinomial theorem) are left as exercises but are foundational for probability theory.
Venn diagrams are a powerful tool for visualizing set operations and probability relationships.
Many probability problems can be solved by careful counting and application of the basic axioms and rules above.