Question

PLEASE ANSWER IN R SCRIPT In a shipment of 20 engines, history shows that the probability...

PLEASE ANSWER IN R SCRIPT

In a shipment of 20 engines, history shows that the probability of any one engine proving unsatisfactory is 0.1

a) Use the Binomial approximation to calculate the probability that at least three engines are defective?
```{r}
#INSERT YOUR ANSWER HERE
```


b) Use the Poisson approximation to calculate the probability that at least three engines are defective?
```{r}
#INSERT YOUR ANSWER HERE
```


c) Compare the results of parts a and b, then illustrate on how well the Poisson probability distribution approximates the Binomial probability distribution.
```{r}
#INSERT YOUR ANSWER HERE
```

0 0
Add a comment Improve this question Transcribed image text
Answer #1

a)

here this is binomial with parameter n=20 and p=0.1

below is R scrpit:

> 1-pbinom(2,20,0.1)
[1] 0.3230732

b)

expected number of defects =np=20*0.1 =2

> 1-ppois(2,2)
[1] 0.3233236

c)

here since probability from two distribution are very close, Poisson probability distribution approximates the Binomial probability distribution very well

Add a comment
Know the answer?
Add Answer to:
PLEASE ANSWER IN R SCRIPT In a shipment of 20 engines, history shows that the probability...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • how to answer this question? The probability mass function (pmf) for the Poisson distribution can be...

    how to answer this question? The probability mass function (pmf) for the Poisson distribution can be regarded as a limiting form of the binomial pmf if n o and p 0 with np = fi constant. (a) Suppose that 1% of all transistors produced by a certain company are defective. 100 of these chips are selected from the assembly line, Calculate the probability that exactly three of the chips are defective using both a binomial distribution and a Poisson distribution....

  • Let x be a binomial random variable with n = 20 and p = 0.05. Calculate...

    Let x be a binomial random variable with n = 20 and p = 0.05. Calculate p(0) and p(1) using Table 1 to obtain the exact binomial probability. (Round your answers to three decimal places.) p(0) = p(1) = Calculate p(0) and p(1) using the Poisson approximation. (Round your answer to three decimal places.) p(0) = p(1) = Compare your results. Is the approximation accurate? No the approximation is not accurate. At least one the differences between the probabilities from...

  • Use the Poisson model to approximate the probability. Round your answer to four decimal places. 13)...

    Use the Poisson model to approximate the probability. Round your answer to four decimal places. 13) The rate of defects among CD players of a certain brand is 1.4%. Use the Poisson approximation to the binomial distribution to find the probability that among 160 such CD players.received by a store, there is at most one defective CD player. A) 0.8935 B) 0.6551 C) 0.7615 D) 0.3449 E) 0.2385

  • Please only do questions e and f 2. Many electrical components were packed up for shipment...

    Please only do questions e and f 2. Many electrical components were packed up for shipment overseas, with 5 items per box. Unfortunately the shipment was exposed to a fairly high dose of ionising radiation. The owners were concerned that some of the components could have been damaged. On arrival at their destination a random sample of 60 boxes was taken. Each box in the sample was opened and the number of defective components was tested. The results are given...

  • If 6 of 20 new buildings in a city violate the building code, what is the...

    If 6 of 20 new buildings in a city violate the building code, what is the probability that a building inspector, who randomly selects 4 of new building for inspection, will catch A) Catch two of the new buildings that violate the building code? (5 points) B) At least three buildings that violate the building code? (Hint: Use Binomial approximation to the Hypergeometric for this part). (5 points) C) A shipment of 25 tape recorders contains 1 defective ones. What...

  • Please answer the three questions below: 1) 2) 3.) Below is a binomial distribution for n-7...

    Please answer the three questions below: 1) 2) 3.) Below is a binomial distribution for n-7 and p 0.4. 0.25 0.2 0.15 0.1 0.05 Number of Successes Binomial Distribution Calculate the mean of the binomial distribution. Preview [two decimal accuracy] Below is a binomial distribution for n 6 and p 0.6 0.3 0.25 0.2 S0.15 0.1 0.05 Number of Successes Binomial Distribution Calculate the standard deviation of the binomial distribution. Preview [three decimal accuracy 0.35 0.3 0.25 0.2 0.15 0.1...

  • When the number of trials, n, is large, binomial probability tables may not be available. Furthermore,...

    When the number of trials, n, is large, binomial probability tables may not be available. Furthermore, if a computer is not available, hand calculations will be tedious. As an alternative, the Poisson distribution can be used to approximate the binomial distribution when n is large and p is small. Here the mean of the Poisson distribution is taken to be μ = np. That is, when n is large and p is small, we can use the Poisson formula with...

  • Please include R codes in solution In a certain European country, 23% of the female adult...

    Please include R codes in solution In a certain European country, 23% of the female adult population smoke regularly. In a random sample of 700 female adults, what is the probability that: a) Less than 150 are smokers? Use the normal approximation to the binomial. b) 200 or more are smokers? Use the normal approximation to the binomal. c) Find answers to (a) and (b) using the binomial distribution and R. Copy and paste the code and the answer in...

  • Which of the following is a characteristic of a binomial probability experiment

    7. Which of the following is a characteristic of a binomial probability experiment? A. Each trial has at least two possible outcomes B. P(success) = 1 – P(failure) C. The binomial random variable x is the count of the number of trials that occur D. The result of one trial affects the probability of success on any other trial Answer: 8. If the random variable z is the standard normal score, which of the following probabilities could easily be determined...

  • please answer all questions Math 309 Homework June 9, 2019 Bring solutions of these five problems...

    please answer all questions Math 309 Homework June 9, 2019 Bring solutions of these five problems to the class on Tuesday. I will collect your solutions This homework is worth 5 points. 1. Let X be a normal random variable with mean 5. If P[X > 8] = 0.3, what is the standard deviation of X? 2. Draw the region and determine, (a) 0.41 (b) 0.18 (c) 0.22 3. A manufacturer knows that, on average, 3% of items manufactured will...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT