There are three characteristics of a binomial experiment.
- There are a fixed number of trials. Think of trials as repetitions of an experiment. The letter n denotes the number of trials.
- The random variable, xx, number of successes, is discrete.
- There are only two possible outcomes, called "success" and "failure," for each trial. The letter p denotes the probability of a success on any one trial, and q denotes the probability of a failure on any one trial. p + q = 1.
- The n trials are independent and are repeated using identical conditions. Think of this as drawing WITH replacement. Because the n trials are independent, the outcome of one trial does not help in predicting the outcome of another trial. Another way of saying this is that for each individual trial, the probability, p, of a success and probability, q, of a failure remain the same. For example, randomly guessing at a true-false statistics question has only two outcomes. If a success is guessing correctly, then a failure is guessing incorrectly. Suppose a specific rapid diagnostic test correctly identifies the presence of a biomarker with a probability of p=0.6(success). Then, the probability of the test failing to identify the biomarker is q=0.4 (failure).
The outcomes of a binomial experiment fit a binomial probability distribution. The random variable \(X=\) the number of successes obtained in the \(n\) independent trials.
The mean, \(\mu\), and variance, \(\sigma^2\), for the binomial probability distribution are \(\mu=n p\) and \(\sigma^2=n p q\). The standard deviation, \(\sigma\), is then \(\sigma=\sqrt{n p q}\).
Any experiment that has characteristics three and four and where \(n=1\) is called a Bernoulli Trial (named after Jacob Bernoulli who, in the late 1600s, studied them extensively). A binomial experiment takes place when the number of successes is counted in one or more Bernoulli Trials.
In a specialized community health program for hypertension management, the attrition rate (the rate at which participants drop out before completion) is 30% for any given cohort. This implies that, for any given cohort, 70% of the participants remain in the program for the entire duration.
In this study, a "success" (the event we are counting) is defined as an individual who drops out of the program. The random variable X= the number of participants who drop out from a randomly selected hypertension management cohort.
Suppose you play a game that you can only either win or lose. The probability that you win any game is \(55 \%\), and the probability that you lose is \(45 \%\). Each game you play is independent. If you play the game 20 times, write the function that describes the probability that you win 15 of the 20 times. Here, if you define \(X\) as the number of wins, then \(X\) takes on the values \(0,1,2,3, \ldots, 20\). The probability of a success is \(p=0.55\). The probability of a failure is \(q=0.45\). The number of trials is \(n=20\). The probability question can be stated mathematically as \(P(x=15)\).
A public health researcher is studying a group of 5 patients who are receiving a specialized experimental treatment. Based on historical clinical data, the probability that an individual patient will show a "positive response" to this specific dosage is 0.25 (p=0.25), and the probability of no response is 0.75 (q=0.75). Each patient's response is independent.
What is the probability that more than 3 patients in this group of five will show a positive response?
Let X= the number of positive responders in 5 patients. X can take on the values {0,1,2,3,4,5}. The number of trials is n=5.
State the probability question mathematically: P(X>3)
Solution
First, we develop the probability density function (PDF). With the fully developed PDF, we can simply sum the individual probabilities for x=4 and x=5 to find the solution for P(X>3). \(P(x>3)=P(x=4)+P(x=5)=0.0146+0.0007=0.0153\). We have added the two individual probabilities because of the addition rule from Probability Topics.
Figure \(\PageIndex{1}\) also allows us to see the link between the probability density function and probability and area. We also see in Figure \(\PageIndex{1}\) the skew of the binomial distribution when p is not equal to 0.5 . In Figure 4.2 the distribution is skewed right as a result of \(\mu=n p=1.25\) because \(p=0.25\).
\[\begin{aligned}
P\left(x=x_0\right) & =\binom{n}{x} p^x(1-p)^{n-x} \\
= & \binom{5}{x_0} \cdot 25^{x_0} \cdot 75^{5-x_0} \\
& \text { etc. } \\
\mu= & \mathrm{np}=1.25
\end{aligned}\]


