SOLUTION: The United States Postal Service reports 95% of first class mail within the same city is delivered within two days of the time of the mailing. Six letters are randomly sent to diff
Algebra ->
Probability-and-statistics
-> SOLUTION: The United States Postal Service reports 95% of first class mail within the same city is delivered within two days of the time of the mailing. Six letters are randomly sent to diff
Log On
Question 198560: The United States Postal Service reports 95% of first class mail within the same city is delivered within two days of the time of the mailing. Six letters are randomly sent to different locations
a) What is the probability all six arrive within two days?
b) What is the probability that exactly five arrive within two days?
c) Find the mean number of letters that will arrive within two days
d) Compute the variance and Standard Deviation of the number that will arrive within two days.
You can put this solution on YOUR website! The United States Postal Service reports 95% of first class mail within the same city is delivered within two days of the time of the mailing. Six letters are randomly sent to different locations
--------------------------------------------------------------------
a) What is the probability all six arrive within two days?
Ans: (0.95)^6 = 0.735
----------------------------------------------
b) What is the probability that exactly five arrive within two days?
Ans: 6C5(0.95)^5(0.05)^1 = 0.2321
----------------------------------------------
c) Find the mean number of letters that will arrive within two days
Ans: u = np = 6*0.95 = 5.7
----------------------------------------------
d) Compute the variance and Standard Deviation of the number that will arrive within two days.
Ans: variance = npq = 6*0.95*0.05 = 0.285
stdev = sqrt(0.285) = 0.5339
========================================
Cheers,
Stan H.