Solution
Given:• There are 4 blue disks and 6 green disks in a container, and nothing else is present in the container
• 4 disks are to be selected one after the other at random without replacement
To find:• What is the probability that out of the selected 4 disks, 2 are blue and 2 are green?
Approach and Working: • Out of total 10 disks, the number of ways one can select 4 disks = \(^{10}C_4\) = 210
• Out of 4 blue disks, the number of ways one can select 2 disks = \(^4C_2\) = 6
• Out of 6 green disks, the number of ways one can select 2 disks = \(^6C_2\) = 15
Hence, the required probability = \(\frac{(6 * 15)}{210}\) = \(\frac{3}{7}\)
Hence, the correct answer is option C.
Answer: CAlternate way:
Selecting blue = \(\frac{4}{10} * \frac{3}{9}\)
Selecting green = \(\frac{6}{8} * \frac{5}{7}\)
Hence, probability = \(\frac{4}{10} * \frac{3}{9} * \frac{6}{8} * \frac{5}{7} * \frac{4!}{{2! 2!}}\) = \(\frac{3}{7}\)