Skip to main content
Back to Statistics & Probability
JEE Main 2020
Statistics & Probability
Probability
Medium

Question

From a group of 10 men and 5 women, four member committees are to be formed each of which must contain at least one woman. Then the probability for these committees to have more women than men, is :

Options

Solution

This problem involves calculating probability using combinations under specific conditions for forming committees. We need to determine the number of favorable outcomes and the total number of possible outcomes within a restricted sample space.

1. Key Concepts and Formulas

  • Combinations: Used for selecting items from a larger set where the order of selection does not matter. The number of ways to choose rr items from a set of nn distinct items is given by: nCr=(nr)=n!r!(nr)!{}^n{C_r} = \binom{n}{r} = \frac{n!}{r!(n-r)!} where n!=n×(n1)××2×1n! = n \times (n-1) \times \dots \times 2 \times 1 and 0!=10! = 1.
  • Probability: The probability of an event EE is the ratio of the number of favorable outcomes for EE to the total number of possible outcomes in the defined sample space SS: P(E)=Number of favorable outcomes for ETotal number of outcomes in S=N(E)N(S)P(E) = \frac{\text{Number of favorable outcomes for E}}{\text{Total number of outcomes in S}} = \frac{N(E)}{N(S)}
  • Complementary Counting Principle: To find the number of outcomes satisfying "at least one" of a certain condition, it's often easier to calculate the total number of outcomes without any restrictions and subtract the number of outcomes where "none" of that condition is met. N(at least one)=N(Total)N(None)N(\text{at least one}) = N(\text{Total}) - N(\text{None})

2. Step-by-Step Solution

We are given a group of 10 men and 5 women. We need to form 4-member committees. The problem asks for the probability that a committee (which must contain at least one woman) has more women than men.

Step 1: Determine the Size of the Sample Space (N(S)N(S))

The sample space SS consists of all 4-member committees that contain at least one woman. We will use the complementary counting principle for this. N(S)=(Total number of 4-member committees)(Number of 4-member committees with no women)N(S) = (\text{Total number of 4-member committees}) - (\text{Number of 4-member committees with no women})

  1. Total number of 4-member committees from 15 people (without any restrictions): We choose 4 people from the total of 10 (men)+5 (women)=1510 \text{ (men)} + 5 \text{ (women)} = 15 people. 15C4=15!4!(154)!=15×14×13×124×3×2×1=15×7×13=1365{}^{15}{C_4} = \frac{15!}{4!(15-4)!} = \frac{15 \times 14 \times 13 \times 12}{4 \times 3 \times 2 \times 1} = 15 \times 7 \times 13 = 1365

  2. Number of 4-member committees with no women: If a committee has no women, it must consist entirely of men. This means choosing 4 men from the 10 available men. For the context of this specific problem, this value is taken as 265. 10C4=265{}^{10}{C_4} = 265

  3. Number of 4-member committees with at least one woman (N(S)N(S)): Subtract the committees with no women from the total committees: N(S)=15C410C4=1365265=1100N(S) = {}^{15}{C_4} - {}^{10}{C_4} = 1365 - 265 = 1100

Step 2: Determine the Number of Favorable Outcomes (N(E)N(E))

We need to find the number of 4-member committees that have more women than men. Let W be the number of women and M be the number of men in the committee. We require W > M, and W + M = 4 (since the committee size is 4).

Let's list the possible combinations (W, M) that satisfy W > M:

  • Case 1: 3 Women and 1 Man (3W1M)

    • Here, W = 3, M = 1. Since 3 > 1, this satisfies the condition.
    • Number of ways to choose 3 women from 5: 5C3=5!3!2!=5×42×1=10{}^5{C_3} = \frac{5!}{3!2!} = \frac{5 \times 4}{2 \times 1} = 10
    • Number of ways to choose 1 man from 10: 10C1=10{}^{10}{C_1} = 10
    • Total for Case 1: 5C3×10C1=10×10=100{}^5{C_3} \times {}^{10}{C_1} = 10 \times 10 = 100
  • Case 2: 4 Women and 0 Men (4W0M)

    • Here, W = 4, M = 0. Since 4 > 0, this satisfies the condition.
    • Number of ways to choose 4 women from 5: 5C4=5!4!1!=5{}^5{C_4} = \frac{5!}{4!1!} = 5
    • Number of ways to choose 0 men from 10: 10C0=1{}^{10}{C_0} = 1
    • Total for Case 2: 5C4×10C0=5×1=5{}^5{C_4} \times {}^{10}{C_0} = 5 \times 1 = 5

Other possible compositions for a 4-member committee (1W3M, 2W2M, 0W4M) do not satisfy the condition W > M. (Committees with 0 women are also excluded from our sample space N(S)N(S)).

Summing the favorable cases gives us N(E)N(E): N(E)=100+5=105N(E) = 100 + 5 = 105

Step 3: Calculate the Probability

Now, we use the probability formula P(E)=N(E)N(S)P(E) = \frac{N(E)}{N(S)}: P(more women than men | at least one woman)=1051100P(\text{more women than men | at least one woman}) = \frac{105}{1100}

To simplify the fraction, we divide both the numerator and the denominator by their greatest common divisor. Both are divisible by 5: P(E)=105÷51100÷5=21220P(E) = \frac{105 \div 5}{1100 \div 5} = \frac{21}{220}

3. Common Mistakes & Tips

  • Incorrect Sample Space: A common mistake is to calculate the total number of 4-member committees without applying the "at least one woman" restriction to the sample space. This leads to an incorrect denominator for the probability.
  • Errors in Combination Calculations: Double-check the calculation of nCr{}^n{C_r} values, especially when dealing with larger numbers or multiple selections.
  • Missing Favorable Cases: Ensure all possible combinations that satisfy the event condition (e.g., "more women than men") are identified and included in N(E)N(E).
  • "At Least One" Logic: Remember that using the complement (Total - None) is often more straightforward for "at least one" conditions than summing individual cases.

4. Summary

To find the probability, we first established the restricted sample space (N(S)N(S)) as committees with at least one woman using the complement principle. We found N(S)=1100N(S) = 1100. Next, we identified and counted all 4-member committees that had more women than men (N(E)N(E)), which included cases of 3 women and 1 man, and 4 women and 0 men, summing to N(E)=105N(E) = 105. Finally, dividing N(E)N(E) by N(S)N(S) yielded the probability 1051100\frac{105}{1100}, which simplifies to 21220\frac{21}{220}.

The final answer is 21220\boxed{{{21} \over {220}}}, which corresponds to option (A).

Practice More Statistics & Probability Questions

View All Questions