Binomial Distribution (): A discrete distribution that counts the number of successes in a fixed number of independent trials, where each trial has a constant probability of success .
Normal Distribution (): A continuous, bell-shaped distribution defined by its mean and variance .
The Approximation: When certain conditions are met, the discrete Binomial bars form a shape that closely follows the smooth curve of a Normal distribution, allowing for easier calculation of probabilities over large ranges.
Mean (): The mean of the approximating Normal distribution is set equal to the expected value of the Binomial distribution, calculated as .
Variance (): The variance is set to the Binomial variance, . It is crucial to remember that the standard deviation is the square root of this value.
Standardization: Once the parameters are found, probabilities are calculated by converting the variable to the standard normal variable using .
The Discrete-Continuous Gap: Because the Binomial distribution is discrete, a single value is represented by a bar covering the interval . The Normal distribution, being continuous, assigns a probability of zero to any single point.
Adjustment Logic: To include the entire bar for a value , we must adjust the boundaries by . For example, becomes to ensure the bar at is fully captured.
Directional Rules:
| Feature | Binomial Distribution | Normal Approximation |
|---|---|---|
| Variable Type | Discrete (integers only) | Continuous (all real numbers) |
| Probability of Point | has a specific value | |
| Calculation | Combinatorial formula | Z-scores and tables |
| Correction | None needed | Continuity correction () required |
Check Conditions First: Always verify and before proceeding with an approximation. If these aren't met, the approximation is invalid and marks may be lost.
The 0.5 Rule: The most common error is applying the continuity correction in the wrong direction. Always visualize the histogram bars: if you want to 'include' a number, move the boundary away from it to wrap around the bar.
Standard Deviation vs. Variance: Ensure you use in the denominator of the Z-score formula, not just .
Rounding: Keep intermediate values (like ) to high precision (at least 4 decimal places) to ensure the final probability is accurate to the standard 3 significant figures.