Question

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 binomial distribution probability for a single outcome. You are tasked with reporting a cumulative probability.

If it is appropriate to use the normal approximation of the binomial distribution, calculate Z using the correct equation from the option below, and then use either the formula =(1-(norm.dist(Z,0,1,TRUE))) when calculating a right-tailed probability or the formula =(norm.dist(Z,0,1,TRUE)) for a left-tailed probability.

Right-tailed tests find probabilities for X ≥ observed while left-tailed tests find probabilities for X ≤ observed

Observednp Observednp 2 PrIX 2 Observed] - PrZ> or Pr[X s Observed] PrZ< np(1-p)

QUESTION: In Europe, 53% of the flowers of the Rewardless Orchid, Dactylorhiza sambucina, are yellow, whereas the remaining flowers are purple. For this problem, only use the normal approximation where it is appropriate. Use the binomial distribution where the normal approximation is inappropriate.

1. If we took a random sample of a single individual from this population, what is the probability, reported as a percent, that it would be purple?  

2. Determine the probability, reported as a decimal rounded to two decimal places, that if we took a random sample of 6 flowers, at least 4 would be purple.

3. If we took a random sample of 260 individuals, what is the probability, reported as a decimal rounded to four decimal places, that 150 or more of the orchids are purple?

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

1:

The probability, reported as a percent, that it would be purple is 0.53.

2:

Here we have

n= 6 and p = 0.53

Since np = 3.18 is less than 5 so we normal approximation is not appropriate.

The probability, reported as a decimal rounded to two decimal places, that if we took a random sample of 6 flowers, at least 4 would be purple is

6 P(X > 4) = ( 0 ) (0.53)(1-0.53)6-1-0.40 154657809 (0.53) (1 -0.53)0.4015465

Formual used: =1 - binom.dist(3,6,0.53,true)

Answer: 0.4015

3:

Here we have

n=260 and p=0.53

Using normal approximation, X has approximately normal distribution with mean and SD as follows:

\mu=np=260\cdot 0.53=137.8

\sigma=\sqrt{np(1-p)}=\sqrt{260\cdot 0.53\cdot 0.47}=8.0477

The z-score for X = 150 -0.5 = 149.5 is

z=\frac{149.5-137.8}{8.0477}=1.45

The required probability use:

P(X >= 150) = P(z > 1.45)=0.073529

Formual used: =(1-(norm.dist(1.45,0,1,TRUE)))

Add a comment
Know the answer?
Add Answer to:
For this problem, you must use Excel to perform the necessary calculations. Below are the formulas...
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
  • You may need to use the appropriate appendix table or technology to answer this question. A...

    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...

  • You may need to use the appropriate appendix table or technology to answer this question. A...

    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) <...

  • Suppose that x has a binomial distribution with n = 200 and p = 0.42. (Round...

    Suppose that x has a binomial distribution with n = 200 and p = 0.42. (Round np and n(1-p) answers to 2 decimal places. Round your answers to 4 decimal places. Round z values to 2 decimal places. Round the intermediate value (o) to 4 decimal places.) (a) Show that the normal approximation to the binomial can appropriately be used to calculate probabilities about x. np n(1 – p) Both np and n(1 – p) (Click to select) A 5...

  • Suppose that x has a binomial distribution with n = 198 and p = 0.44. (Round...

    Suppose that x has a binomial distribution with n = 198 and p = 0.44. (Round np and n(1-p) answers to 2 decimal places. Round your answers to 4 decimal places. Round z values to 2 decimal places. Round the intermediate value (o) to 4 decimal places.) (a) Show that the normal approximation to the binomial can appropriately be used to calculate probabilities about x пр n(1 - p) Both np and n(1 – p) (Click to select) A 5...

  • Suppose that x has a binomial distribution with n = 198 and p = 0.41. (Round...

    Suppose that x has a binomial distribution with n = 198 and p = 0.41. (Round np and n(1-p) answers to 2 decimal places. Round your answers to 4 decimal places. Round z values to 2 decimal places. Round the intermediate value (σ) to 4 decimal places.) A) Show that the normal approximation to the binomial can appropriately be used to calculate probabilities about x. np n(1 – p) Both np and n(1 – p) large/smaller than 5 B) Make...

  • Decide whether you can use the normal distribution to approximate the binomial distribution. If you can...

    Decide 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 probabilities A survey of adults found that 8% say their favorite sport is auto racing. You randomly select 600 adults and ask them to name their favorite sport. Complete parts (a) through (d). Determine whether a normal...

  • Tutorial Exercise In the following problem, check that it is appropriate to use the normal approximation...

    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...

  • Tutorial Exercise In the following problem, check that it is appropriate to use the normal approximation...

    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...

  • In the following problem, check that it is appropriate to use the normal approximation to the binomial. Then use th...

    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 More than a decade ago, high levels of lead in the blood put 80 % of children at risk. A concerted effort was made to remove lead from the environment. Now, suppose only 13% of children in the United States are at risk of high blood-lead levels. (a) In a random sample of...

  • In the following problem, check that it is appropriate to use the normal approximation to the bin...

    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. More than a decade ago, high levels of lead in the blood put 83% of children at risk. A concerted effort was made to remove lead from the environment. Now, suppose only 11% of children in the United States are at risk of high blood-lead levels. (a) In a random sample of 212...

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