A binomial experiment is a probability experiment possessing the following characteristics:
It has a fixed number of trials, \(n\text{.}\)
Each trial has only two possible outcomes: success or failure.
The probability of success, \(p\text{,}\) and the probability of failure, \(q\text{,}\) are constant.
Each trial is independent of the other trials.
The outcomes of a binomial experiment and the corresponding probabilities of these outcomes are called a binomial distribution.
Exercise5.3.2.Binomial Multiple Choice Problem.
Which of the following are binomial experiments?
Taking a sample of 50 employees and counting how many of them have been at the company for at least 5 years.
Taking a standardized test 3 times and counting how many times I got a passing score.
Flipping a coin 100 times and counting how many times I got “tails”.
Taking a group of 100 students and finding their average GPA.
Tracking how long it took me to drive to work each day over a month.
The probability of exactly \(X\) successes in \(n\) trials with probability of success, \(p\text{,}\) is
\begin{equation*}
P(X)=\frac{n!}{X!(n-X)!}p^X(1-p)^{n-X}\text{ for }X=0,1,2,...,n
\end{equation*}
In this class, we can use Excel (and/or tables) instead of the formula above to calculate probabilities for a binomial distribution. (As the number of trials in a binomial experiment increases, calculating the probabilities using the complex formula becomes tedious.)
In Excel:
\(\text{The formula is } BINOM.DIST(x,n,p,\text{cumulative})\text{, where }\text{cumulative=TRUE ( or fewer successes) or FALSE (exactly successes)}\)
\begin{equation*}
\boxed{ P(X\leq x)=BINOM.DIST(x,n,p,TRUE)\;\;\;\text{ and }\;\;\; P(X=x)=BINOM.DIST(x,n,p,FALSE) }
\end{equation*}
In class we’re going to do a matching activity to practice calculating probabilities for binomial distributions. Below are the answers to this in-class activity.
Suppose a bank gives out a number of loans. Each of the \(6\) loans has a \(0.19\) chance of defaulting. Suppose that whether or not each loan default is independent of the other loans.
What is the probability that \(3\) loans default? Round your answer to four decimal places:
Exercise5.3.5.
Suppose a bank gives out a number of loans. Each of the \(6\) loans has a \(0.19\) chance of defaulting. Suppose that whether or not each loan default is independent of the other loans.
What is the probability that \(4\) loans default? Round your answer to four decimal places:
Exercise5.3.6.
Suppose a bank gives out a number of loans. Each of the \(6\) loans has a \(0.19\) chance of defaulting. Suppose that whether or not each loan default is independent of the other loans.
What is the probability that less than \(3\) loans default? Round your answer to four decimal places:
Exercise5.3.7.
Suppose a bank gives out a number of loans. Each of the \(6\) loans has a \(0.19\) chance of defaulting. Suppose that whether or not each loan default is independent of the other loans.
What is the probability that between \(2\) and \(4\) (inclusive) loans default? Round your answer to four decimal places:
Now let’s get more practice working with other examples of binomial distributions.
Exercise5.3.8.
(Donnelly 5.19)
According to Fortune, as of January 2018, \(5\%\) of chief executive officers (CEOs) were women. Answer the following questions based on a random sample of 12 CEOs
(a)
Why does this scenario fit a binomial experiment? Define the random variable, \(X\text{,}\) and clearly identify \(n\) and \(p\text{.}\)
Answer.
\(X=\) number of CEOs out of 12 that are women
\(n=12\text{:}\) the fixed number of trials; \(p=0.05\text{:}\) probability of “success” (fixed)
The 12 trials are independent.
There are only 2 outcomes: “success”: CEO is a woman; “failure”: CEO is not a woman
(b)
What is the probability that fewer than four CEOs were women?
An e-commerce website claims that \(7\%\) of people who visit the site make a purchase. Use Excel to answer the question below based on a random sample of 15 people who visited the website.
What is the probability that none of the people will make a purchase? (Round your answer to 4 decimal places.)
Exercise5.3.10.
(Donnelly 5.20)
An e-commerce website claims that \(7\%\) of people who visit the site make a purchase. Use Excel to answer the question below based on a random sample of 15 people who visited the website.
What is the probability that less than 3 people will make a purchase? (Round your answer to 4 decimal places.)
Exercise5.3.11.
(Donnelly 5.20)
An e-commerce website claims that \(7\%\) of people who visit the site make a purchase. Use Excel to answer the question below based on a random sample of 15 people who visited the website.
What is the probability that at least one person will make a purchase? (Round your answer to 4 decimal places.)
Exercise5.3.12.
(Donnelly 5.20)
An e-commerce website claims that \(7\%\) of people who visit the site make a purchase. Use Excel to answer the question below based on a random sample of 15 people who visited the website.
Suppose that out of the 15 customers, 5 made a purchase. What conclusions can be drawn about the sample?