A box contains 10 red marbles, 20 blue marbles and 30 green marbles. 5 marbles
are drawn from the box, what is the probability that
(i) all will be blue?
(ii) atleast one will be green?
Theory
When objects are drawn without replacement, each selection affects the next. In such cases, probability is computed using combinations because order does not matter.
Key concepts used:
- Total outcomes = Selecting r objects from n objects → \( ^nC_r \)
- Favourable outcomes depend on condition
- Complement Rule: \( P(A) = 1 - P(A') \)
Solution Roadmap
- Step 1: Calculate total number of marbles
- Step 2: Find total possible selections of 5 marbles
- Step 3: Solve part (i) using direct combination
- Step 4: Solve part (ii) using complement method
Visual Representation
Solution
Total number of marbles:
\[ 10 + 20 + 30 = 60 \]
Total number of ways of selecting 5 marbles from 60 marbles:
\[ ^{60}C_5 \]
(i) Probability that all marbles are blue
Number of blue marbles = 20
Number of ways to select 5 blue marbles from 20:
\[ ^{20}C_5 \]
Required probability:
\[ P(\text{all blue}) = \frac{^{20}C_5}{^{60}C_5} \]
(ii) Probability that at least one marble is green
Direct calculation is complex, so we use complement:
\[ P(\text{at least one green}) = 1 - P(\text{no green}) \]
If no green marble is selected, all marbles must come from red + blue marbles:
Number of non-green marbles:
\[ 10 + 20 = 30 \]
Number of ways to select 5 marbles from 30:
\[ ^{30}C_5 \]
Therefore,
\[ P(\text{no green}) = \frac{^{30}C_5}{^{60}C_5} \]
Final probability:
\[ P(\text{at least one green}) = 1 - \frac{^{30}C_5}{^{60}C_5} \]
Final Answer
\[ (i)\ \frac{^{20}C_5}{^{60}C_5} \]
\[ (ii)\ 1 - \frac{^{30}C_5}{^{60}C_5} \]
Significance for Exams
- This problem tests combination-based probability, a core topic in CBSE boards
- Use of complement method is frequently asked in JEE & NDA exams
- Understanding "without replacement" is crucial for advanced probability distributions
- Builds foundation for hypergeometric distribution (important in higher studies)