A real estate agent has 17 properties that she shows. She feels that there is a 40% chance of selling any one property during a week. The chance of selling any one property is independent of selling another property. Compute the probability of selling less than 6 properties in one week. Round your answer to four decimal places.
Solution:
Given,
p = 40% = 0.4
1 - p = 1 - 0.4 = 0.6
n = 17
X follows the Binomial(17 , 0.4)
Using binomial probability formula ,
P(X = x) = (n C x) * px * (1 - p)n - x ; x = 0 ,1 , 2 , ....., n
Now ,
P(Less than 6 properties )
= P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4) + P(X = 5)
= (17 C 0) * 0.40 * (0.6)17 - 0 + (17 C 1) * 0.41 * (0.6)17 - 1 + (17 C 2) * 0.42 * (0.6)17 - 2 + (17 C 3) * 0.43 * (0.6)17 - 3 + (17 C 4) * 0.44 * (0.6)17 - 4 + (17 C 5) * 0.45 * (0.6)17 - 5
= 0.00016926659 + 0.00191835474 + 0.01023122526 + 0.03410408421 + 0.0795761965 + 0.13793207393
= 0.2639
Get Answers For Free
Most questions answered within 1 hours.