BackProbability, Counting, and Discrete Distributions: Study Notes
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Probability Rules and Conditional Probability
General and Special Multiplication Rules
Understanding how to calculate the probability of two events both occurring is fundamental in probability theory. The multiplication rules help us determine these probabilities, especially when events are dependent or independent.
General Multiplication Rule: For any two events E and F, the probability that both occur is given by:
Special Multiplication Rule (for Independent Events): If E and F are independent, then:
Conditional Probability: The probability of event E occurring given that F has occurred is:
Example: Suppose P(L) = 0.25, P(M) = 0.35, and P(M|L) = 0.20. Then:
Independence of Events
Two events are independent if the occurrence of one does not affect the probability of the other.
If L and M are independent, then
and
Example: If P(L) = 0.20 and P(M) = 0.30, and L, M are independent:
Conditional Probability in Context
Example: 20% of nursing students are both tired and cranky, and 30% are tired. Probability a tired student is also cranky:
Example: 40% of men have false teeth, and 30% of those also wear a toupee. Probability a man has false teeth and wears a toupee:
Probability with Replacement and Without Replacement
With Replacement: Each selection is independent; probabilities remain the same for each draw.
Without Replacement: Each selection affects the next; probabilities change after each draw.
Example: An urn has 5 red and 10 blue marbles (15 total).
Without Replacement: Probability both marbles are red:
With Replacement: Probability all three marbles are red:
Probability of "At Least One" Events
To find the probability of at least one event occurring, use the complement rule:
Example: Probability of at least one tail in 4 flips of a biased coin (P(H) = 0.6):
Probability with Cards
Example: Probability of drawing 2 Aces from a deck without replacement:
Probability from Two-Way Tables
Two-way tables summarize data for two categorical variables. Probabilities can be calculated using row and column totals.
Subject | Blue | Green | Yellow | Row Sum |
|---|---|---|---|---|
Math | 10 | 40 | 100 | 150 |
English | 40 | 50 | 50 | 140 |
Science | 30 | 100 | 80 | 210 |
Column Sum | 80 | 190 | 230 | 500 |
Counting Principles: Permutations and Combinations
Permutations
Permutations count the number of ways to arrange objects where order matters.
Number of permutations of n objects taken r at a time:
Example: Number of ways to arrange 5 brothers out of 15 for clean-up duty: Since order does not matter, use combinations (see below).
Example: Number of 5-letter words from RSTUVWXYZ (no repeats):
Combinations
Combinations count the number of ways to select objects where order does not matter.
Number of combinations of n objects taken r at a time:
Example: Number of ways to select 5 brothers from 15 for clean-up duty:
Discrete Probability Distributions
Mean and Standard Deviation of a Discrete Random Variable
A discrete probability distribution lists each possible value a random variable can take, along with its probability.
Mean (Expected Value):
Variance:
Standard Deviation:
x | P(X = x) |
|---|---|
1 | 0.1 |
2 | 0.2 |
3 | 0.2 |
4 | 0.2 |
5 | 0.3 |
Binomial Distribution
Definition and Properties
The binomial distribution models the number of successes in a fixed number of independent trials, each with the same probability of success.
Probability Mass Function:
Mean:
Variance:
Example: X ~ Binomial(n = 12, p = 0.4)
Application: In a sample of 12 people, probability exactly 5 suffer from anxiety (p = 0.4):
For less than or at least 5, sum the probabilities accordingly.
Standard Normal Distribution and Z-Scores
Z-Score Calculation
The z-score measures how many standard deviations a value x is from the mean μ.
Example: If :
Finding x from z: Example:
Areas Under the Standard Normal Curve
Use z-tables to find areas (probabilities) under the curve.
To the left of z:
To the right of z:
Between two z-values:
Example:
: Look up -1.14 in the z-table.
Assumption of Independence in Large Populations
When sampling from a large population, individual selections can be considered independent if the sample size is small relative to the population.
Additional info: For all probability calculations, ensure that the sum of probabilities in a discrete distribution equals 1. For binomial and normal calculations, use statistical tables or technology as appropriate.