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

Question

From a lot of 10 items, which include 3 defective items, a sample of 5 items is drawn at random. Let the random variable XX denote the number of defective items in the sample. If the variance of XX is σ2\sigma^2, then 96σ296 \sigma^2 is equal to __________.

Answer: 0

Solution

1. Key Concepts and Formulas

  • Discrete Random Variable: A variable whose value can only take a countable number of distinct values. Here, XX represents the number of defective items.
  • Probability Distribution: For a discrete random variable XX, its probability distribution lists all possible values xix_i and their corresponding probabilities P(X=xi)P(X=x_i).
  • Expected Value (Mean): For a discrete random variable XX, the expected value E[X]E[X] is given by: E[X]=xiP(X=xi)E[X] = \sum x_i P(X=x_i)
  • Expected Value of X2X^2: E[X2]=xi2P(X=xi)E[X^2] = \sum x_i^2 P(X=x_i)
  • Variance: The variance σ2\sigma^2 quantifies the spread of a distribution around its mean. For a discrete random variable XX, it is calculated as: σ2=E[X2](E[X])2\sigma^2 = E[X^2] - (E[X])^2
  • Combinations: Since items are drawn without replacement and the order of selection does not matter, we use combinations. The number of ways to choose rr items from nn is: nCr=n!r!(nr)!^n C_r = \frac{n!}{r!(n-r)!}
  • Hypergeometric Distribution: This distribution applies when sampling without replacement from a finite population containing two types of items (e.g., defective/non-defective). The problem fits this description. For a Hypergeometric distribution with population size NN, number of successes DD, and sample size nn:
    • Expected Value: E[X]=nDNE[X] = n \frac{D}{N}
    • Variance: Var(X)=nDN(1DN)(NnN1)Var(X) = n \frac{D}{N} \left(1 - \frac{D}{N}\right) \left(\frac{N-n}{N-1}\right) These formulas can be used for verification.

2. Step-by-Step Solution

Step 1: Identify Parameters and Possible Values of XX We are given:

  • Total number of items in the lot (NN): 10
  • Number of defective items in the lot (DD): 3
  • Number of non-defective items in the lot (NDN-D): 103=710 - 3 = 7
  • Sample size (nn): 5 items are drawn.
  • Random Variable (XX): Number of defective items in the sample.

To determine the possible values of XX, we consider the constraints:

  1. XX must be non-negative: X0X \ge 0.
  2. XX cannot exceed the total number of defective items in the lot: XD=3X \le D = 3.
  3. The number of non-defective items in the sample, (nX)(n-X), cannot exceed the total non-defective items in the lot: nXND    5X7    X2n-X \le N-D \implies 5-X \le 7 \implies X \ge -2.
  4. XX cannot exceed the sample size: Xn=5X \le n = 5. Combining these, the possible integer values for XX are max(0,2)Xmin(3,5)max(0, -2) \le X \le min(3, 5), which simplifies to 0X30 \le X \le 3. So, X{0,1,2,3}X \in \{0, 1, 2, 3\}.

Step 2: Calculate the Total Number of Ways to Draw a Sample The total number of ways to choose 5 items from 10 is given by: Total samples=10C5=10!5!(105)!=10×9×8×7×65×4×3×2×1=252\text{Total samples} = ^{10}C_5 = \frac{10!}{5!(10-5)!} = \frac{10 \times 9 \times 8 \times 7 \times 6}{5 \times 4 \times 3 \times 2 \times 1} = 252

Step 3: Calculate Probabilities P(X=x)P(X=x) for each value of XX For each possible value of X=xX=x, the number of favorable ways to draw xx defective items and (5x)(5-x) non-defective items is given by DCx×NDCnx=3Cx×7C5x^D C_x \times ^{N-D} C_{n-x} = ^3 C_x \times ^7 C_{5-x}. Then, P(X=x)=3Cx×7C5x10C5P(X=x) = \frac{^3 C_x \times ^7 C_{5-x}}{^{10}C_5}.

  • For X=0X=0 (0 defective items): Favorable ways=3C0×7C5=1×21=21\text{Favorable ways} = ^3C_0 \times ^7C_5 = 1 \times 21 = 21 P(X=0)=21252=112P(X=0) = \frac{21}{252} = \frac{1}{12}
  • For X=1X=1 (1 defective item): Favorable ways=3C1×7C4=3×35=105\text{Favorable ways} = ^3C_1 \times ^7C_4 = 3 \times 35 = 105 P(X=1)=105252=512P(X=1) = \frac{105}{252} = \frac{5}{12}
  • For X=2X=2 (2 defective items): Favorable ways=3C2×7C3=3×35=105\text{Favorable ways} = ^3C_2 \times ^7C_3 = 3 \times 35 = 105 P(X=2)=105252=512P(X=2) = \frac{105}{252} = \frac{5}{12}
  • For X=3X=3 (3 defective items): Favorable ways=3C3×7C2=1×21=21\text{Favorable ways} = ^3C_3 \times ^7C_2 = 1 \times 21 = 21 P(X=3)=21252=112P(X=3) = \frac{21}{252} = \frac{1}{12} Verification: Sum of probabilities: 112+512+512+112=1212=1\frac{1}{12} + \frac{5}{12} + \frac{5}{12} + \frac{1}{12} = \frac{12}{12} = 1. The probabilities are correct.

