79.7k views
2 votes
According to the manufacturer of the candy Skittles, 25% of the candy produced are green. If we take a random sample of 10 bags of Skittles, what is the probability that the proportion in our sample of green candies will be more than 25%?

User Razinar
by
4.8k points

1 Answer

3 votes

Answer:

49.32% probability that the proportion in our sample of green candies will be more than 25%.

Explanation:

For each candy, there are only two possible outcomes. Either it is green, or it is not. The probabilities of each candy being green are independent from each other. So we use the binomial probability distribution to solve this question.

Binomial probability distribution

The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.


P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)

In which
C_(n,x) is the number of different combinations of x objects from a set of n elements, given by the following formula.


C_(n,x) = (n!)/(x!(n-x)!)

And p is the probability of X happening.

In this problem we have that:

According to the manufacturer of the candy Skittles, 25% of the candy produced are green. This means that
p = 0.25

If we take a random sample of 10 bags of Skittles, what is the probability that the proportion in our sample of green candies will be more than 25%?

10 bags, so
n = 10

This is
P(X > 0.25*10) = P(X > 2.5)

The number of bags is a discrete number, so
P(X > 2.5) = P(X \geq 3).

Either the number of green bags is lower than 3, or it is greater or equal than 3. The sum of these probabilities is decimal 1. Mathematically, this means that:


P(X \leq 2) + P(X \geq 3) = 1

We want
P(X \geq 3). So


P(X \geq 3) = 1 - P(X \leq 2)

In which


P(X \leq 2) = P(X = 0) + P(X = 1) + P(X = 2)

So


P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)


P(X = 0) = C_(10,0).(0.25)^(0).(0.75)^(10) = 0.0563


P(X = 1) = C_(10,1).(0.25)^(1).(0.75)^(9) = 0.1689


P(X = 2) = C_(10,2).(0.25)^(2).(0.75)^(8) = 0.2816


P(X \leq 2) = P(X = 0) + P(X = 1) + P(X = 2) = 0.0563 + 0.1689 + 0.2816 = 0.5068

Then


P(X \geq 3) = 1 - P(X \leq 2) = 1 - 0.5068 = 0.4932

49.32% probability that the proportion in our sample of green candies will be more than 25%.

User Edwin Joassart
by
5.3k points