Question

In: Statistics and Probability

Binomial Distribution Problem 1: (a) An urn contains 1000 balls, 100 are green and 900 are...

Binomial Distribution Problem 1: (a) An urn contains 1000 balls, 100 are green and 900 are white. One ball is chosen from the urn 100 times with replacement. Use Excel (binom.dist) to find the probability that six or seven green balls are selected. (b) An urn contains 1000 balls, 100 are green and 900 are white. One ball is chosen from the urn 1000 times. Use Excel (binom.dist) to find the probability that between 110 and 120 of the balls, inclusive, are green. (c) Redo (a) and (b) again using Excel but use the normal approximation (normal.dist). How do the answers compare with the above? Are there any discrepancies? If so, please explain why they happened.

Solutions

Expert Solution

Total 1000
Green 100
White 900
a) p 0.1 \=Green/Total
n 100
P ( X = 6) 0.059579 \=binom.dist(6, n, p, False)
P( X = 7) 0.088895 \=binom.dist(7, n, p, False)
P( 6 or 7 balls are selected) 0.148474 \=P(X = 6) + P(X = 7)
b)
p 0.1
n 1000
P( 110 <= X <= 120 ) 0.141 \=binom.dist(120, n, p, True) - binom.dist(109, n, p, True)
c)
p 0.1
n 100
Mean 10 \=n*p
Variance 9 \=n*p*(1-p)
Standard Deviation (SD) 3 \=sqrt(Variance)
P ( 6 <= X <= 7)
P( 5.5 <= X <= 7.5) continuity correction
P( 5.5 <= X <= 7.5) 0.135521 \=norm.dist(7.5, mean, sd, true) - norm.dist(5.5, mean, sd, True)
d)
p 0.1
n 1000
Mean 100
variance 90
sd 9.486833
P( 110 <= X <= 120 )
P( 109.5 <= X <= 120.5 ) continuity correction
P( 109.5 <= X <= 120.5 ) 0.142968

We can see that there is a difference between a and c but the approximation for b is good by d. Because we have a rule that if n*p and n*(1-p) is greater than 10 and n is large, then normal gives a good approximation to the binomial distribution. So, in case (a) np = 10. That's why it is not a good approximation and also n is not that large in comparison to (b) part


Related Solutions

Urn 1 contains 8 green balls and 10 red balls. Urn 2 contains 7 green balls...
Urn 1 contains 8 green balls and 10 red balls. Urn 2 contains 7 green balls and 5 red balls. A die is rolled, if a 1 or 2 is rolled, a ball is chosen from urn 1, if a 3, 4, 5, or 6 is rolled, a balls is chosen from urn 2. What is the probability of selecting a green ball? Please show all work.
Urn A contains 5 green and 4 red balls, and Urn B contains 3 green and...
Urn A contains 5 green and 4 red balls, and Urn B contains 3 green and 6 red balls. One ball is drawn from Urn A and transferred to Urn B. Then one ball is drawn from Urn B and transferred to Urn A. Let X = the number of green balls in Urn A after this process. List the possible values for X and then find the entire probability distribution for X.
Urn A contains 5 green and 4 red balls, and Urn B contains 3 green and...
Urn A contains 5 green and 4 red balls, and Urn B contains 3 green and 6 red balls. One ball is drawn from Urn A and transferred to Urn B. Then one ball is drawn from Urn B and transferred to Urn A. Let X = the number of green balls in Urn A after this process. List the possible values for X and then find the entire probability distribution for X.
Urn 1 contains 10 red balls, 5 green balls and 12 orange. Inside Urn 2 there...
Urn 1 contains 10 red balls, 5 green balls and 12 orange. Inside Urn 2 there are 7 red, 13 green, and 20 orange balls. Flip a coin to choose the urn, so there is a 55% chance to heads, you pick urn 1. If you pick tails, you pick urn 2. Then pick a ball from one of the urns after you flip. If you choose an orange ball, pick again but do this only once. a) Draw a...
PROBLEM 2.  20 pts.  An urn contains 4 Red balls and 6 Green balls. If 4 balls are...
PROBLEM 2.  20 pts.  An urn contains 4 Red balls and 6 Green balls. If 4 balls are taken one at a time with replacement. Find the probability that one is R. Find also the expected number of R and the standard deviation of R If 4 two balls are taken one at a time without replacement. Find the probability that only one is Red
Conditional Probability Problem: An urn contains 5 red balls, 4 green balls, and 4 yellow balls...
Conditional Probability Problem: An urn contains 5 red balls, 4 green balls, and 4 yellow balls for a total of 13 balls. If 5 balls are randomly selected without replacement what is the probability of selecting at least two red balls given that at least one yellow ball is selected? a) 0.59 b) 0.61 c) 0.63 d) 0.65 e) 0.67
PROBLEM 2. 20 pts. An urn contains 4 Red balls and 6 Green balls. If 4...
PROBLEM 2. 20 pts. An urn contains 4 Red balls and 6 Green balls. If 4 balls are taken one at a time with replacement. Find the probability that one is R. Find also the expected number of R and the standard deviation of R If 4 two balls are taken one at a time without replacement. Find the probability that only one is Red
An urn contains 6 red balls and 4 green balls. A sample of 7 balls is...
An urn contains 6 red balls and 4 green balls. A sample of 7 balls is selected at random. a. How many different samples are possible? b. How many samples contain 5 red and 2 green balls? c. How many sample contain all red balls? d. How many samples contain at least 4 red balls? e. What is the probability in a draw of 7 balls there is 3 red and 4 green?
An urn contains 5 green balls and 8 red balls. One of the balls is drawn...
An urn contains 5 green balls and 8 red balls. One of the balls is drawn at random. The drawn ball is returned to the urn with 3 additional balls of the same color. A second ball is drawn from the newly constituted urn. a. What is the probability the second ball is green? b. Given that the second ball was red, what is the probability that the first ball was green?
An urn contains 10 red balls and 5 green balls. Balls are randomly selected, one at...
An urn contains 10 red balls and 5 green balls. Balls are randomly selected, one at a time, with replacement, until a red one is obtained. What is the probability that exactly k draws are needed? What is the probability that at least k draws are needed? Define a random variable associated with this experiment. Determine its probability mass function and cumulative distribution function, sketch their graphs. Find the expectation, variance and standard deviation of X.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT