Skip to main content
Back to Statistics & Probability
JEE Main 2023
Statistics & Probability
Probability
Hard

Question

From a lot of 12 items containing 3 defectives, a sample of 5 items is drawn at random. Let the random variable XX denote the number of defective items in the sample. Let items in the sample be drawn one by one without replacement. If variance of XX is mn\frac{m}{n}, where gcd(m,n)=1\operatorname{gcd}(m, n)=1, then nmn-m is equal to _________.

Answer: 12

Solution

1. Key Concepts and Formulas

  • Hypergeometric Distribution: This distribution models the number of successes (defective items) in a sample drawn without replacement from a finite population. It's characterized by three parameters:
    • NN: Total population size.
    • KK: Total number of successes in the population.
    • nn: Sample size.
  • Variance of a Hypergeometric Random Variable (XX): The formula for the variance is crucial for this problem. If XHypergeometric(N,K,n)X \sim \text{Hypergeometric}(N, K, n), then its variance is given by: Var(X)=nKNNKNNnN1Var(X) = n \frac{K}{N} \frac{N-K}{N} \frac{N-n}{N-1} The term NnN1\frac{N-n}{N-1} is known as the finite population correction factor (FPCF), which accounts for sampling without replacement.

2. Step-by-Step Solution

Step 1: Identify the parameters of the Hypergeometric Distribution. The problem provides all necessary values to define the Hypergeometric distribution:

  • Total number of items in the lot (NN): 12
  • Number of defective items in the lot (KK): 3 (These are considered 'successes' for our random variable XX.)
  • Number of non-defective items in the lot (NKN-K): 123=912 - 3 = 9
  • Size of the sample drawn (nn): 5

We also need the values for the finite population correction factor:

  • NnN-n: 125=712 - 5 = 7
  • N1N-1: 121=1112 - 1 = 11

Step 2: Apply the variance formula for the Hypergeometric Distribution. Substitute the identified parameters into the variance formula: Var(X)=nKNNKNNnN1Var(X) = n \frac{K}{N} \frac{N-K}{N} \frac{N-n}{N-1} Var(X)=5×312×912×711Var(X) = 5 \times \frac{3}{12} \times \frac{9}{12} \times \frac{7}{11}

Step 3: Simplify the terms and calculate the variance. Before multiplying, simplify the fractions:

  • 312=14\frac{3}{12} = \frac{1}{4}
  • 912=34\frac{9}{12} = \frac{3}{4}

Now substitute these simplified fractions back into the expression for Var(X)Var(X): Var(X)=5×14×34×711Var(X) = 5 \times \frac{1}{4} \times \frac{3}{4} \times \frac{7}{11} Multiply the numerators and the denominators: Var(X)=5×1×3×74×4×11Var(X) = \frac{5 \times 1 \times 3 \times 7}{4 \times 4 \times 11} Var(X)=105176Var(X) = \frac{105}{176}

Step 4: Determine mm and nn and ensure they are in simplest form. The problem states that the variance of XX is mn\frac{m}{n}, where gcd(m,n)=1\operatorname{gcd}(m, n)=1. From our calculation, Var(X)=105176Var(X) = \frac{105}{176}. To check if this fraction is in its simplest form, we find the prime factorization of the numerator and the denominator:

  • Prime factorization of 105=3×5×7105 = 3 \times 5 \times 7
  • Prime factorization of 176=24×11176 = 2^4 \times 11 Since there are no common prime factors, the fraction 105176\frac{105}{176} is already in its simplest form. Therefore, we have m=105m = 105 and n=176n = 176.

Step 5: Calculate nmn-m. Finally, we compute the required value nmn-m: nm=176105=71n-m = 176 - 105 = 71

3. Common Mistakes & Tips

  • Binomial vs. Hypergeometric: A frequent error is to use the Binomial distribution formula (np(1p)np(1-p)) for variance. Remember, Binomial applies to sampling with replacement or from an infinite population, while Hypergeometric is for sampling without replacement from a finite population. The problem explicitly states "without replacement," making Hypergeometric the correct choice.
  • Forgetting the FPCF: The finite population correction factor (NnN1\frac{N-n}{N-1}) is crucial for Hypergeometric variance. Omitting it would lead to an incorrect result (in this case, 1516\frac{15}{16} instead of 105176\frac{105}{176}).
  • Simplification: Always simplify the fraction mn\frac{m}{n} to its lowest terms before identifying mm and nn to satisfy the gcd(m,n)=1\operatorname{gcd}(m, n)=1 condition. This ensures you have the correct mm and nn values for the final calculation.

4. Summary

This problem required us to calculate the variance of a random variable representing the number of defective items in a sample drawn without replacement. This scenario perfectly fits the Hypergeometric distribution. By correctly identifying the parameters (N=12,K=3,n=5N=12, K=3, n=5) and applying the standard variance formula for a Hypergeometric distribution, we calculated Var(X)=105176Var(X) = \frac{105}{176}. Since this fraction is in its simplest form, we found m=105m=105 and n=176n=176. The final step was to compute nmn-m, which resulted in 7171.

5. Final Answer The final answer is 71\boxed{71}.

Practice More Statistics & Probability Questions

View All Questions