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

Question

Three rotten apples are mixed accidently with seven good apples and four apples are drawn one by one without replacement. Let the random variable X denote the number of rotten apples. If μ\mu and σ2\sigma^2 represent mean and variance of X, respectively, then 10(μ2+σ2)10(\mu^2+\sigma^2) is equal to :

Options

Solution

1. Key Concepts and Formulas

  • Hypergeometric Distribution: This distribution models the probability of kk successes in nn draws, without replacement, from a finite population of size NN that contains KK successes.
    • Parameters:
      • NN: Total population size.
      • KK: Number of successes in the population.
      • nn: Sample size (number of draws).
    • Mean (μ\mu or E[X]E[X]): The expected number of successes is given by the formula: μ=nKN\mu = n \frac{K}{N}
    • Variance (σ2\sigma^2 or Var[X]Var[X]): The variability in the number of successes is given by: σ2=nKNNKNNnN1\sigma^2 = 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, which accounts for sampling without replacement from a finite population.

2. Step-by-Step Solution

Step 1: Identify the Distribution and its Parameters

The problem describes a scenario where items (apples) are drawn one by one without replacement from a finite population, and we are interested in the number of "rotten apples" (successes) in the sample. This perfectly fits the definition of a Hypergeometric Distribution.

Let's identify the parameters for this specific problem:

  • Total population size (NN): Total number of apples = 3 (rotten)+7 (good)=103 \text{ (rotten)} + 7 \text{ (good)} = 10.
  • Number of successes in the population (KK): Number of rotten apples = 33.
  • Sample size (nn): Number of apples drawn = 44.
  • The random variable XX denotes the number of rotten apples drawn. Based on the parameters, XX can take integer values from max(0,n(NK))\max(0, n - (N-K)) to min(n,K)\min(n, K).
    • max(0,4(103))=max(0,47)=max(0,3)=0\max(0, 4 - (10-3)) = \max(0, 4-7) = \max(0, -3) = 0.
    • min(4,3)=3\min(4, 3) = 3.
    • So, XX can take values {0,1,2,3}\{0, 1, 2, 3\}.

Step 2: Calculate the Mean (μ\mu) of X

We use the formula for the mean of a Hypergeometric distribution: μ=nKN\mu = n \frac{K}{N} Substitute the identified parameters: μ=4×310\mu = 4 \times \frac{3}{10} μ=1210\mu = \frac{12}{10} μ=65=1.2\mu = \frac{6}{5} = 1.2

Step 3: Calculate the Variance (σ2\sigma^2) of X

We use the formula for the variance of a Hypergeometric distribution: σ2=nKNNKNNnN1\sigma^2 = n \frac{K}{N} \frac{N-K}{N} \frac{N-n}{N-1} Substitute the identified parameters:

  • n=4n = 4
  • K=3K = 3
  • N=10N = 10
  • NK=103=7N-K = 10-3 = 7
  • Nn=104=6N-n = 10-4 = 6
  • N1=101=9N-1 = 10-1 = 9

Now, plug these values into the variance formula: σ2=4×310×710×69\sigma^2 = 4 \times \frac{3}{10} \times \frac{7}{10} \times \frac{6}{9} Let's simplify the terms before multiplying: σ2=1210×710×69\sigma^2 = \frac{12}{10} \times \frac{7}{10} \times \frac{6}{9} σ2=65×710×23(simplifying 1210 to 65 and 69 to 23)\sigma^2 = \frac{6}{5} \times \frac{7}{10} \times \frac{2}{3} \quad \text{(simplifying } \frac{12}{10} \text{ to } \frac{6}{5} \text{ and } \frac{6}{9} \text{ to } \frac{2}{3}) Now, multiply the numerators and denominators: σ2=6×7×25×10×3\sigma^2 = \frac{6 \times 7 \times 2}{5 \times 10 \times 3} σ2=84150\sigma^2 = \frac{84}{150} Simplify the fraction by dividing both numerator and denominator by their greatest common divisor, which is 6: σ2=84÷6150÷6\sigma^2 = \frac{84 \div 6}{150 \div 6} σ2=1425=0.56\sigma^2 = \frac{14}{25} = 0.56

Step 4: Calculate the required expression 10(μ2+σ2)10(\mu^2 + \sigma^2)

First, calculate μ2\mu^2: μ2=(65)2=3625\mu^2 = \left(\frac{6}{5}\right)^2 = \frac{36}{25} Now, calculate μ2+σ2\mu^2 + \sigma^2: μ2+σ2=3625+1425\mu^2 + \sigma^2 = \frac{36}{25} + \frac{14}{25} μ2+σ2=36+1425\mu^2 + \sigma^2 = \frac{36+14}{25} μ2+σ2=5025\mu^2 + \sigma^2 = \frac{50}{25} μ2+σ2=2\mu^2 + \sigma^2 = 2 Finally, calculate 10(μ2+σ2)10(\mu^2 + \sigma^2): 10(μ2+σ2)=10×210(\mu^2 + \sigma^2) = 10 \times 2 10(μ2+σ2)=2010(\mu^2 + \sigma^2) = 20

3. Common Mistakes & Tips

  • Misidentifying the Distribution: A common error is to confuse the Hypergeometric distribution with the Binomial distribution. Remember, the Hypergeometric distribution is for sampling without replacement from a finite population, while the Binomial distribution is for sampling with replacement or from an infinite population.
  • Forgetting the Finite Population Correction Factor: The term NnN1\frac{N-n}{N-1} in the variance formula is critical for Hypergeometric distributions. Omitting it would lead to an incorrect variance, often the variance of a Binomial distribution.
  • Calculation Errors: Be careful with fractions and simplification. It's often easier to simplify fractions at intermediate steps to avoid large numbers.
  • Parameter Identification: Double-check that NN, KK, and nn are correctly assigned from the problem statement.

4. Summary

This problem required us to calculate the mean and variance of the number of rotten apples drawn without replacement, which is a classic application of the Hypergeometric distribution. We first identified the distribution parameters: total population N=10N=10, number of rotten apples (successes) K=3K=3, and sample size n=4n=4. Using the standard formulas for the mean (μ=nKN\mu = n \frac{K}{N}) and variance (σ2=nKNNKNNnN1\sigma^2 = n \frac{K}{N} \frac{N-K}{N} \frac{N-n}{N-1}), we calculated μ=65\mu = \frac{6}{5} and σ2=1425\sigma^2 = \frac{14}{25}. Finally, we substituted these values into the expression 10(μ2+σ2)10(\mu^2 + \sigma^2), which yielded 10((65)2+1425)=10(3625+1425)=10(5025)=10×2=2010\left(\left(\frac{6}{5}\right)^2 + \frac{14}{25}\right) = 10\left(\frac{36}{25} + \frac{14}{25}\right) = 10\left(\frac{50}{25}\right) = 10 \times 2 = 20.

5. Final Answer

The final answer is 20\boxed{20}, which corresponds to option (A).

Practice More Statistics & Probability Questions

View All Questions