Bernoulli Trial vs Trial

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.

Bernoulli trial

Random variables and distributions

A Bernoulli trial is one random trial with exactly two outcomes, success or failure, and a fixed probability p of success.

A Bernoulli trial is the single-trial building block that the binomial distribution stacks up: one shot, one flip, one yes or no answer. If a player makes 78% of free throws, one attempt is a Bernoulli trial with p=0.78p = 0.78, mean 0.780.78, and standard deviation 0.78(0.22)=0.17160.414\sqrt{0.78(0.22)} = \sqrt{0.1716} \approx 0.414. Counting successes across n=20n = 20 independent attempts turns those trials into a binomial random variable. The trials have to be independent and share the same pp, which is exactly what the binomial setting demands. The idea is squarely AP content, since it is just the binomial setting one trial at a time, but the name Bernoulli is not vocabulary the AP course framework uses.

Full entry for bernoulli trial

Trial

Probability

A trial is one repetition of a chance process, such as a single coin flip or one spin, and it produces exactly one outcome.

Trials are the unit you count when you repeat a random process, and they are called independent when the result of one does not change the probabilities for the next. A simulation works by running many trials and tracking how often the event of interest shows up. Flip a coin 20 times and you have run 20 trials, each landing heads or tails; if 12 come up heads the relative frequency of heads is 12/20=0.6012/20 = 0.60. The binomial setting is defined by a fixed number of independent trials that each have the same probability of success.

Full entry for trial

Where each one fits in the course