1. Key Concepts and Formulas
- Discrete Random Variable: A variable whose value can only take a countable number of distinct values. Here, X represents the number of defective items.
- Probability Distribution: For a discrete random variable X, its probability distribution lists all possible values xi and their corresponding probabilities P(X=xi).
- Expected Value (Mean): For a discrete random variable X, the expected value E[X] is given by:
E[X]=∑xiP(X=xi)
- Expected Value of X2:
E[X2]=∑xi2P(X=xi)
- Variance: The variance σ2 quantifies the spread of a distribution around its mean. For a discrete random variable X, it is calculated as:
σ2=E[X2]−(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 r items from n is:
nCr=r!(n−r)!n!
- 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 N, number of successes D, and sample size n:
- Expected Value: E[X]=nND
- Variance: Var(X)=nND(1−ND)(N−1N−n)
These formulas can be used for verification.
2. Step-by-Step Solution
Step 1: Identify Parameters and Possible Values of X
We are given:
- Total number of items in the lot (N): 10
- Number of defective items in the lot (D): 3
- Number of non-defective items in the lot (N−D): 10−3=7
- Sample size (n): 5 items are drawn.
- Random Variable (X): Number of defective items in the sample.
To determine the possible values of X, we consider the constraints:
- X must be non-negative: X≥0.
- X cannot exceed the total number of defective items in the lot: X≤D=3.
- The number of non-defective items in the sample, (n−X), cannot exceed the total non-defective items in the lot: n−X≤N−D⟹5−X≤7⟹X≥−2.
- X cannot exceed the sample size: X≤n=5.
Combining these, the possible integer values for X are max(0,−2)≤X≤min(3,5), which simplifies to 0≤X≤3.
So, X∈{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=5!(10−5)!10!=5×4×3×2×110×9×8×7×6=252
Step 3: Calculate Probabilities P(X=x) for each value of X
For each possible value of X=x, the number of favorable ways to draw x defective items and (5−x) non-defective items is given by DCx×N−DCn−x=3Cx×7C5−x.
Then, P(X=x)=10C53Cx×7C5−x.
- For X=0 (0 defective items):
Favorable ways=3C0×7C5=1×21=21
P(X=0)=25221=121
- For X=1 (1 defective item):
Favorable ways=3C1×7C4=3×35=105
P(X=1)=252105=125
- For X=2 (2 defective items):
Favorable ways=3C2×7C3=3×35=105
P(X=2)=252105=125
- For X=3 (3 defective items):
Favorable ways=3C3×7C2=1×21=21
P(X=3)=25221=121
Verification: Sum of probabilities: 121+125+125+121=1212=1. The probabilities are correct.
Step 4: Calculate the Expected Value E[X]
Using the formula E[X]=∑xiP(X=xi):
E[X]=(0×P(X=0))+(1×P(X=1))+(2×P(X=2))+(3×P(X=3))
E[X]=(0×121)+(1×125)+(2×125)+(3×121)
E[X]=0+125+1210+123=1218=23=1.5
Verification (Hypergeometric Mean Formula): E[X]=nND=5×103=1015=1.5. This matches.
Step 5: Calculate E[X2]
Using the formula E[X2]=∑xi2P(X=xi):
E[X2]=(02×P(X=0))+(12×P(X=1))+(22×P(X=2))+(32×P(X=3))
E[X2]=(0×121)+(1×125)+(4×125)+(9×121)
E[X2]=0+125+1220+129=1234=617
Step 6: Calculate the Variance σ2
Using the formula σ2=E[X2]−(E[X])2:
σ2=617−(23)2=617−49
To subtract, find a common denominator (12):
σ2=1217×2−129×3=1234−1227=127
Verification (Hypergeometric Variance Formula):
Var(X)=nND(1−ND)(N−1N−n)
Var(X)=5×103×(1−103)×(10−110−5)
Var(X)=5×103×107×95=10×10×95×3×7×5=900525=3621=127
This matches our calculation.
Step 7: Calculate 96σ2
The problem asks for the value of 96σ2.
96σ2=96×127=(8×12)×127=8×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] and E[X2].
- Range of X: Ensure the possible values of X 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 X could take. Next, we meticulously calculated the probability of each possible value of X using combinations. These probabilities were then used to compute the expected value E[X] and E[X2]. Finally, we applied the variance formula σ2=E[X2]−(E[X])2 to find σ2 and then determined 96σ2. The results were consistent with the direct formulas for the Hypergeometric distribution.
5. Final Answer
The final answer is 56.