Question

There is a box of 20 marbles. Of these marbles, 6 are red, 8 are green...

There is a box of 20 marbles. Of these marbles, 6 are red, 8 are green and 6 are blue. 6 marbles are randomly selected from the box without replacement. Let X be the number of marbles that are red or blue, and let Y be the number of marbles that are blue.

a. What is the probability the first and second marbles are red, the third and fourth are blue and the fifth and sixth are green?

b. What is the probability we obtain 2 red, 2 blue and 2 green?

c. Find E (X).
d. Find Var(Y).
e. Find P (X = Y ).

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

The total number of ways in which 6 marbles can be selected out of 20 without replacement is \binom{20}{6} = 38760 .

a. The number of ways in which the given sequence of balls come out can be calculated using the successive multiplication rule of probability.

There are 6 red balls so the probability of selecting a red ball out of 20 is (6/20). Now there are 5 red and 19 total balls left. The probability of selecting another red ball is (5/19). The remaining probabilities can be calculated similarly.

Total balls Red Blue Green Ball selected Probability
20 6 6 8 RED 6/20
19 5 6 8 RED 5/19
18 4 6 8 BLUE 6/18
17 4 5 8 BLUE 5/17
16 4 4 8 GREEN 8/16
15 4 4 7 GREEN 7/15

Hence, the required probability = (6/20)*(5/19)*(6/18)*(5/17)*(8/16)*(7/15) = 0.0307

b. In this case, there is no particular order in which the balls has to come out. Thus the problem boils down to selecting the given number of balls of each color.

The number of ways in which the given sequence of marbles come out is : \binom{6}{2} \times \binom{6}{2} \times \binom{8}{2} = 6300

Hence, the required probability = (no. of ways in which the given event can occur)/(total no. of ways in which events can occur)

P=\frac{6300}{38760}=0.163

c. Let RB be a fictitious color so that each one of the red and blue marbles belong to it. Thus there are 12 RB marbles and 8 Green marbles. Thus X is the number of RB marbles out of the 6 selected marbles.

  28 P(X =0) = 38760 (ALL GREEN)

672 P(X = 1) = 38760 (5 GREEN AND 1 RB)

P(X=2)=\frac{\binom{12}{2}\binom{8}{4}}{\binom{20}{6}} = \frac{4620}{38760} (4 GREEN AND 2 RB)

P(X=3)=\frac{\binom{12}{3}\binom{8}{3}}{\binom{20}{6}} = \frac{12320}{38760} (3 GREEN AND 3 RB)

P(X=4)=\frac{\binom{12}{4}\binom{8}{2}}{\binom{20}{6}} = \frac{13860}{38760} (2 GREEN AND 4 RB)

P(X=5)=\frac{\binom{12}{5}\binom{8}{1}}{\binom{20}{6}} = \frac{6336}{38760} (1 GREEN AND 5 RB)

P(X=6)=\frac{\binom{12}{6}\binom{8}{0}}{\binom{20}{6}} = \frac{924}{38760} (ALL RB)

Now that we have the discrete probability distribution, we can easily calculated the Expectation using

E(X) = \sum_{x=0}^{6}P(X=x) \times x

Putting all the values,

E(X) = 0 \times \frac{28}{38760} +1 \times \frac{672}{38760}+ 2\times \frac{4620}{38760}+3 \times \frac{12320}{38760}+4 \times \frac{13860}{38760}+5 \times \frac{6336}{38760}+6 \times \frac{924}{38760}

E(X) = \frac{0+672+9240+36960+55440+31680+5544}{38760} = 138816/38760

Hence, E(X) = 3.58.

d.

Similar to the last problem, the other two balls can be combined as RG. Thus there are 6 blue balls and 14 RG balls. Again, using the same procedure to find out the probabilities, we get the following results.

Y (no. of Blue balls) Number of RG balls P(Y = y) Y^2
0 6 \frac{\binom{6}{0}\binom{14}{6}}{\binom{20}{6}} = \frac{3003}{38760} 0
1 5 \frac{\binom{6}{1}\binom{14}{5}}{\binom{20}{6}} = \frac{12012}{38760} 1
2 4 \frac{\binom{6}{2}\binom{14}{4}}{\binom{20}{6}} = \frac{15015}{38760} 4
3 3 \frac{\binom{6}{3}\binom{14}{3}}{\binom{20}{6}} = \frac{7280}{38760} 9
4 2 \frac{\binom{6}{4}\binom{14}{2}}{\binom{20}{6}} = \frac{1365}{38760} 16
5 1 \frac{\binom{6}{5}\binom{14}{1}}{\binom{20}{6}} = \frac{84}{38760} 25
6 0 \frac{\binom{6}{6}\binom{14}{0}}{\binom{20}{6}} = \frac{1}{38760} 36

Using the formula for Expectation, we get

E(Y) = 0 \times \frac{3003}{38760} +1 \times \frac{12012}{38760}+ 2\times \frac{15015}{38760}+3 \times \frac{7280}{38760}+4 \times \frac{1365}{38760}+5 \times \frac{84}{38760}+6 \times \frac{1}{38760}

