1/19
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Binomial Probability Distribution
A probability distribution characterized by only two outcomes per trial (success/failure), independent trials, a fixed number of trials n, and a constant probability of success p on each trial. The random variable X is the number of successes in n trials.
Binomial Probability Formula
The formula used to calculate the probability of exactly x successes in n trials: P(X=x)= \binom{n}{x} p^{x} q^{\,n-x} where q=1-p.
n (number of trials)
In a binomial distribution, n represents the total number of experiments or trials.
p (probability of success)
In a binomial distribution, p represents the constant probability of a single success on any given trial.
x (number of successes)
In a binomial distribution, x represents the specific number of successes desired or observed, where 0 \le x \le n.
q (probability of failure)
In a binomial distribution, q represents the probability of failure on a single trial, calculated as q = 1 - p.
Binomial PDF (Calculator Function)
A calculator program (e.g., Binomial PDF(n, p, x)) used to compute the probability of exactly x successes in n trials for a binomial distribution.
Conditions for a binomial problem
Key clues include a given percent/probability for a single trial, two outcomes (success/not success), a fixed number of trials that doesn't depend on results, and phrases like 'exactly x', 'not more than', or 'at least'.
When a problem is NOT binomial
A problem is typically not binomial if it involves a variable total number of trials (e.g., 'until' a certain event occurs with no fixed end to the trials).
Unusual Event Cutoff
A probability threshold, often 0.05, below which an event is considered unusual or rare.