Bernoulli trial
By Jude Wallis · Updated
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 a single trial of a chance process with exactly two outcomes, one labeled success and the other failure, and a success probability that is fixed for that trial. Code it as a random variable taking 1 for success and 0 for failure and it becomes the smallest random variable worth studying, with and .
One free throw from a 78 percent shooter is a Bernoulli trial with . Its mean is 0.78 makes, which is a long-run share rather than anything a single shot can produce, and its standard deviation is .
"Every card I draw is red or black, so each draw is a Bernoulli trial with " is where this goes wrong. Two outcomes is not the whole condition. Deal one card and keep it, and the next draw has or depending on what came first, so the draws no longer share a single and stacking them does not build a binomial count. Independence and a constant are what make trials interchangeable, and only the first draw is safe on its own.
There is no inside a Bernoulli trial. The moment a question asks how many successes in 20 attempts you have moved to the binomial, and the scaling is not the one people guess. Means add, so makes. Standard deviations do not, so rather than . Variances are what add, and the square root then grows with .
No topic in the Fall 2026 AP Statistics course is named after the Bernoulli trial. The setting is stated inside topic 2.10 of Unit 2, The Binomial Distribution, so the conditions are what get tested and the name is worth carrying for later courses.
Where this comes up
More random variables and distributions terms, or browse the full statistics glossary.