E(Y) = \frac{0 \times 3003 +1 \times 12012+ 2 \times 15015+3 \times 7280+4 \times 1365+5 \times 84+6 \times 1}{38760}

Hence, E(Y) = \frac{69768}{38760} = 1.8

In order to calculate the variance, we will need E(Y^2).

E(Y^2) = \sum_{y=0}^{6}P(Y=y) \times y^2

E(Y^2) = \frac{0 \times 3003 +1 \times 12012+ 4 \times 15015+9 \times 7280+16 \times 1365+25 \times 84+36 \times 1}{38760}

E(Y^2) =4.1684

As we know, var(Y) = E(Y^2) - (E(Y))^2, we get

var(Y)=E(Y^2)-(E(Y))^2 =4.1684-1.8^2=0.9284

Add a comment
Know the answer?
Add Answer to:
There is a box of 20 marbles. Of these marbles, 6 are red, 8 are green...
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
  • A box contains 9 green marbles, 6 blue marbles, and 8 red marbles. Three marbles are...

    A box contains 9 green marbles, 6 blue marbles, and 8 red marbles. Three marbles are selected at random from the box, one at a time, without replacement. Find the probability that the three marbles selected are all different colors.

  • Two marbles are chosen without replacement from a box containing 5 green, 8 red, 5 yellow,...

    Two marbles are chosen without replacement from a box containing 5 green, 8 red, 5 yellow, and 7 blue marbles. Let X be the number of red marbles chosen. a) Find and graph the probability distribution of X. b) Find E (x)

  • Suppose that a drawer contains 8 marbles: 2 are red, 2 are blue, 2 are green,...

    Suppose that a drawer contains 8 marbles: 2 are red, 2 are blue, 2 are green, and 2 are yellow. The marbles are rolling around in a drawer, so that all possibilities are equally likely when they are drawn. Alice chooses 2 marbles without replacement, and then Bob also chooses 2 marbles without replacement. Let Y denote the number of red marbles that Alice gets, and let X denote the number of red marbles that Bob gets. a. Find the...

  • A box contains 3 red and 4 green marbles. Five marbles are drawn without replacement. Let...

    A box contains 3 red and 4 green marbles. Five marbles are drawn without replacement. Let X denote the number of red marbles obtained. a) Construct the probability distribution of X. b) What is the expected number of red marbles?

  • There are 3 green marbles and 5 blue marbles in a bag and 4 red marbles....

    There are 3 green marbles and 5 blue marbles in a bag and 4 red marbles. Two marbles are drawn from the bag at random without replacement. Find the probability that both marbles are blue. Find the probability that the first is blue and the second green.

  • A jar has 8 red marbles and 2 green marbles. a. If two marbles are taken...

    A jar has 8 red marbles and 2 green marbles. a. If two marbles are taken out without replacement, what is the probability that both marbles are green? b. If two marbles are taken out without replacement, what is the probability that the second marble is red? c. If two marbles are taken out without replacement, what is the probability that the first marble is red, given that the second marble is green? d. If three marbles are taken out...

  • PROBLEM: Marbles in a Box Suppose there are 17 marbles in a box. There are 5...

    PROBLEM: Marbles in a Box Suppose there are 17 marbles in a box. There are 5 blue marbles, 4 yellow marbles, 3 red marbles, and 5 green marbles. The experiment is selecting 2 marbles randomly from the box, without replacement. Let x be the number of blue marbles. Note: The picture shown is an example of marbles in the box. The number of marbles and their color code does not reflect to this problem (a) Determine whether the experiment is...

  • A box contains seven marbles. Four of them are red and 3 of them are green....

    A box contains seven marbles. Four of them are red and 3 of them are green. You reach in and choose three at random without replacement. Define a random variable X as: X = the number of red marbles selected. (a) What are the possible values X can take on? (i.e. give Im(X)) (b) Find P(X = x) for all x in Im(X). (c) Make a table for the probability distribution of X as shown in lecture. (Leave probabilities as...

  • A jar contains 9 red marbles, 7 green marbles, and 5 blue marbles. 34. If a...

    A jar contains 9 red marbles, 7 green marbles, and 5 blue marbles. 34. If a single marble is drawn from the bag, what is the probability that it is red? (3 pts) 35. If three marbles are drawn without replacement, what is the probability that all three Subles are green? [4 pts) 36. I samarbles are drawn with replacement, what is the probability that at least 1 blue marble was selected. 5 pts

  • A box of marbles has 5 red marbles, 2 green marbles, and 1 blue marble 5....

    A box of marbles has 5 red marbles, 2 green marbles, and 1 blue marble 5. A box of marbles has 5 red marbles, 2 green marbles, and 1 blue marble. (a) Find the probability of selecting 2 red marbles if the first selection is replaced before the next selection is made. (b) Find the probability of selection 2 red marbles if the first selection is not replaced before the next selection is made (c) Find the probability of selecting...

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