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

Question

Three defective oranges are accidently mixed with seven good ones and on looking at them, it is not possible to differentiate between them. Two oranges are drawn at random from the lot. If xx denote the number of defective oranges, then the variance of xx is

Options

Solution

1. Key Concepts and Formulas

  • Discrete Random Variable: A variable whose value can only take a finite or countable number of distinct values. In this problem, xx (number of defective oranges) is a discrete random variable.
  • 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). The sum of all probabilities must equal 1.
  • Expected Value (Mean): Denoted as E(x)E(x) or μ\mu, it represents the average value of the random variable. For a discrete random variable, it's calculated as: E(x)=ixiP(x=xi)E(x) = \sum_{i} x_i P(x=x_i)
  • Expected Value of x2x^2: Denoted as E(x2)E(x^2), it is used in the variance calculation: E(x2)=ixi2P(x=xi)E(x^2) = \sum_{i} x_i^2 P(x=x_i)
  • Variance: Denoted as Var(x)Var(x) or σ2\sigma^2, it measures the spread or dispersion of the values of a random variable around its mean. For a discrete random variable, it is calculated using the formula: Var(x)=E(x2)[E(x)]2Var(x) = E(x^2) - [E(x)]^2
  • Combinations: Used to calculate the number of ways to choose kk items from a set of nn items without regard to the order, given by (nk)=n!k!(nk)!\binom{n}{k} = \frac{n!}{k!(n-k)!}. This is crucial for problems involving selections without replacement, like drawing items from a lot.

2. Step-by-Step Solution

Step 1: Identify the Problem Parameters and Possible Values of xx

We are given:

  • Number of defective oranges: D=3D = 3
  • Number of good oranges: G=7G = 7
  • Total number of oranges: N=D+G=3+7=10N = D + G = 3 + 7 = 10
  • Number of oranges drawn: n=2n = 2

The random variable xx denotes the number of defective oranges drawn. Since we draw 2 oranges from a lot containing 3 defective ones, the possible values for xx are:

  • x=0x=0: Both drawn oranges are good.
  • x=1x=1: One drawn orange is defective, and one is good.
  • x=2x=2: Both drawn oranges are defective. The maximum number of defective oranges we can draw is limited by the number of oranges drawn (2) and the total number of defective oranges available (3). Thus, x{0,1,2}x \in \{0, 1, 2\}.

Step 2: Calculate the Total Number of Outcomes

The total number of ways to draw 2 oranges from 10 oranges is given by the combination formula (Nn)\binom{N}{n}: Total outcomes=(102)=10!2!(102)!=10×92×1=45\text{Total outcomes} = \binom{10}{2} = \frac{10!}{2!(10-2)!} = \frac{10 \times 9}{2 \times 1} = 45 This value will be the denominator for calculating the probabilities P(x=xi)P(x=x_i).

Step 3: Determine the Probability Distribution of xx

We calculate P(x=xi)P(x=x_i) for each possible value of xx using combinations:

  • For x=0x=0 (0 defective, 2 good): We choose 0 defective oranges from 3, AND 2 good oranges from 7. Number of ways for x=0=(30)×(72)=1×7×62×1=1×21=21\text{Number of ways for } x=0 = \binom{3}{0} \times \binom{7}{2} = 1 \times \frac{7 \times 6}{2 \times 1} = 1 \times 21 = 21 P(x=0)=2145P(x=0) = \frac{21}{45}

  • For x=1x=1 (1 defective, 1 good): We choose 1 defective orange from 3, AND 1 good orange from 7. Number of ways for x=1=(31)×(71)=3×7=21\text{Number of ways for } x=1 = \binom{3}{1} \times \binom{7}{1} = 3 \times 7 = 21 P(x=1)=2145P(x=1) = \frac{21}{45}

  • For x=2x=2 (2 defective, 0 good): We choose 2 defective oranges from 3, AND 0 good oranges from 7. Number of ways for x=2=(32)×(70)=3×22×1×1=3×1=3\text{Number of ways for } x=2 = \binom{3}{2} \times \binom{7}{0} = \frac{3 \times 2}{2 \times 1} \times 1 = 3 \times 1 = 3 P(x=2)=345P(x=2) = \frac{3}{45}

Self-Check: Sum of probabilities: P(x=0)+P(x=1)+P(x=2)=2145+2145+345=4545=1P(x=0) + P(x=1) + P(x=2) = \frac{21}{45} + \frac{21}{45} + \frac{3}{45} = \frac{45}{45} = 1. This confirms our probability calculations are correct.

The probability distribution table is:

