Q. 6.32

Question

Monthly sales are independent normal random variables with mean 100 and standard deviation 5.

(a) Find the probability that exactly 3 of the next 6 months have sales greater than 100.

(b) Find the probability that the total of the sales in the next 4 months is greater than 420

Step-by-Step Solution

Verified
Answer

The probability that exactly 3 of the next 6 months have sales greater than 100 is 0.3125

The probability that the total of the sales in the next 4 months is greater than 420 is 0.0228

1Step 1: Information (part a)

Mean of monthly sales =100

Standard deviation of monthly sales =5

Monthly sales are independent and follow the normal distribution

The pdf of the binomial distribution isP(X=k)=Ckn×pk×(1-p)n-k

Where n is the number of trials and p is the probability of success.

2Step 2: Explanation (part a)

Let M be the monthly sale

So, M~N100,52

Probability of monthly sales greater than 100

P(M>100)=Pm-μmσm>100-1005                =P(z>0)                =1-P(z0)

From z table

P(z<0)=0.5P(z<0)=1-0.5           =0.5

As each month sale is independent has the same probability of being greater than 100 , so the number of sales greater than 100 (let it be denoted as X) can be modeled by a binomial distribution with parameter,

n=6 and p=0.5

so, X~Bin(6,0.5)

P(X=3)=C36×0.53×(1-0.5)6-3P(X=3)=0.3125

3Step 1: Given information (part b)

if the events are independent and follow normal distribution with the same parameters then 

i=1nXi~Nn×μ,n×σ2

4Step 2: Explanation (part b)

Let Y denote the total sales in 4 months

so, the distribution of Y will be

Y~N(4×100, 4×52)Y~N(400, 100)

The required probability can be calculated as follows

P(Y>420)=PY-μyσy>420-400100=Pz>2=1-Pz2

From z tables

Pz<2=0.97725P(z>2)=1-0.97725P(z<2)=0.02275