SOLUTION: When an aopinion poll calls residential telephone numbers at random only 20% of the calls reach a live person you watch the random digit dialing machine make 15 calls.
What is
Algebra ->
Probability-and-statistics
-> SOLUTION: When an aopinion poll calls residential telephone numbers at random only 20% of the calls reach a live person you watch the random digit dialing machine make 15 calls.
What is
Log On
Question 418203: When an aopinion poll calls residential telephone numbers at random only 20% of the calls reach a live person you watch the random digit dialing machine make 15 calls.
What is the probability that at most 3 calls reach a person?
You can put this solution on YOUR website! When an aopinion poll calls residential telephone numbers at random only 20% of the calls reach a live person you watch the random digit dialing machine make 15 calls.
What is the probability that at most 3 calls reach a person?
===============
Binomial with n = 15 and p = 0.2
---
P(0<= x <=3) = binomcdf(15,0.2,3)
=====================================
Cheers,
Stan H.