Question

In: Statistics and Probability

Suppose that at a hotel's registration desk there are 5 guests who check-in and need their...

Suppose that at a hotel's registration desk there are 5 guests who check-in and need their luggage delivered to their rooms. Suppose that the probability that the luggage will be delivered within five minutes is 0.41, and that you would like to know how likely certain outcomes are, based on those assumptions.

Please think for a moment about what framework you would use to model this....

  1. Are thre n identical trials?   (Click to select)  Yes  No
  2. Does each trial result in either a "success" or "failure?"   (Click to select)  Yes  No
  3. Does the probability of success, p, remain constant?   (Click to select)  Yes  No
  4. Is each of the trials independent?   (Click to select)  Yes  No

True or False:

Based on criteria 1~4 above, we can use a member of the family of binomial distributions to model this problem.

(Click to select)  True  False

You should come to the conclusion that you could let T (on Time) be a random variable that counts the number of times that that the luggage is delivered on time. Then T is a binomial random variable with:

  • n =  ,
  • p =  , and
  • q =  .

Using the notation B(n, p) for a binomial random variable with n trials with a probability of "success" of p, we have:

T ~ B(5, p = 0.41)

(b) For each value of s, calculate P(T=s). (Round final answers to 4 decimal places.)

s P(T = s)
5
4
3
2
1
0

NOTE: You may use the Excel function =BINOM.DIST(number_s, trials, prob_s, cumulative) where

  • number_s = # of successes which is t in the table above
  • trials = # of trials, n
  • prob_s = the probability of success, p
  • cumulative = TRUE to return the CDF & FALSE to return the PMF ; set FALSE to return PMF.

NOTE2: Even if you use the Excel function: YOU SHOULD BE SURE THAT YOU CAN COMPUTE TWO OR THREE OF THE VALUES DIRECTLY (i.e. USING THE FORMULA):

P(T=s) = 5Cs ps q5-s

(c) What is the likelihood that exactly three sets of luggage are delivered on time? Find P(T = 3). (Round final answer to 4 decimal places.)

P(T=3) =          

(d) What is the likelihood that up to three sets of luggage are delivered on time? Find P(T ≤ 3). (Do not round intermediate calculations. Round final answer to 4 decimal places.)

P(T ≤ 3) =          

(e) How likely are up to two sets of luggage delivered on time? Find P(T < 3). (Do not round intermediate calculations. Round final answer to 4 decimal places.)

P(T < 3) = P(T ≤ 2) =              

(f) How likely is it that four or more sets of luggage are delivered on time? Find P(T ≥ 4). (Do not round intermediate calculations. Round final answer to 4 decimal places.)

P(x ≥ 4) =          

(g) How likely is it that more than two sets of luggage will be delivered on time? Find P(T > 2). (Do not round intermediate calculations. Round final answer to 4 decimal places.)

P(T > 2) =             

(h) Use the probabilities you computed in part b to calculate the mean μT, the variance, σ 2T , and the standard deviation, σT, of this binomial distribution. Show that the formulas for μT2T, and σT given in this section give the same results. (Do not round intermediate calculations. Round final answers to µT in to 2 decimal places, σ 2T and σT in to 4 decimal places.)

µT
σ2Tσ2T
σT

(i) Calculate the interval [μT ± 2σT]. Use the probabilities of part b to find the probability that t will be in this interval. Hint: When calculating probability, round up the lower interval to next whole number and round down the upper interval to previous whole number. (Round your answers to 4 decimal places. A negative sign should be used instead of parentheses.)

The interval is [  ,  ].
P(  ≤ t ≤  ) =

Solutions

Expert Solution

Based on the given data,

  1. Are thre n identical trials? Yes ( Event that guest checks in - happens n = 5 times)
  2. Does each trial result in either a "success" or "failure?" Yes (Succes being the event that that the luggage will be delivered to the guest within five minutes)
  3. Does the probability of success, p, remain constant?   Yes (p=0.41 in each trial)
  4. Is each of the trials independent?   Yes  

True or False:

Based on criteria 1~4 above, we can use a member of the family of binomial distributions to model this problem.

True  

T is a binomial random variable with:

  • n =  ,5
  • p = 0.41, and
  • q = 1 - 0.41 = 0.59

Using the notation B(n, p) for a binomial random variable with n trials with a probability of "success" of p, we have:

(b) T ~ B(5, p = 0.41)

For a Binomial random variable, the probability mass function:

Using excel function "BINOM.DIST"

We get:

S Probability
5 0.0116
4 0.0834
3 0.2399
2 0.3452
1 0.2484
0 0.0715

(c)The likelihood that exactly three sets of luggage are delivered on time

(d) The likelihood that up to three sets of luggage are delivered on time

= 0.0715 + 0.2484 + 0.3452 + 0.2399

= 0.9051

(e) The likelihood that up to three sets of luggage are delivered on time

  = 0.0715 + 0.2484 + 0.3452

= 0.6651

(f) Probability that four or more sets of luggage are delivered on time

= 0.0834 + 0.0116

= 0.0949

(g) Probability that more than two sets of luggage will be delivered on time

= 1 - 0.6651

= 0.3349

(f) Finding the expectation:

S Probability SxPr
5 0.0116 0.058
4 0.0834 0.333
3 0.2399 0.720
2 0.3452 0.690
1 0.2484 0.248
0 0.0715 0.000
Expectation 2.05

