SOLUTION: a box contain a four red, three black, and five white marble. two marbles are randomly drawn from this box and the color of these marbles is observed.
1) write all the possible
Algebra ->
Probability-and-statistics
-> SOLUTION: a box contain a four red, three black, and five white marble. two marbles are randomly drawn from this box and the color of these marbles is observed.
1) write all the possible
Log On
Question 758269: a box contain a four red, three black, and five white marble. two marbles are randomly drawn from this box and the color of these marbles is observed.
1) write all the possible observations.
2)calculate the probability of selecting two marbles of same color. Answer by Theo(13342) (Show Source):
You can put this solution on YOUR website! see the following picture and the comments below:
you have 66 possible combinations of drawing 2 balls at a time taken from 12 balls.
this is calculated by the combination formula of 12C2.
12C2 = (12*11) / (2*1) = 6*11 = 66
the number of ways you can draw 2 red balls out of 4 = 4C2
the number of ways you can draw 2 black balls out of 3 = 3C2
the number of ways you can draw 2 white balls out of 5 = 5C2