One component is customers per hour which the franchiser


A. You are opening a new fast casual restaurant. You want to simulate daily cash flow. One component is customers per hour, which the franchiser estimates at 25. Which is the best random distribution function to add to your simulation?

=RandExponential(25)

=RandNormal(25, 25)

=RandUniform(0, 50)

=RandPoisson(25)

B. Another factor in your restaurant cash flow is the number of mistaken orders per hour. The franchiser estimates that 5% of orders will contain a mistake, resulting in a refund to customers. Which is the best random distribution function to add to your simulation?

=RandPoisson(5)

=RandExponential(0.05)

=RandExponential(5)

=RandBinomial(Customers, 0.05)

 

Solution Preview :

Prepared by a verified Expert
Basic Statistics: One component is customers per hour which the franchiser
Reference No:- TGS02717441

Now Priced at $15 (50% Discount)

Recommended (99%)

Rated (4.3/5)