BackProbability and Probability Distributions: Study Notes for Business Statistics
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Introduction to Probability
Definition and Basics
Probability is the proportion of times an event is expected to occur when an experiment is repeated a large number of times under identical conditions. The probability of an event E is denoted as P(E), and it must satisfy:
0 ≤ P(E) ≤ 1
P(E) = 0: Event never occurs
P(E) = 1: Event always occurs
Example: The probability of flipping a head on a fair coin is 0.5.
Mutually Exclusive Events
Two events are mutually exclusive if they cannot occur at the same time.
For mutually exclusive events E1 and E2: P(E1 and E2) = 0
The sum of probabilities of all mutually exclusive outcomes in an experiment is 1.
Example: In a coin toss, getting heads and tails are mutually exclusive.
Complementary Events
The complement of event E is the event that E does not occur.
P(E) + P(Ec) = 1
P(E) = 1 - P(Ec)
Example: If the probability of rain is 0.3, the probability of no rain is 0.7.
Independent Events
Events A and B are independent if the occurrence of one does not affect the probability of the other.
P(A and B) = P(A) × P(B)
Example: Flipping a coin twice: the result of the first flip does not affect the second.
General Addition Rule
For any two events E1 and E2:
Example: Probability of drawing a red card or an ace from a deck:
P(red) = 26/52
P(ace) = 4/52
P(red ace) = 2/52
P(red or ace) = 26/52 + 4/52 - 2/52 = 28/52
Sample Space and Counting Outcomes
The sample space is the set of all possible outcomes.
For independent events, total outcomes = product of outcomes for each event.
Example: Flipping a coin three times: 2 × 2 × 2 = 8 possible outcomes.
Classical Probability Formula
Example: Probability of getting exactly two heads in three coin flips: 3/8.
Relative Frequency Assessment
Probability estimated by the proportion of times an event occurs in repeated trials.
Example: If 1570 out of 2250 Starbucks sales are caffeinated drinks, estimated probability = 1570/2250 ≈ 0.698.
Subjective Probability
Probability based on personal judgment or belief, not on data.
Example: A fan estimates a 70% chance their team will win based on conviction.
Conditional Probability
The probability of event A given that event B has occurred:
(if )
Example: Probability a card is the ace of diamonds given it is red: 1/26.
Dependent Events
Events where the occurrence of one affects the probability of the other.
For dependent events:
Summary Table: Types of Events
Type | Definition | Key Formula |
|---|---|---|
Mutually Exclusive | Cannot occur together | |
Independent | Occurrence of one does not affect the other | |
Dependent | Occurrence of one affects the other |
Discrete Probability Distributions
Random Variables
Discrete random variable: Can take on a countable number of values (e.g., 0, 1, 2, ...).
Continuous random variable: Can take on any value within an interval.
Probability Distribution Table
For a discrete random variable X, the probability distribution lists each possible value of X and its probability P(X).
X | P(X) |
|---|---|
0 | 0.125 |
1 | 0.375 |
2 | 0.375 |
3 | 0.125 |
Example: Number of heads in three coin flips.
Expected Value (Mean) and Variance
Expected value (mean):
Variance:
Standard deviation:
Example: For the above table, , ,
Binomial Distribution
Describes the probability of X successes in n independent trials, each with probability p of success.
Conditions:
n identical trials
Each trial has two outcomes (success/failure)
Trials are independent
Probability of success (p) is constant
Probability mass function:
, where
Example: Probability of getting exactly 2 heads in 3 coin flips (p = 0.5):
Mean and Variance of Binomial
Mean:
Variance:
Poisson Distribution
Models the number of events occurring in a fixed interval of time or space.
Parameter: (average rate of occurrence)
Probability mass function:
Mean and variance: ,
Example: If a bank expects 16 customers per hour, the probability of 12 customers in 1 hour:
Hypergeometric Distribution
Used when sampling without replacement from a finite population.
Parameters:
N: population size
K: number of successes in population
n: sample size
k: number of successes in sample
Probability mass function:
Example: Probability of drawing 2 red cards in 5 draws from a deck of 52 cards without replacement.
Continuous Probability Distributions
Normal Distribution
Most important continuous distribution; bell-shaped, symmetric, unimodal.
Defined by mean () and standard deviation ().
Probability density function:
Empirical Rule:
68% within 1 standard deviation of mean
95% within 2 standard deviations
99% within 3 standard deviations
Standard Normal Distribution and Z-scores
Standard normal: mean 0, standard deviation 1.
Z-score formula:
Use Z-tables or Excel to find probabilities.
Example: If , , ,
Finding Probabilities for Normal Distribution
To find , first find , then .
To find , compute .
Uniform Distribution
All outcomes in an interval [a, b] are equally likely.
Probability density function:
Mean:
Variance:
Example: If tree growth is uniformly distributed between 1 and 4 inches per year, for .
Exponential Distribution
Models the time between events in a Poisson process.
Probability density function:
, for
Mean:
Variance:
Example: If customers arrive at a rate of 15 per 20 minutes, per minute. The probability the next customer arrives within 3 minutes:
Summary Table: Choosing a Probability Distribution
Distribution | Data Type | Independence | Example |
|---|---|---|---|
Binomial | Binary (success/failure) | Independent trials | Coin flips, pass/fail tests |
Poisson | Count data | Independent events | Number of arrivals per hour |
Hypergeometric | Binary or count | Dependent (no replacement) | Drawing cards without replacement |
Normal | Continuous | — | Heights, test scores |
Uniform | Continuous | — | Random number between a and b |
Exponential | Continuous (time between events) | — | Time between arrivals |
Applications and Examples
Business: Estimating probability of sales, customer arrivals, or product defects.
Finance: Modeling returns, risk, and rare events.
Operations: Inventory management, queuing, and service times.
Key Excel Functions for Probability
BINOM.DIST: Binomial probabilities
POISSON.DIST: Poisson probabilities
HYPGEOM.DIST: Hypergeometric probabilities
NORM.DIST: Normal probabilities
NORM.S.DIST: Standard normal probabilities
EXPON.DIST: Exponential probabilities
COMBIN: Number of combinations
FACT: Factorial
Practice Problems and Solutions
See assignment solutions for step-by-step calculations using the above formulas and Excel functions.
Practice includes constructing sample spaces, calculating probabilities for various distributions, and interpreting results in business contexts.
Additional info: These notes synthesize and expand upon the provided lecture content, including definitions, formulas, and practical business applications, to serve as a comprehensive study guide for exam preparation in business statistics.