xi012P(x=xi)21452145345\begin{array}{|c|c|c|c|} \hline x_i & 0 & 1 & 2 \\ \hline P(x=x_i) & \frac{21}{45} & \frac{21}{45} & \frac{3}{45} \\ \hline \end{array}

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)×2145+(1)×2145+(2)×345E(x) = (0) \times \frac{21}{45} + (1) \times \frac{21}{45} + (2) \times \frac{3}{45} E(x)=0+2145+645=2745E(x) = 0 + \frac{21}{45} + \frac{6}{45} = \frac{27}{45} Simplifying the fraction: E(x)=35E(x) = \frac{3}{5}

Step 5: Calculate the Expected Value 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)×2145+(12)×2145+(22)×345E(x^2) = (0^2) \times \frac{21}{45} + (1^2) \times \frac{21}{45} + (2^2) \times \frac{3}{45} E(x2)=0×2145+1×2145+4×345E(x^2) = 0 \times \frac{21}{45} + 1 \times \frac{21}{45} + 4 \times \frac{3}{45} E(x2)=0+2145+1245=3345E(x^2) = 0 + \frac{21}{45} + \frac{12}{45} = \frac{33}{45} Simplifying the fraction: E(x2)=1115E(x^2) = \frac{11}{15}

Step 6: Calculate the Variance Var(x)Var(x)

Using the formula Var(x)=E(x2)[E(x)]2Var(x) = E(x^2) - [E(x)]^2: Var(x)=1115(35)2Var(x) = \frac{11}{15} - \left(\frac{3}{5}\right)^2 Var(x)=1115925Var(x) = \frac{11}{15} - \frac{9}{25} To subtract these fractions, find the Least Common Multiple (LCM) of 15 and 25. 15=3×515 = 3 \times 5 25=5×525 = 5 \times 5 LCM(15,25)=3×5×5=75(15, 25) = 3 \times 5 \times 5 = 75. Var(x)=11×515×59×325×3Var(x) = \frac{11 \times 5}{15 \times 5} - \frac{9 \times 3}{25 \times 3} Var(x)=55752775Var(x) = \frac{55}{75} - \frac{27}{75} Var(x)=552775=2875Var(x) = \frac{55 - 27}{75} = \frac{28}{75}

3. Common Mistakes & Tips

  • Forgetting to square E(x)E(x): A common error is to calculate E(x2)E(x)E(x^2) - E(x) instead of E(x2)[E(x)]2E(x^2) - [E(x)]^2.
  • Incorrectly calculating combinations: Ensure you correctly apply the combination formula (nk)\binom{n}{k} for selecting items without replacement.
  • Not checking the sum of probabilities: Always verify that P(x=xi)=1\sum P(x=x_i) = 1. This helps catch errors in individual probability calculations early.
  • Simplifying fractions too early: While simplifying fractions is good practice, sometimes keeping a common denominator throughout intermediate steps (especially for sums) can reduce calculation errors.
  • Recognizing Hypergeometric Distribution: This problem is an example of a Hypergeometric Distribution. For such distributions, the mean and variance can be calculated directly using formulas:
    • E(x)=nKNE(x) = n \frac{K}{N}
    • Var(x)=nKN(1KN)(NnN1)Var(x) = n \frac{K}{N} \left(1 - \frac{K}{N}\right) \left(\frac{N-n}{N-1}\right) Using N=10,K=3,n=2N=10, K=3, n=2: E(x)=2×310=610=35E(x) = 2 \times \frac{3}{10} = \frac{6}{10} = \frac{3}{5} (Matches our calculation) Var(x)=2×310×(1310)×(102101)=35×710×89=168450=2875Var(x) = 2 \times \frac{3}{10} \times \left(1 - \frac{3}{10}\right) \times \left(\frac{10-2}{10-1}\right) = \frac{3}{5} \times \frac{7}{10} \times \frac{8}{9} = \frac{168}{450} = \frac{28}{75} (Matches our calculation). While using these formulas can be a shortcut, understanding the first principles calculation is fundamental.

4. Summary

To find the variance of the number of defective oranges drawn, we first determined the possible values of the random variable xx and calculated the probability of each value using combinations. Then, we computed the expected value E(x)E(x) and the expected value of x2x^2, E(x2)E(x^2), by summing xiP(x=xi)x_i P(x=x_i) and xi2P(x=xi)x_i^2 P(x=x_i) respectively. Finally, we applied the variance formula Var(x)=E(x2)[E(x)]2Var(x) = E(x^2) - [E(x)]^2 to arrive at the result. The calculation yielded a variance of 2875\frac{28}{75}.

5. Final Answer

The variance of xx is 2875\frac{28}{75}, which corresponds to option (D).

The final answer is 28 / 75\boxed{\text{28 / 75}}.

Practice More Statistics & Probability Questions

View All Questions