Binomial Distributions
Binomial Distributions – At Least
Learning Objectives
Calculate the probability of at least xx successes or, P(X≥x)P(X≥x).
Calculating P(X≥x)P(X≥x) is similar to calculating P(X>x)P(X>x) with only one difference:
- P(X≥x)P(X≥x), the probability of at least xx successes, includes the xx value.
- P(X>x)P(X>x), the probability of more than xx successes, does not include the xx value.
In other words:
- P(X>x)=1−P(X≤x)=1−BINOM.DIST(x,n,p,1)P(X>x)=1−P(X≤x)=1−BINOM.DIST(x,n,p,1)
- P(X≥x)=1−P(X≤x−1)=1−BINOM.DIST(x−1,n,p,1)P(X≥x)=1−P(X≤x−1)=1−BINOM.DIST(x−1,n,p,1)
Why do we use x−1x−1 in the above formula?
- It has to do with what it means to take a complement.
- When taking a complement, we take all values outside of that sample space.
- Since xx is included in the range, we ‘stop’ at x−1x−1 when taking the complement: P(X≥x)=1−[P(X=0)+P(X=1)+...+P(X=x−1)]P(X≥x)=1−[P(X=0)+P(X=1)+...+P(X=x−1)]
Let us revisit the hotel example from the previous section to highlight the similarities and differences between ‘more than’ and ‘at least’ calculations.
Example 28.1 – Using the Formula
Problem Setup: A hotel’s records indicate that 65% of its guests are visitors from Canada.
Question: From a random sample of 12 guests, what is the probability that at least 10 of them are from Canada?
Solution: We know the following:
- P(at least 10)=P(x≥10)=P(x=10)+P(x=11)+P(x=12)P(at least 10)=P(x≥10)=P(x=10)+P(x=11)+P(x=12)
- n=12n=12 and p=0.65p=0.65.
This gives:
- P(x=10)=12C10⋅(0.65)10⋅(1−0.65)12−10=12!10!2!⋅(0.65)10⋅(0.35)2=66(0.01346)(0.1225)=0.10885P(x=10)=12C10⋅(0.65)10⋅(1−0.65)12−10=12!10!2!⋅(0.65)10⋅(0.35)2=66(0.01346)(0.1225)=0.10885
- P(x=11)=12C11⋅(0.65)11⋅(1−0.65)12−11=12!11!1!⋅(0.65)11⋅(0.35)1=12(0.00875)(0.35)=0.03675P(x=11)=12C11⋅(0.65)11⋅(1−0.65)12−11=12!11!1!⋅(0.65)11⋅(0.35)1=12(0.00875)(0.35)=0.03675
- P(x=12)=12C12⋅(0.65)12⋅(1−0.65)12−12=12!12!0!⋅(0.65)12⋅(0.35)0=1(0.00569)(1)=0.00569P(x=12)=12C12⋅(0.65)12⋅(1−0.65)12−12=12!12!0!⋅(0.65)12⋅(0.35)0=1(0.00569)(1)=0.00569
- P(x≥10)=P(x=10)+P(x=11)+P(x=12)=0.10885+0.03675+0.00569=0.1513P(x≥10)=P(x=10)+P(x=11)+P(x=12)=0.10885+0.03675+0.00569=0.1513
Conclusion: There is an 15.13% chance that at least 10 of them are from Canada.
- Using Excel’s BINOM.DIST() function is much quicker than using the formula shown in the previous section
- Again, just be careful of which xx value to include and don’t forget to take the complement.
- We will try this out in the next example.
Example 28.2 – Using Excel and a Complement
Problem Setup: Let us now revisit example 28.1 but we will use Excel.
Question: Can you use Excel’s BINOM.DIST to calculate the probability of at least 10 guests being from Canada?
Solution: Click here to download the Excel solution file. Also, see the video below:
Conclusion: Again, here is an 15.13% chance that at least 10 of them are from Canada.
Key Takeaways: Binomial Distributions – At Least
- Are there any notes you want to take from this section? Is there anything you’d like to copy and paste below?
- These notes are for you only (they will not be stored anywhere)
- Make sure to download them at the end to use as a reference