By formula,

E(T) np = (5) (0.41) = 2.05

S Probability S2 x Pr
5 0.0116 0.290
4 0.0834 1.334
3 0.2399 2.159
2 0.3452 1.381
1 0.2484 0.248
0 0.0715 0.000
SUM 5.412

Variance = S2 P(T) - E(T)2

= 5.412 - (2.05)2

= 1.2095

By formula:

Variance = n p q = (5)(0.41)(0.59) = 1.2095

Standard deviation

By formula:

Standard deviation

(i)  [μT ± 2σT]

= [2.05 ± 2(1.10)]

= -0.1495, 4.2495

The interval is [*0.1495, 4.2495].

The probability that T lies within the interval (-0.1495, 4.2495)

= P(T=0) + P(T=1) + P(T=2) + P(T = 3) + P(T = 4)

=0.0715+0.2484+0.3452+0.2399+0.0834

= 0.9884


Related Solutions

Develop the pseudo code for, desk check and test the following programs. Allow the user to...
Develop the pseudo code for, desk check and test the following programs. Allow the user to provide the number of elements, and initialise the array according to their input. Use functions where appropriate to ensure modularity. 1. Find the average of a list of numbers 2. Find the smallest element in a list of numbers
Suppose the Federal Reserve’s trading desk buys $500,000 in T-bills from a securities dealer who then...
Suppose the Federal Reserve’s trading desk buys $500,000 in T-bills from a securities dealer who then deposits the Fed’s check in Best National Bank. Use a balance sheet to show the impact on the bank’s loans. Consider the money multiplier and assume the required reserve ratio is 10 percent. What is the maximum increase in the money supply that can result from this open market transaction? Please show detailed work
Suppose the guests at the hotel have an average weight of 180 with a standard deviation...
Suppose the guests at the hotel have an average weight of 180 with a standard deviation of 50 pounds. An elevator is designed to carry only 10 people with a maximum capacity of 2400 pounds. 5. What is the mean of the sample mean? 6. What is the standard deviation for the sample mean of the 10 people? (Use 2 decimals) 7. If 10 guest ride the elevator at one time, what is the probability that the elevator is overweight?...
Chicago Hospital manages their emergency room (ER) registration through a check-in process. When it’s a patient’s...
Chicago Hospital manages their emergency room (ER) registration through a check-in process. When it’s a patient’s turn, a doctor will see the patient first, then assign the patient either with a prescription (end of the process) or with admission to the hospital. Currently, there are 13 patients (per hour) in average arrive at the ER. Among them 4 patients will be admitted to the hospital. The hospital finds out that, in average, there are 1.2 people waiting to be registered,...
As an enterprise system developer, you need to develop the registration page of the employee management...
As an enterprise system developer, you need to develop the registration page of the employee management system. The administrator of the system registers a new employee using the GUI developed in JSP. The required table ‘Employee’ is provided in mysql database with columns as employee id, name, address, city, state and zip code as shown in figure. Write a GUI snippet/JSP code with GUI components to take the user’s input. Separately, write the servlet code to insert the input records...
1. Perform a Desk check for the following pseudocode algorithm L1: Program AddFirst5Numbers; L2: Data Counter...
1. Perform a Desk check for the following pseudocode algorithm L1: Program AddFirst5Numbers; L2: Data Counter as Integer; L3: Data Sum as Integer; L4: Counter:= 1; L5: Loop until Counter = 5 L6: Sum := Sum + Counter; L7: counter := counter + 1; L8: Next Loop; L9: Output “The sum is”, Sum; L9: End AddFirst5Numbers; 2. Write a pseudocode algorithm to print the following pattern 2 4 6 8 10 3. Using nested loops, write a pseudocode algorithm to...
Suppose that n guests all have an identical key to get into a conference, which is...
Suppose that n guests all have an identical key to get into a conference, which is given to the front desk of the venue. As they are leaving, the keys are given back in a random order. What is the probability that no guest gets back their original key?
Suppose a friend is completing another physics assignment in their chair at their desk and you...
Suppose a friend is completing another physics assignment in their chair at their desk and you take the opportunity to turn this scenario into the physics question you now must complete. Your friend and chair have a combined constant moment of inertia of 5.5 kg m2, and the chair can freely rotate. Now your friend picks up two solid bricks (each of mass 1.7 kg) they accidentally collected from one of the campus buildings, and experiment with rotational kinematics. Supposing...
Suppose that you are the FX trading desk of ExxonMobil with an extra U.S. $1,000,000 to...
Suppose that you are the FX trading desk of ExxonMobil with an extra U.S. $1,000,000 to invest for six months. You are considering the purchase of U.S. T-bills that yield 1.810 percent (that's a six month rate) and have a maturity of 26 weeks. The spot exchange rate is $1.00 = ¥100, and the six month forward rate is $1.00 = ¥110. The 6-month interest rate in Japan (on an investment of comparable risk) is 13 percent. What is your...
Suppose a friend is completing another physics assignment in their chair at their desk and you...
Suppose a friend is completing another physics assignment in their chair at their desk and you take the opportunity to turn this scenario into the physics question you now must complete. Your friend and chair have a combined constant moment of inertia of 4.6 kg m2, and the chair can freely rotate. Now your friend picks up two solid bricks (each of mass 1.4 kg) they accidentally collected from one of the campus buildings, and experiment with rotational kinematics. Supposing...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT