SOLUTION: Records indicate that I will make a sale on 70% of my sales calls. If I call 4 potential clients, what is the probability that I make exactly three sales? What is the probability t
Algebra ->
Probability-and-statistics
-> SOLUTION: Records indicate that I will make a sale on 70% of my sales calls. If I call 4 potential clients, what is the probability that I make exactly three sales? What is the probability t
Log On
Question 1177290: Records indicate that I will make a sale on 70% of my sales calls. If I call 4 potential clients, what is the probability that I make exactly three sales? What is the probability that I will make exactly four sales? Answer by ewatrrr(24785) (Show Source):
Hi
Binomial distribution: p(sale) = .70 and q(no sale) = .30
n = 4
Using calculator:
P(x = 3) = binompdf(n, p, x-value) = binompdf(4, .7, 3) = .4116
P(x = 4) = binompdf(4, .7, 4) = .2401
0r
By Hand:
Wish You the Best in your Studies.