STA 1201N - Lecture 6 - 095404
STA 1201N - Lecture 6 - 095404
CUNIMA
Example
On a five-question multiple choice test there are five possible
answers, of which one is correct. If a student guesses randomly
and independently, what is the probability that she is correct
only on two questions?
Solution
1 4
Here the probability of success is p = and 1 − p =
5 5
5
There are 2 different ways she can be correct on two questions.
Therefore, the probability that she
is correct on two questions is:
5
P(X = 2) = 2 p 2 (1 − p)3
1 4
= 10( )2 ( )3
5 5
Practice Question
A company produces processing chips for cell phones. At one of its
large factories, 2% of the chips produced are defective in some way.
A quality check involves randomly selecting and testing 500 chips.
1 What is the mean (expectation) of the number of defective
processing chips in these samples?
2 Hence, find the standard deviation of the number of defective
processing chips in these samples
Basics
In a series of Bernoulli trials (independent trials with constant
probability p of a success), the negative binomial distribution is
the distribution of the number of trials needed to get the rth
success, or it may be defined as the distribution of the number
of trials (X) needed to get a fixed number of successes (r).
Let p be the probability of success which stays constant from
trial to trial
Hence, 1 − p is the probability of failure
Basics
For the rth success to occur on the x th trial:
The first x − 1 trials
must
result in r − 1 successes.
x −1
r −1
p (1 − p)(x −1)−(r −1)
r −1
Practice Question
A person conducting telephone surveys must get 3 completed
surveys before their job is finished. On each randomly dialed
number, there is a 9% chance of reaching an adult who will
complete the survey. What is the probability that the 3rd
completed survey occurs on the 10th call?
Solution
Here r = 3, p =
0.09,
and x = 10
P(X = 10) = 10−13−1
0.093 (1 − 0.09)10−3 = 0.01356