
Norbert W. answered 07/06/16
Tutor
4.4
(5)
Math and Computer Language Tutor
Given 8 blue marbles and 5 green marbles. There are 13 marbles altogether.
The probability of drawing a blue marble is 8/13.
The probability of drawing the first green marble is 5/12, since only 12 marbles remain.
The probability of drawing the second green marble is 4/11, since only 11 marbles remain.
Therefore the probability of choosing 1 blue marble and 2 green marbles is (8/13) * (5/12) * (4/11) = 40/429
Let (pick1, pick2, pick3) represent the order that the marbles were chosen.
With this sample 1 blue (b) and 2 green (g) can be chosen in the following order (b, g, g), (g, b, g), (g, g, b)
Since there are 3 distinct ways to choose 1 blue and 2 green marbles, the probability of choosing them is three times choosing them in a particular order, or 40/143