8.6k views
5 votes
Casey has a bag that contains 3 white balls, 8 red, 2 blue, and

2 yellow. Choose one ball out of the bag randomly and put it back.
She repeats the experiment 250 times.
a. What's the probability that Casey chooses the white ball?
b. Predict the number of times of a total of 250 that Casey will
choose the white ball.

User Elo Peri
by
5.3k points

1 Answer

4 votes

Answer:

a)
P_(white)= (3)/(15)=(1)/(5)

b)
E(X) = np = 250* (1)/(5)=50

So then we expect to see 50 times the white ball out of the 250 trials for the experiment.

Explanation:

Previous concepts

The binomial distribution is a "DISCRETE probability distribution that summarizes the probability that a value will take one of two independent values under a given set of parameters. The assumptions for the binomial distribution are that there is only one outcome for each trial, each trial has the same probability of success, and each trial is mutually exclusive, or independent of each other".

Solution the problem

For this case have 3 White, 8 red, 2 blue and 2 yellow

So the total number of balls in the bag are 3+8+2+2=15

The experiment consist in take 1 ball and put it back. So is a experiment with replacement. And for each trial the individual probabilities for each color are:


P_(white)= (3)/(15)=(1)/(5)


P_(red)= (8)/(15)


P_(blue)= (2)/(15)


P_(yellow)= (2)/(15)

Part a

For this case the probablity that Casey choses a white ball is always the same and is:


P_(white)= (3)/(15)=(1)/(5)

Part b

For this case we repeat the experiment 250 times and we want to find how many times we expect that Casey will choose the white ball. We can assume that our random variable X who represent "The number of white balls selected" is a binomial experiment.


X \sim Binom (n=250, p= (1)/(5))

And the expected value is given by this expression:


E(X) = np = 250* (1)/(5)=50

So then we expect to see 50 times the white ball out of the 250 trials for th experiment.

User Ifiok Idiang
by
4.9k points