Question

Could you please tell me the parameters of this, and how to put it into R?...

Could you please tell me the parameters of this, and how to put it into R?

And which distribution is being used?

And how to graph them in R?

Number of errors per page of a long manuscript has a Poisson distribution with lambda=0.91 per page. Suppose a page is selected at random. What is the probability that there will be more than two errors on this page?

Homework Answers

Answer #1

Let X be number of errors per page of a long manuscript.

X follows Poisson(lambda = 0.91)

The distribution we are using is Poisson distribution and it has a parameter λ = 0.91

The probability that there will be more than two errors on randomly selected page,

P(X > 2)

In R, ppois(x, lambda, lower.tail = FALSE) gives P(X > x)

> ppois(2, 0.91, lower.tail = FALSE)

[1] 0.064514

The probability that there will be more than two errors on randomly selected page would be 0.0645

Know the answer?
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
Similar Questions
Struggling with Poisson Distribution. Please could you explain the calculation? Assume that a number of network...
Struggling with Poisson Distribution. Please could you explain the calculation? Assume that a number of network errors experienced in a day in a local area network are distributed as a Poisson random variable. The mean number of network errors experienced in a day is 1.6. 1) Work out the probability that in any given day more than two network errors will occur 2) Work out the probability that in any given day two or more network errors will occur 3)...
Please could u tell me how I could recognize the reflection horizontal and vertical in molecule...
Please could u tell me how I could recognize the reflection horizontal and vertical in molecule ? what is the rule to follow to see its? Thanks Yosra
For part a could you show me how using r code make the necessary graphs, and...
For part a could you show me how using r code make the necessary graphs, and for part b show me the work for how to solve the problem. thank you 1. A dairy scientist is testing a new feed additive. She chooses 13 cows at random from a large population. She randomly assigns nold = 8 to the old diet and nnew = 5 to a new diet including the additive. The cows are housed in 13 widely separated...
Please show me how to do this by hand. Thank you. A service center receives an...
Please show me how to do this by hand. Thank you. A service center receives an average of 0.8 customer complaints per hour. Management's goal is to receive fewer than three complaints each hour. Assume the number of complaints follows the Poisson distribution. Determine the probability that exactly four complaints will be received during the next eight hours. a) 0.235 b) 0.116 c) 0.008 d) 0.765 e) 0.999
We are doing this in R software, so if you could also show how to do...
We are doing this in R software, so if you could also show how to do it in that along with the normal work, that would be much appreciated. Problem 3 Sports and Leisure magazine reported that approximately 2.42 shark attacks occur per year at the beaches of North Carolina. For each of the following questions, show the R scripts used and the computer output. In addition, write the answers using probability and random variable notations.   (a) What is the...
Please tell me how to do the problems. Thanks! 1. Use the following information relating to...
Please tell me how to do the problems. Thanks! 1. Use the following information relating to Company X to answer questions below. Cost Retail Beginning Inventory $25,000 $40,000 Net Purchases $50,000 $85,000 Net Markups - $15,000 Net Markdowns - ($5,000) Net Sales - $100,000 What is the estimate of cost of goods sold under the average cost retail method? $19,444 $35,632 $45,784 $55,556 2. On January 1, 2016, Company X acquires inventory for $200. On January 1, 2017, Company X...
Please tell me how one cell in your body became a cancer cell. The story you...
Please tell me how one cell in your body became a cancer cell. The story you tell should lead to troat cancer, be DETAILED, and include all of the following: •A timeline for transformation from normal to cancer cell (1) •Specific genes that when mutated will increase cancer risk (genes like p53, Rb, Cyclin, Kras) (2) •One gene must be MET and describes a mutation in this gene and use it to characterize effects on cell cycle control, apoptosis, or...
PLEASE USE EXCEL TO FIND THE ANSWERS! Or if you don't have access to excel please...
PLEASE USE EXCEL TO FIND THE ANSWERS! Or if you don't have access to excel please tell me how you would find the answers in excel THANK YOU SO MUCH! A study of a hypertension drug’s effectiveness is being conducted. It is considered that the probability that 0 patients of 4 will be brought under control is 0.006, 1 out of 4 brought under control is 0.078, 2 of 4 is 0.261, 3 of 4 is 0.415, and all 4...
Please show me how to use R to solve the problem. thanks! A bank with a...
Please show me how to use R to solve the problem. thanks! A bank with a branch located in a commercial district of a city has developed an improved process for serving customers during the noon-to-1 P.M. lunch period. The bank has the business objective of reducing the waiting time (defined as the number of minutes that elapse from when the customer enters the line until he or she reaches the teller window) to increase customer satisfaction. A random sample...
Could you please solve these using r code. 1. A pumpkin farmer weighed a simple random...
Could you please solve these using r code. 1. A pumpkin farmer weighed a simple random sample of size n = 20 pumpkins, with these results: 9.6, 8.8, 5.1, 9.7, 9.1, 8.9, 8, 9.2, 2.7, 9.1, 8.5, 7.3, 9.3, 9.6, 4.1, 9.9, 7.6, 9, 7.2, 8.5 (a) Create a QQ plot of the weights. Do you think it is reasonable to assume that the population distribution is normal? Explain your answer. (b) Regardless of your answer to (a), use R...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT