Solution:
Let count all possible outcomes and ways:.
Number of possible outcomes: N=2n; here n - number of orders.
Number of ways: nCm=(n−m)!m!n!; here m - number of received orders. So,
6C0=(6−0)!0!6!=1;
6C1=(6−1)!1!6!=6;
6C2=(6−2)!2!6!=15;
6C3=(6−3)!3!6!=20;
6C4=(6−4)!4!6!=15;
6C5=(6−5)!5!6!=6;
6C6=(6−6)!6!6!=1;
N=26=64;
a)
1) P(1)=646=0.09375;
2) No more than three, so, we need to add terms with m from 0 to 3:
P(m≤3)=P(0)+P(1)+P(2)+P(3)=641+6+15+20=0.65625;
3) At least three order received, so, we need to add terms with m from 3 to 6;
P(m≥3)=P(3)+P(4)+P(5)+P(6)=6420+15+6+1=0.65625;
b) If a half day, it means n=26=3;
N=23=8− numbers of possible outcomes;
Number of ways:
3C0=(3−0)!0!3!=1;
3C1=(3−1)!1!3!=3;
3C2=(3−2)!2!3!=3;
3C3=(3−3)!3!3!=1;
P(1)=83=0.375;
c) In the binomial distribution:
μ=nP(1)=64×0.09375=6 is the mean of the distribution;
σ=nP(1)(1−P(1))=2.33 is the standard deviation of the distribution.
Answer:
a)
1) P(1)=0.09375;
2) P(m≤3)=0.65625;
3) P(m≥3)=0.65625;
b) P(1)=0.375;
c) μ=6; σ=2.33.
Comments