Step 4: Calculate the Expected Value E[X]E[X] Using the formula E[X]=xiP(X=xi)E[X] = \sum x_i P(X=x_i): E[X]=(0×P(X=0))+(1×P(X=1))+(2×P(X=2))+(3×P(X=3))E[X] = (0 \times P(X=0)) + (1 \times P(X=1)) + (2 \times P(X=2)) + (3 \times P(X=3)) E[X]=(0×112)+(1×512)+(2×512)+(3×112)E[X] = \left(0 \times \frac{1}{12}\right) + \left(1 \times \frac{5}{12}\right) + \left(2 \times \frac{5}{12}\right) + \left(3 \times \frac{1}{12}\right) E[X]=0+512+1012+312=1812=32=1.5E[X] = 0 + \frac{5}{12} + \frac{10}{12} + \frac{3}{12} = \frac{18}{12} = \frac{3}{2} = 1.5 Verification (Hypergeometric Mean Formula): E[X]=nDN=5×310=1510=1.5E[X] = n \frac{D}{N} = 5 \times \frac{3}{10} = \frac{15}{10} = 1.5. This matches.

Step 5: Calculate E[X2]E[X^2] Using the formula E[X2]=xi2P(X=xi)E[X^2] = \sum x_i^2 P(X=x_i): E[X2]=(02×P(X=0))+(12×P(X=1))+(22×P(X=2))+(32×P(X=3))E[X^2] = (0^2 \times P(X=0)) + (1^2 \times P(X=1)) + (2^2 \times P(X=2)) + (3^2 \times P(X=3)) E[X2]=(0×112)+(1×512)+(4×512)+(9×112)E[X^2] = \left(0 \times \frac{1}{12}\right) + \left(1 \times \frac{5}{12}\right) + \left(4 \times \frac{5}{12}\right) + \left(9 \times \frac{1}{12}\right) E[X2]=0+512+2012+912=3412=176E[X^2] = 0 + \frac{5}{12} + \frac{20}{12} + \frac{9}{12} = \frac{34}{12} = \frac{17}{6}

Step 6: Calculate the Variance σ2\sigma^2 Using the formula σ2=E[X2](E[X])2\sigma^2 = E[X^2] - (E[X])^2: σ2=176(32)2=17694\sigma^2 = \frac{17}{6} - \left(\frac{3}{2}\right)^2 = \frac{17}{6} - \frac{9}{4} To subtract, find a common denominator (12): σ2=17×2129×312=34122712=712\sigma^2 = \frac{17 \times 2}{12} - \frac{9 \times 3}{12} = \frac{34}{12} - \frac{27}{12} = \frac{7}{12} Verification (Hypergeometric Variance Formula): Var(X)=nDN(1DN)(NnN1)Var(X) = n \frac{D}{N} \left(1 - \frac{D}{N}\right) \left(\frac{N-n}{N-1}\right) Var(X)=5×310×(1310)×(105101)Var(X) = 5 \times \frac{3}{10} \times \left(1 - \frac{3}{10}\right) \times \left(\frac{10-5}{10-1}\right) Var(X)=5×310×710×59=5×3×7×510×10×9=525900=2136=712Var(X) = 5 \times \frac{3}{10} \times \frac{7}{10} \times \frac{5}{9} = \frac{5 \times 3 \times 7 \times 5}{10 \times 10 \times 9} = \frac{525}{900} = \frac{21}{36} = \frac{7}{12} This matches our calculation.

Step 7: Calculate 96σ296 \sigma^2 The problem asks for the value of 96σ296 \sigma^2. 96σ2=96×712=(8×12)×712=8×7=5696 \sigma^2 = 96 \times \frac{7}{12} = (8 \times 12) \times \frac{7}{12} = 8 \times 7 = 56

3. Common Mistakes & Tips

  • Incorrect Distribution: A common mistake is to assume a Binomial distribution instead of a Hypergeometric distribution. Remember, sampling without replacement from a finite population implies Hypergeometric.
  • Calculation Errors: Be careful with arithmetic and simplification of fractions, especially when calculating combinations and summing terms for E[X]E[X] and E[X2]E[X^2].
  • Range of X: Ensure the possible values of XX are correctly identified based on the constraints of both the sample size and the number of available items in the population.
  • Verification: Utilize the direct formulas for the mean and variance of a Hypergeometric distribution to quickly verify your step-by-step calculations, especially in a time-sensitive exam.

4. Summary

This problem required us to calculate the variance of a discrete random variable following a Hypergeometric distribution. We began by identifying the problem parameters and the possible values the random variable XX could take. Next, we meticulously calculated the probability of each possible value of XX using combinations. These probabilities were then used to compute the expected value E[X]E[X] and E[X2]E[X^2]. Finally, we applied the variance formula σ2=E[X2](E[X])2\sigma^2 = E[X^2] - (E[X])^2 to find σ2\sigma^2 and then determined 96σ296 \sigma^2. The results were consistent with the direct formulas for the Hypergeometric distribution.

5. Final Answer

The final answer is 56\boxed{56}.

Practice More Statistics & Probability Questions

View All Questions