Respuesta :
Answer:
a- [tex]\bf P(X=k)=\binom{15}{k}0.75^k(1-0.75)^{15-k}=\binom{15}{k}0.75^k(0.25)^{15-k}\;(0\leq k\leq 15)[/tex]
b- 0.4612
c- 0.1475
d- µ = 11.25 ; [tex]\bf \sigma^2[/tex] = 15*0.75*0.25 = 2.8125
e- 0.3093
Step-by-step explanation:
This is a binomial distribution with probability of “success” (probability of purchasing chain-driven model) is 75%=0.75
a. What is the frequency function (pmf) of X?
[tex]\bf P(X=k)=\binom{15}{k}0.75^k(1-0.75)^{15-k}=\binom{15}{k}0.75^k(0.25)^{15-k}\;(0\leq k\leq 15)[/tex]
where
[tex]\bf \binom{15}{k}[/tex] are combinations of 15 elements taken k at a time
[tex]\bf \binom{15}{k}=\frac{15!}{k!(15-k)!}[/tex]
b. Compute P(X > 11)
P(X > 11) = P(X = 12)+P(X = 13)+P(X = 14)+P(X = 15) = 0.4612
c. Compute P( 6 ≤ X < 10).
P( 6 ≤ X < 10) = P(X = 6)+P(X = 7)+P(X = 8)+P(X = 9) = 0.1475
d. Compute µ and [tex]\bf \sigma^2[/tex]
µ = 15*0.75 = 11.25
[tex]\bf \sigma^2[/tex] = 15*0.75*0.25 = 2.8125
e. If the store currently has in stock 10 chain-driven models and 8 shaft-driven models, what is the probability that at least 7 out of the 15 customers select a chain-driven model from this stock?
We want
P( 7≤ X ≤ 10) = P(X = 7) + P(X = 8) + P(X = 9) + P(X = 10) = 0.3093
PMF is the probability function of discrete distributions. The pmf and the needed probabilities for the given situations are:
- PMF of X = [tex]P(X = x) = \: ^{15}C_x{15}^x(0.25)^{{15}-x}[/tex]
- [tex]P(X > 12) \approx 0.461[/tex]
- [tex]P(9 \leq X \leq 12) \approx 0.141[/tex]
- [tex]\mu = 11.25, \sigma^2 = 2.8125[/tex]
- [tex]P(x \geq 7) \approx 0.83[/tex]
How to find that a given condition can be modeled by binomial distribution?
Binomial distributions consists of n independent Bernoulli trials.
Bernoulli trials are those trials which end up randomly either on success (with probability p) or on failures( with probability [tex]1- p = q[/tex] (say))
Suppose we have random variable X pertaining binomial distribution with parameters n and p, then it is written as
[tex]X \sim B(n,p)[/tex]
The probability that out of n trials, there'd be x successes is given by
[tex]P(X =x) = \: ^nC_xp^x(1-p)^{n-x}[/tex]
For the given case, as each purchaser can independently be purchaser of a chain driven model, so if we take:
X = the number among the next 15 purchasers who select the chain-driven model
Then, [tex]X \sim B(n=15, p = 75\% = 0.75)[/tex]
where we define success as a purchaser being purchaser of chain driven model, and success is that purchaser not being purchaser of chain driven model.
The pmf of X, thus, is given by:
[tex]P(X =x) = \: ^{15}C_x{15}^x(1-0.75)^{{15}-x}\\\\P(X = x) = \: ^{15}C_x{15}^x(0.25)^{{15}-x}[/tex]
Also, we get:
[tex]P(X > 11) = P(X = 12) + P(X = 13) + P(X = 14) + P(X = 15)\\\\P(X > 11) =\: ^{15}C_{12}{15}^{12}(0.25)^{3} +\: ^{15}C_{13}{15}^{13}(0.25)^{2} + \: ^{15}C_{14}{15}^{14}(0.25)^{1} + \: ^{15}C_{15}{15}^{15}(0.25)^{0}\\\\P(X > 11) \approx 0.225 + 0.156 + 0.067 + 0.013 = 0.461[/tex]
And, similarly,
[tex]P(6 \leq X < 10) = P(X = 6) + P(X = 7) + P(X = 8) + P(X = 9)\\P(6 \leq X < 10) = \:^{15}C_615}^6(0.25)^{9} + \: ^{15}C_{7}15}^{7}(0.25)^{8} + \\ \: ^{15}C_{8}15}^{8}(0.25)^{7} + \: ^{15}C_{9}15}^{9}(0.25)^{6} \\P(6 \leq X < 10) \approx 0.003 + 0.013 + 0.039 + 0.092\\P(6 \leq X < 10) \approx 0.141[/tex]
Mean and variance of binomial distribution are np, and np(1-p) respectively.
For this case, we've n = 15 and p = 0.75, thus:
[tex]\mu = np = 15 \times 0.75 = 11.25\\\sigma^2 = np(1-p) = 11.25 \times 0.25 = 2.8125[/tex]
For the case when there are 10 chain-driven models, and 8 shaft-driven models, then the probability of selecting chain driven model (success) would be 10/(10+8) = 10/18 = 5/9 = p, but as there are 15 people still, so n=15, thus, if we take Y = number of people purchasing chain driven model in this case when p = 5/9, then: [tex]Y \sim B(n=15, p=5/9)[/tex]
The needed probability is the probability that at least 7 out of the 15 customers select a chain-driven model from this stock.
It can be written symbolically as: [tex]P(X \geq 7)[/tex]
We can calculate it as:
[tex]P(X \geq 7) = 1 - P(X < 7) = 1 - ( P(X = 0) + P(X = 1) + ... + P(X = 6))\\P(X \geq 7) = 1 - (\sum_{x=0}^{6} \: ^{15}C_x(5/9)^x(4/9)^{15-x} )\\P(X \geq 7) \approx 1 - 0.17 = 0.83[/tex]
Thus, the pmf and the needed probabilities for the given situations are:
- PMF of X = [tex]P(X = x) = \: ^{15}C_x{15}^x(0.25)^{{15}-x}[/tex]
- [tex]P(X > 12) \approx 0.461[/tex]
- [tex]P(9 \leq X \leq 12) \approx 0.141[/tex]
- [tex]\mu = 11.25, \sigma^2 = 2.8125[/tex]
- [tex]P(x \geq 7) \approx 0.83[/tex]
Learn more about binomial distributions here:
https://brainly.com/question/13609688