BackChapter 6
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Chapter 6: Modelling Random Events – The Normal and Binomial Models
Learning Objectives
Define probability distributions of random variables.
Distinguish between discrete and continuous random variables.
Explain and construct probability distributions for both types.
Understand and apply the normal probability model and the binomial probability model.
Section 6.1: Probability Distributions
Probability Distributions
A probability distribution describes the probabilities of all possible outcomes of a random variable. It provides a model for the likelihood of different results in a random experiment.
Random Variable: A variable whose value is a numerical outcome of a random phenomenon.
Probability Distribution: Assigns a probability to each possible value of the random variable.
Example: Rolling a die. The probability distribution for the number showing up is:
Value | 1 | 2 | 3 | 4 | 5 | 6 |
|---|---|---|---|---|---|---|
Probability | 1/6 | 1/6 | 1/6 | 1/6 | 1/6 | 1/6 |
Types of Random Variables
Discrete Random Variables: Take on countable values (e.g., number of heads in coin tosses).
Continuous Random Variables: Take on any value in an interval (e.g., height, weight).
Example (Discrete): Number of siblings a person has. Example (Continuous): Height of students in a class.
Probability Distributions for Discrete Random Variables
List all possible values and their probabilities.
Probabilities must satisfy: for all and .
Example: Rolling a fair die. Each outcome (1 to 6) has probability .
Probability Distributions for Continuous Random Variables
For continuous random variables, probabilities are assigned to intervals, not exact values. The probability that falls within an interval is the area under the curve of the probability density function (pdf) between and .
The total area under the pdf curve is 1.
Example: The probability that a randomly chosen person is between 160 cm and 170 cm tall is the area under the height distribution curve between those values.
Finding Probabilities as Areas
For discrete variables: Sum probabilities for the desired outcomes.
For continuous variables: Calculate the area under the pdf curve for the interval of interest.
Example: For a uniform distribution between 0 and 1, the probability that is between 0.4 and 0.7 is .
Section 6.2: The Normal Model
The Normal Model
The normal distribution is a continuous probability distribution that is symmetric and bell-shaped. It is used to model many natural phenomena, such as heights, test scores, and measurement errors.
Characterized by its mean () and standard deviation ().
Notation: .
Properties of the Normal Distribution
Symmetric about the mean.
Mean, median, and mode are equal.
Described completely by and .
Empirical Rule: About 68% of data within 1, 95% within 2, 99.7% within 3 of the mean.
Standard Normal Distribution
A special case with and .
Standardized values are called z-scores:
Finding Normal Probabilities
Probabilities correspond to areas under the normal curve.
Use z-tables or technology to find areas/probabilities for given z-scores.
Example: Find . From the z-table, .
Using Technology to Find Areas and z-values
Statistical calculators and software can compute normal probabilities and percentiles.
Commands such as normalcdf and invNorm are used on calculators.
Example: To find the area to the left of , use normalcdf(-1000, 1.5, 0, 1).
Finding Measurements from Percentiles (Inverse Normal)
Given a percentile, find the corresponding value using the inverse normal function.
Example: The 90th percentile of a normal distribution with and is .
Section 6.3: The Binomial Model
Binomial Probability Model
The binomial distribution models the number of successes in a fixed number of independent trials, each with the same probability of success.
Conditions:
Fixed number of trials ()
Each trial is independent
Each trial has two outcomes (success/failure)
Probability of success () is constant
Probability of exactly successes in trials:
where is the binomial coefficient.
Shape of the Binomial Distribution
The shape depends on and .
As increases, the distribution becomes more symmetric, especially if is near 0.5.
Mean and Standard Deviation of the Binomial Distribution
Mean:
Standard deviation:
Approximating the Binomial with the Normal Distribution
The binomial distribution can be approximated by the normal distribution when and .
This is useful for large where direct calculation is complex.
Examples and Applications
Finding binomial probabilities using tables, formulas, or technology.
Interpreting results in context (e.g., probability of a certain number of successes in a survey).
Comparison of Distributions
Distribution | Type of Variable | Parameters | Example |
|---|---|---|---|
Discrete (Binomial) | Discrete | , | Number of heads in 10 coin tosses |
Continuous (Normal) | Continuous | , | Heights of students |
Key Formulas
z-score:
Binomial probability:
Mean of binomial:
Standard deviation of binomial:
Summary Table: Properties of Distributions
Property | Normal Distribution | Binomial Distribution |
|---|---|---|
Shape | Symmetric, bell-shaped | Symmetric or skewed (depends on ) |
Parameters | , | , |
Variable Type | Continuous | Discrete |
Application | Heights, test scores | Number of successes in trials |
Additional info: These notes are based on lecture slides and include expanded explanations, definitions, and examples for clarity and completeness.