P(Exactly k scores in n attempts) = (kn)∗fk∗(1−f)n−k
f = prob of making attempts
A binomial probability problem has these features:
a set number of trials (n)
each trial can be classified as a "success" or "failure"
the probability of success (p) is the same for each trial
results from each trial are independent from each other
Here's a summary of our general strategy for binomial probability:
Using the example from Problem 1:
n=3 free-throws
each free-throw is a "make" (success) or a "miss" (failure)
probability she makes a free-throw is p=0.90
assume free-throws are independent
In general...
Challenge Problem
Steph promises to buy Luke ice cream if he makes 3 or more of his 4 free-throws.
What is the probability that he makes 3 or more of the 4 free throws?
Luke gets ice cream if he makes 3 or 4 free throws. We can find the probability of each of those outcomes and add the results together.Here's how we can think of this problem:
n=4 trials (shots)
each shot is either a make or miss
probability that he makes a shot is p=0.20
shots are independent
Quiz #1
Layla has a coin that has a 60% chance of showing heads each time it is flipped. She is going to flip the coin 5 times. Let X represent the number of heads she gets.
What is the probability that she gets more than 3 heads?
Finding P(X=5)
For each flip, we know P(heads)=60%. To find the probability that all 5 flips are heads, we can multiply probabilities since flips are independent:
We'll come back and use this result later. Next, we need to find P(X=4) (the probability that she gets 4 heads).
Finding P(X=4)
Getting 4 heads in 5 attempts means Layla needs to get 4 heads and 1 tail. For each flip, we know P(heads)=60% and P(tails)=40%.
Let's start by finding the probability of getting 4 heads followed by 1 tail:
P(HHHHT)=(0.6)4(0.4)=0.05184
This isn't the entire probability though, because there are other ways to get 4 heads from 5 flips (for example, THHHH). How many different ways are there? We can use the combination formula:
Ira ran out of time while taking a multiple-choice test and plans to guess on the last 6 questions. Each question has 4 possible choices, one of which is correct. Let X= the number of answers Ira correctly guesses in the last 6 questions.
What is the probability that he answers fewer than 2 questions correctly in the last 6 questions?
Strategy (without a fancy calculator)
The probability that Ira gets fewer than 2 questions correct in the 6 questions is equivalent to the probability that he gets 0 or 1 question correct. So we can find those probabilities and add them them together to get our answer:
P(X<2)=P(0 correct)+P(1 correct)=P(X=0)+P(X=1)
Finding P(X=0)
There are 4 possible choices for each question, so we know P(correct)=25% and P(not)=75%. Answering 0 questions correctly is equivalent to answering all 6 questions incorrectly. We can multiply probabilities since we are assuming independence:
We'll come back and use this result later. Next, we need to find P(X=1) (the probability that he answers 1 question correctly).
Finding P(X=1)
Answering 1 question correctly in the last 6 questions means Ira needs to get 1 question correct and 5 questions not correct. There are 4 possible choices for each question, so we know P(correct)=25% and P(not)=75%.
Since we are assuming independence, let's multiply probabilities to find the probability of getting 1 question correct followed by 5 questions not correct:
P(CNNNNN)=(0.25)(0.75)5≈0.05933
This isn't the entire probability though, because there are other ways to get 1 question correct from 6 questions (for example, NNNNNC). How many different ways are there? We can use the combination formula: