Binomial Distribution vs Probability 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.
Probability distribution
Random variables and distributions
A probability distribution is the rule assigning probability to the values of a random variable, with the probabilities over all values totalling 1.
A probability distribution says how the total probability of 1 is divided among the values a random variable can take. For a discrete variable it is a table or a formula giving for every possible , and two conditions define it: each probability satisfies , and . For a continuous variable there is no table. Probability comes from area under a density curve, and the area under the whole curve is 1.
Let be the number of people in a car passing a checkpoint, with , , , and the last probability left blank. The sum condition fills it in: . That is not a trick, it is the definition doing the work, and it is also why a table whose entries add to 0.97 is not a probability distribution at all.
The misreading to watch is "I rolled the die 60 times and got twelve 3s, so ." That is a relative frequency from one sample, not the distribution. A probability distribution is what the chance process does over the long run and it is fixed before any data exist; a sample wobbles around it and settles closer as the number of trials grows.
The discrete and continuous cases part company over a single value. For the car table, while , because carries real probability of its own. For a continuous variable, at every single , so and are equal. Reading a strict inequality as if it were the other kind is a genuine error for counts and harmless for measurements.
Probability distributions enter the course at topic 2.8, Introduction to Random Variables and Probability Distributions.