Statistics and Probability - Introduction to Probability Distributions (Binomial and Normal)
Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Random Variables: A random variable is a numerical description of the outcome of a statistical experiment. Discrete random variables, like those in a Binomial distribution, take on countable values (e.g., ). Continuous random variables, like those in a Normal distribution, can take any value within an interval. Visually, discrete variables are often represented by distinct points or vertical bars on a graph, while continuous variables are represented by a smooth, unbroken line or curve.
The Binomial Distribution : This distribution models the number of successes in a fixed number of independent trials , where each trial has only two possible outcomes (success or failure) and the probability of success remains constant. Visually, the distribution appears as a series of vertical bars (a histogram); if , the bars are perfectly symmetrical around the center, but if , the distribution is 'right-skewed' with a longer tail of bars extending to the right.
The Normal Distribution : A continuous probability distribution characterized by its 'bell-shaped' curve. The curve is perfectly symmetrical around the mean , which is the highest point of the graph. The total area under the curve is exactly , representing the total probability. Visually, the curve approaches the horizontal axis at both ends but never touches it, showing that extreme values have very low but non-zero probabilities.
Standard Deviation and Curve Spread: In a Normal distribution, the standard deviation dictates the 'fatness' or 'skinniness' of the bell curve. A small results in a tall, narrow curve where data points are clustered closely around the mean . A large creates a short, wide, and flatter curve, indicating that the data is more spread out from the center.
The Empirical Rule (68-95-99.7 Rule): For any Normal distribution, approximately of the data falls within standard deviation of the mean (), falls within standard deviations (), and falls within standard deviations (). Visually, this is shown by shading sections of the bell curve: the middle section containing of the area is the most dense, while the 'tails' beyond contain very little area ( combined).
Standard Normal Distribution and Z-scores: The Standard Normal Distribution is a special case where the mean and standard deviation , denoted as . A Z-score represents how many standard deviations a value is from the mean. On a graph, a positive Z-score is located to the right of the center, and a negative Z-score is to the left. This allows us to compare values from different normal distributions on a single standardized scale.
Cumulative Probability: For both distributions, the cumulative probability represents the probability that the variable takes a value less than or equal to . In a Normal distribution, this is represented visually as the total shaded area under the curve to the left of the vertical line . For a Binomial distribution, it is the sum of the heights of all bars from up to .
📐Formulae
Binomial Probability:
Binomial Coefficient:
Expected Value (Mean) of Binomial:
Variance of Binomial:
Z-score Formula:
Normal Distribution Notation:
Standardization:
💡Examples
Problem 1:
A biased coin has a probability of of landing on heads. If the coin is flipped times, find the probability of getting exactly heads.
Solution:
Step 1: Identify the parameters. This is a Binomial distribution where and . We want to find . Step 2: Use the Binomial formula: . Step 3: Calculate the coefficient: . Step 4: Calculate the powers: and . Step 5: Multiply the values: .
Explanation:
We identify the problem as Binomial because there are a fixed number of trials, constant probability, and independent flips. We plug the values into the formula to find the specific probability for successes.
Problem 2:
The masses of apples in a harvest are normally distributed with a mean of g and a standard deviation of g. Find the probability that a randomly selected apple has a mass less than g.
Solution:
Step 1: Define the distribution: . We want to find . Step 2: Calculate the Z-score for : . Step 3: Use the standard normal table or a calculator to find . Step 4: .
Explanation:
To solve problems involving the Normal distribution, we first standardize the value using the Z-score formula. This tells us that g is standard deviations below the mean. The area to the left of this Z-score on the standard normal curve gives us the required probability.