PLEASE USE R FOR THE FOLLOWING! I NEED THE CALCULATIONS FROM R TO THE NEAREST 0.0001 FOR PROBABILITIES.
2. A company producing fine crystal knows that 19% of its
goblets have cosmetic flaws and
must be classified as “seconds.” Consider a random sample of 620
goblets.
In a – c use the Binomial distribution to compute the probability
that
a. exactly 120 are flawed (use the d function)
b. at most 130 are flawed (use the p function – as this sums
probabilities)
c. more than 100 are flawed.
d. Give values for the mean and standard deviation of the number of
flawed goblets in such
samples of size 620. (Both to at least the nearest 0.01.)
e. What are the values of np (see part d) and nq (q = 1 – p)? Are
both at least 10? If so, the
Normal distribution will produce good approximation to Binomial
probabilities.
The answer to the second part of part above e is “Yes – both are at
least 10.” So: Using the
Normal distribution obtain, an approximation to each of the
following.
f. The probability in part a.
g. The probability in part b.
[The approximations in f – h will be quite good.]
h. The probability in part c.
a) Using d command we have
dbinom(120,620,0.19)
The required probability as
0.0395
b) Using the command
pbinom(130,620,0.19)
we get the required probability as approximately
0.9021
c) Use command 1-pbinom(100, 620,0.19)
the required probability is approximately 0.9637
d) We know mean is given by

And standard deviation
PLEASE USE R FOR THE FOLLOWING! I NEED THE CALCULATIONS FROM R TO THE NEAREST 0.0001...
A company that produces fine crystal knows from experience that 10% of its goblets have cosmetic flaws and must be classified as ”seconds”. If 20goblets are randomly selected, use Rand Table to get (a) what is the probability that exactly 2 are seconds? (b) what is the probability that at least 2 are seconds? (c) Find the mean number and the standard deviation of goblets that are classified as ”secondsd) Now suppose a random sample of 400 gobletsis selected. Use...
PLEASE USE R FOR THE FOLLOWING ANSWERS TO THE NEAREST 0.0001 ACCURACY! THANK YOU :-) Data collected at Hancock Airport in Syracuse NY suggests that an exponential distribution with mean value 3.2 hours is a good model for rainfall duration (Urban Stormwater Management Planning with Analytical Probabilistic Models, 2000, p. 69). (Keep in mind that the mean is μ = 1/λ) a. What is the probability that the duration of a partic- ular rainfall event at this location is at...
You may need to use the appropriate appendix table or technology to answer this question. A survey found that 91% of Americans believe that texting while driving should be outlawed. (a) For a sample of 10 Americans, what is the probability that at least 8 say that they believe texting while driving should be outlawed? Use the binomial distribution probability function discussed in Section 5.5 to answer this question. (Round your answer to four decimal places.) (b) For a sample...
A survey found that 93% of Americans believe that texting while driving should be outlawed. (a) For a sample of 10 Americans, what is the probability that at least 8 say that they believe texting while driving should be outlawed? Use the binomial distribution probability function discussed in Section 5.5 to answer this question. (Round your answer to four decimal places.) (b) For a sample of 100 Americans, what is the probability that at least 89 say that they believe...
Tutorial Exercise In the following problem, check that it is appropriate to use the normal approximation to the binomial. Then use the normal distribution to estimate the requested probabilities. Do you take the free samples offered in supermarkets? About 63% of all customers will take free samples. Furthermore, of those who take the free samples, about 32% will buy what they have sampled. Suppose you set up a counter in a supermarket offering free samples of a new product. The...
You may need to use the appropriate appendix table or technology to answer this question. A binomial probability distribution has p = 0.20 and n = 100. (a) What are the mean and standard deviation? mean standard deviation (b) Is this situation one in which binomial probabilities can be approximated by the normal probability distribution? Explain. No, because np > 5 and n(1 - p) > 5. Yes, because n > 30. No, because np < 5 and n(1-p) <...
For this problem, you must use Excel to perform the
necessary calculations. Below are the formulas and equations you
will need to use.
If it is appropriate to use the binomial distribution, use the
formula =binom.dist(number_s,trials,probability,cumulative) to
calculate the probability. In this formula, number_s is the number
of successful trials, trials is the total number of trials,
probability is the probability for a single trial expressed as a
decimal, and cumulative should be set as false. This will report
the...
You may need to use the appropriate appendix table or technology to answer this question.Assume a binomial probability distribution has p = 0.70and n = 400.(a)What are the mean and standard deviation? (Round your answers to two decimal places.)
mean
standard deviation
(b)Is...
PLEASE SHOW THE ANSWER OF (a)(b)(c) ? thank you
Homework: Section 5.5 - Exercises Save 10 of 13 (10 complete) v HW Score: 51.79%, 14.5 of 28 pts Score: 0.5 of 4 pts Xx) 5.5.19-T Question Help Determine whether you can use the normal distribution to approximate the binomial distribution. If you can, use the normal distribution to approximate the indicated probabilities and sketch their graphs. If you cannot, explain why and use the binomial distribution to find the indicated...
Tutorial Exercise In the following problem, check that it is appropriate to use the normal approximation to the binomial. Then use the normal distribution to estimate the requested probabilities Do you take the free samples offered in supermarkets? About 63% of all customers will take free samples. Furthermore, of those who take the free samples, about 32% will buy what they have sampled. Suppose you set up a counter in a supermarket offering free samples of a new product. The...