Question

In: Statistics and Probability

With the COVID-19 crisis, a manager is concerned with handling the amount of customers arriving to...

With the COVID-19 crisis, a manager is concerned with handling the amount of customers arriving to his store. The manager assumes that the number of customers, X, arriving per hour has a Poisson distribution with mean rate of 10 customers per hour. Use this distribution for exercises!


1. Use R to generate the pmf of X.


2. Use R to plot the pmf of X.


3. Give the probability that at least 11 customers arrive to the store in a given hour.


4. There are 10 cards face down on a table and 3 of them are aces. If 5 of these cards are selected at random, what is the probability that at least 2 of them are aces?


5. Defects in a certain type of aluminum screen appear on the average of one in 150 square feet. If we assume the Poisson distribution, find the probability of at most one defect in 230 square feet.


Solutions

Expert Solution

1)The PMF of is generated as below.

X P
0 4.539993e-05
1 4.539993e-04
2 2.269996e-03
3 7.566655e-03
4 1.891664e-02
5 3.783327e-02
6 6.305546e-02
7 9.007923e-02
8 1.125990e-01
9 1.251100e-01
10 1.251100e-01
11 1.137364e-01
12 9.478033e-02

Use the following R code.
X <- 0:12
P <- matrix(dpois(X,10),nrow=13)
dimnames(P) = list(X, c("P"))
P

2) The PMF is plotted below.

Use the following R code.

X <- 0:12
P <- matrix(dpois(X,10),nrow=13)

plot(1:1)
dev.new()
plot(X,P, type="h", col="blue", lwd=2, xlab="X", ylab = "P(X=x)", main="PMF of X")

3) The required probability is

Use the following R command.

1-ppois(10,10)

4) The probability 2/3 of them are aces is

The required probability is

5)The Poisson parameter for 230 square feet is .

The probability of at most one defect in 230 square feet is


Related Solutions

With the COVID-19 crisis, a manager is concerned with handling the amount of customers arriving to...
With the COVID-19 crisis, a manager is concerned with handling the amount of customers arriving to his store. The manager assumes that the number of customers, X, arriving per hour has a Poisson distribution with mean rate of 10 customers per hour. Use this distribution for exercises! 1. Use R to generate the pmf of X. 2. Use R to plot the pmf of X. 3. Give the probability that at least 11 customers arrive to the store in a...
The bank of Canada is concerned about the current COVID-19 financial crisis and decided to decrease...
The bank of Canada is concerned about the current COVID-19 financial crisis and decided to decrease its key interest rate to 0.25%. a) with the aid of an appropriate diagram show the change in money supply b) with your understanding of the monetary transmission mechanism and assuming an open economy how the bank of Canada actions effect the various components of AD and ultimately the equilibrium price level and real GDP ? use the appropriate diagram to help explain your...
Firm dynamics in the COVID-19 crisis. Analyze the impact of the COVID-19 crisis from a firm...
Firm dynamics in the COVID-19 crisis. Analyze the impact of the COVID-19 crisis from a firm dynamics perspective. Assume that the productivity of all firms is the product of an economy wide parameter z times an idiosyncratic firm-level productivity that varies by firm and over time as an AR(1) process. What does the basic model predict regarding entry, exit, employment, wages? How does the policy of loans converted to grants to keep employment at the firm level affect the equilibrium?
Many analysts have tried to compare the Covid 19 Crisis with the economic and financial crisis...
Many analysts have tried to compare the Covid 19 Crisis with the economic and financial crisis in 2007-2008. do you think that the covid 19 crisis is similar or different with the economic and financial crisis, why?
Discuss about Uneven Development after COVID-19 crisis
Discuss about Uneven Development after COVID-19 crisis
How can COVID-19 crisis affect in the future of globalization?
How can COVID-19 crisis affect in the future of globalization?
The manager of an organisation is concerned about the amount of material that is in inventory...
The manager of an organisation is concerned about the amount of material that is in inventory for extended periods. The manager has asked you to investigate and report back to them. From what systems could you extract the data to prepare your report? Discuss in 50 to 80 words.
What effects does the covid-19 crisis have on preference ordering?
What effects does the covid-19 crisis have on preference ordering?
What effects does the covid-19 crisis have on preference ordering?
What effects does the covid-19 crisis have on preference ordering?
Briefly describe the US monetary policy response to the COVID-19 crisis.
Briefly describe the US monetary policy response to the COVID-19 crisis.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT