Assume that X is a random variable having a Poisson probability distribution with a mean of 1.5. Use statistical software to find the following probabilities:

  1. P(X3)
  2. role="math" localid="1664181123938" P(X3)
  3. P(X=3)
  4. P(X=0)
  5. P(X>0)
  6. P(X>6)

Short Answer

Expert verified
  1. PX3=0.9343575
  2. PX3=0.1911532
  3. P(X=3)=0.1255107
  4. P(X=0)=0.2231302
  5. PX>0=0.7768698
  6. PX>6=0.0009259919

Step by step solution

01

Given Information

The x is a Poisson random variable.

The mean of the Poisson Probability distribution is 1.5.

02

State the software used for computing the probability

The R-software is used to compute the Poisson probabilities.

The general form for R-command used for computing the Poisson probability is given as follows:

dpoisx,lambda,log=FALSE

ppoisx,lambda,lower.tail=TRUE

03

(a) Compute the Probability P(X≤3)

The probability PX3can be obtained

localid="1664184047402" PX3=PX=0+PX=1+Px=2+Px=3

The R-code used to compute the localid="1664184032966" Px3is,

localid="1664184019959" ppois3,lambda1.5,lower.tail=TRUE

Therefore,

The probabilityPX3is obtained from the R-software is 0.9343575

04

(b) Compute the Probability P(X≥3)

The probabilityP(X3)can be obtained

PX3=1-PX<3=1-PX2

The R-code used to compute thePX3is

1-ppois2,lambda1.5,lower.tail=TRUE

Therefore,

The probability P(X3)is obtained from the R-software is 0.1911532.

05

(c) Compute the probability  P(X=3)

The R-code used to compute the P(X=3) is,

dpoisx=3,lambda=1.5,log=FALSE

Therefore,

The probability P(X=3) is obtained from the R-software is 0.1255107.

06

(d) Compute the probability  P(X=0)

The R-code used to compute the P(X=0) is,

dpoisx=0,lambda=1.5,log=FALSE

Therefore,

The probability P(X=0) is obtained from the R-software is 0.2231302.

07

(e) Compute the probability  P(X>0)

The probabilityP(X>0)can be obtained,

PX>0=1-PX0

The R-code used to compute thelocalid="1664184073912" PX>0is,

1-ppois0,lambda1.5,lower.tail=TRUE

Therefore,

The probability localid="1664184067768" PX>0is obtained from the R-software is 0.7768698.

08

(f) Compute the probability P(X>6)

The probabilityP(X>6)is obtained,

P(X>6)=1-PX6

The R-code used to compute theP(X>6) is,

1-ppois6,lambda1.5,lower.tail=TRUE

Therefore, the probability P(X>6)isobtained from the R-software is 0.0009259919.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

178 Dutch elm disease. A nursery advertises that it has 10 elm treesfor sale. Unknown to the nursery, 3 of the trees have already been infected with Dutch elm disease and will die withina year.

a. If a buyer purchases 2 trees, what is the probability that bothtrees will be healthy?

b. Refer to part a. What is the probability that at least 1 of thetrees is infected?

Suppose χ is a normally distributed random variable with μ=50 and σ=3 . Find a value of the random variable, call it χ0 , such that

a)P(χχ0)=.8413

b)P(χ>χ0)=.025

c)P(χ>χ0)=.95

d)P(41χχ0)=.8630

e) 10% of the values of role="math" localid="1652160513072" χare less thanrole="math" localid="1652160519976" χ0

f)1% of the values ofχ are greater thanχ0

Executive networking and firm performance. Refer to the Journal of Accounting Public Policy (Vol. 34, 2015) study of the impact of executive networking on firm performance, Exercise 2.101 (p. 117). Recall that firm performance was measured as annual return on equity (ROE), recorded as a percentage. The mean ROE for the firms studied was 13.93%, and the standard deviation was 21.65%. Assume that these values represent m and s for the population ROE distribution and that this distribution is normal. What value of ROE will be exceeded by 80% of the firms?

Gender discrimination suit. The Journal of Business & Economic Statistics (July 2000) presented a case in which a charge of gender discrimination was filed against the U.S. Postal Service. At the time, there were 302 U.S. Postal Service employees (229 men and 73 women) who applied for promotion. Of the 72 employees who were awarded promotion, 5 were female. Make an inference about whether or not females at the U.S. Postal Service were promoted fairly.

When to replace a maintenance system. An article in the Journal of Quality of Maintenance Engineering (Vol. 19,2013) studied the problem of finding the optimal replacement policy for a maintenance system. Consider a system that is tested every 12 hours. The test will determine whether there are any flaws in the system. Assume that the probability of no flaw being detected is .85. If a flaw (failure) is detected, the system is repaired. Following the fifth failed test, the system is completely replaced. Now, let x represent the number of tests until the system needs to be replaced.

a. Give the probability distribution for x as a formula.

b. Find the probability that the system needs to be replaced after 8 total tests.

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free