Binomial Distribution vs Normal Distribution
Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.
Binomial distribution
Random variables and distributions
The binomial distribution gives the probability of a set number of successes in a fixed number of independent trials with a constant success probability.
A binomial distribution counts successes across a fixed number of trials that are binary, independent, and identical in success probability. Write it : trials, success probability on each one, and the number of successes, which can be any whole number from 0 to . The probability of exactly successes is , where (n choose k) counts the orders in which those successes could fall. The mean is and the standard deviation is .
Flip a fair coin 10 times, so and . Then . The mean is heads and the standard deviation is heads.
Now the error that costs the most marks: "so the probability of 6 or more heads is 0.2051." It is not. That number is the probability of exactly 6. At least 6 means 6, 7, 8, 9 or 10, and adding those five probabilities gives 0.3770, nearly double. Circle the words at least, at most, more than and fewer than before any arithmetic starts, because the formula answers only the exactly question and every other question is assembled out of it.
Independence is the condition that breaks most often in practice. Deal 10 cards from a deck without replacement and the chance of a heart shifts with every card removed, so the count of hearts is not binomial. It is close enough to treat as binomial when the sample is a small fraction of the population, which is what the 10 percent condition checks.
The binomial distribution is topic 2.10 of Unit 2, Probability, Random Variables, and Probability Distributions.
Normal distribution
Random variables and distributions
The normal distribution is a continuous bell-shaped model in which probability is area under a curve fixed entirely by the mean and the standard deviation.
A normal distribution is a continuous model written : a density curve, symmetric about its mean (mu), single-peaked, and spread out by its standard deviation (sigma). Two numbers fix the whole curve. Probability is area underneath it, the total area is exactly 1, and half of that area sits on each side of . Because the area over a single point is zero, every normal question is really a question about an interval.
Suppose adult male heights are approximately in inches. To find the share above 72 inches, standardize: . The area to the left of is 0.8577, so about 0.142, roughly 14 percent, are taller than 72 inches. The same curve puts about 71.6 percent of men between 66 and 72 inches.
The claim that ruins the most work is "the sample is large, so the data are normal." Sample size does not change the shape of the variable being measured. A right-skewed variable such as household income stays right-skewed however many households you collect. What a large sample buys is that the sampling distribution of (x-bar, the sample mean) is close to normal, and that is a statement about the average of a sample, not about the individual values inside it.
A normal curve also runs on forever in both directions, so a normal model always assigns some probability to values the real variable cannot reach, negative heights included. For heights that leftover is far too small to matter. Where the model genuinely fails is shape: strongly skewed, hard-bounded, or clearly bimodal data should not be pushed through a normal calculation, and no amount of extra data repairs that.
The normal distribution is topic 2.11 in Unit 2, Probability, Random Variables, and Probability Distributions. The empirical rule gives the quick version of its areas and the z-table gives the exact ones.
There is a calculus reason the areas have to come from a table or a calculator rather than from an antiderivative. The bell-shaped function has no elementary antiderivative at all, so no amount of algebra produces a formula for the area under it between two bounds. CalcLearn works through that function's behaviour in the limit of e to the minus x squared.