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

Question

Let sets A and B have 5 elements each. Let the mean of the elements in sets A and B be 5 and 8 respectively and the variance of the elements in sets A and B be 12 and 20 respectively. A new set C of 10 elements is formed by subtracting 3 from each element of A\mathrm{A} and adding 2 to each element of B\mathrm{B}. Then the sum of the mean and variance of the elements of C\mathrm{C} is ___________.

Options

Solution

Key Concepts and Formulas

  1. Effect of Linear Transformation on Mean and Variance: If each element xix_i in a dataset is transformed to xi=axi+bx_i' = ax_i + b (where aa and bb are constants), then the new mean (μ\mu') and variance (σ2\sigma'^2) are related to the original mean (μ\mu) and variance (σ2\sigma^2) as follows:

    • New Mean: μ=aμ+b\mu' = a\mu + b
    • New Variance: σ2=a2σ2\sigma'^2 = a^2\sigma^2. Note that the additive constant bb does not affect the variance.
  2. Combining Mean and Variance of Two Datasets: For two datasets, say AA' and BB', with number of elements nAn_{A'} and nBn_{B'}, means μA\mu_{A'} and μB\mu_{B'}, and variances σA2\sigma_{A'}^2 and σB2\sigma_{B'}^2 respectively, when combined to form a new set CC:

    • Combined Mean (μC\mu_C): The mean of the combined set is the weighted average of the individual means: μC=nAμA+nBμBnA+nB\mu_C = \frac{n_{A'}\mu_{A'} + n_{B'}\mu_{B'}}{n_{A'} + n_{B'}}
    • Combined Variance (σC2\sigma_C^2): This requires using the formula for variance σ2=xi2nμ2\sigma^2 = \frac{\sum x_i^2}{n} - \mu^2, which can be rearranged to find the sum of squares: xi2=n(σ2+μ2)\sum x_i^2 = n(\sigma^2 + \mu^2). The combined variance is then calculated as: σC2=xCx2nCμC2\sigma_C^2 = \frac{\sum_{x \in C} x^2}{n_C} - \mu_C^2 where xCx2=xAx2+xBx2\sum_{x \in C} x^2 = \sum_{x \in A'} x^2 + \sum_{x \in B'} x^2.

Step-by-Step Solution

We are given information about sets A and B, and we need to find the mean and variance of a new set C, which is formed by transforming elements of A and B and then combining them.

Given Information:

  • Set A: nA=5n_A = 5, μA=5\mu_A = 5, σA2=12\sigma_A^2 = 12.
  • Set B: nB=5n_B = 5, μB=8\mu_B = 8, σB2=20\sigma_B^2 = 20.

Step 1: Calculate the mean and variance of the transformed set A (let's call it A'). The elements of A are transformed by subtracting 3 from each. This is a linear transformation x=x3x' = x - 3, where a=1a=1 and b=3b=-3.

  • Calculate the mean of A' (μA\mu_{A'}): We use the formula μ=aμ+b\mu' = a\mu + b. μA=1μA3=153=2\mu_{A'} = 1 \cdot \mu_A - 3 = 1 \cdot 5 - 3 = 2 Reasoning: Subtracting a constant from every element shifts the entire dataset, so the mean also shifts by that same constant amount.

  • Calculate the variance of A' (σA2\sigma_{A'}^2): We use the formula σ2=a2σ2\sigma'^2 = a^2\sigma^2. σA2=(1)2σA2=112=12\sigma_{A'}^2 = (1)^2 \cdot \sigma_A^2 = 1 \cdot 12 = 12 Reasoning: Subtracting a constant from every element does not change the spread or dispersion of the data points relative to each other or to the mean. Thus, the variance remains unchanged.

  • The number of elements in A' remains nA=5n_{A'} = 5.

Step 2: Calculate the mean and variance of the transformed set B (let's call it B'). The elements of B are transformed by adding 2 to each. This is a linear transformation y=y+2y' = y + 2, where a=1a=1 and b=2b=2.

  • Calculate the mean of B' (μB\mu_{B'}): We use the formula μ=aμ+b\mu' = a\mu + b. μB=1μB+2=18+2=10\mu_{B'} = 1 \cdot \mu_B + 2 = 1 \cdot 8 + 2 = 10 Reasoning: Adding a constant to every element shifts the entire dataset, so the mean also shifts by that same constant amount.

  • Calculate the variance of B' (σB2\sigma_{B'}^2): We use the formula σ2=a2σ2\sigma'^2 = a^2\sigma^2. σB2=(1)2σB2=120=20\sigma_{B'}^2 = (1)^2 \cdot \sigma_B^2 = 1 \cdot 20 = 20 Reasoning: Adding a constant to every element does not change the spread or dispersion of the data points. Thus, the variance remains unchanged.

  • The number of elements in B' remains nB=5n_{B'} = 5.

Summary of Transformed Sets:

  • Set A': nA=5n_{A'} = 5, μA=2\mu_{A'} = 2, σA2=12\sigma_{A'}^2 = 12.
  • Set B': nB=5n_{B'} = 5, μB=10\mu_{B'} = 10, σB2=20\sigma_{B'}^2 = 20.

Step 3: Calculate the mean of the combined set C (μC\mu_C). Set C is formed by combining all elements from A' and B'. The total number of elements in C is nC=nA+nB=5+5=10n_C = n_{A'} + n_{B'} = 5 + 5 = 10.

  • Calculate μC\mu_C: We use the formula for the combined mean: μC=nAμA+nBμBnA+nB\mu_C = \frac{n_{A'}\mu_{A'} + n_{B'}\mu_{B'}}{n_{A'} + n_{B'}}. μC=(5)(2)+(5)(10)5+5=10+5010=6010=6\mu_C = \frac{(5)(2) + (5)(10)}{5 + 5} = \frac{10 + 50}{10} = \frac{60}{10} = 6 Reasoning: The combined mean is a weighted average of the individual means, where the weights are the number of elements in each sub-set.

Step 4: Calculate the variance of the combined set C (σC2\sigma_C^2). To find the combined variance, we first need to calculate the sum of squares of the elements for A' and B', and then for C. Recall the formula: x2=n(σ2+μ2)\sum x^2 = n(\sigma^2 + \mu^2).

  • Calculate the sum of squares for A' (xAx2\sum_{x \in A'} x^2): xAx2=nA(σA2+μA2)=5(12+22)=5(12+4)=5(16)=80\sum_{x \in A'} x^2 = n_{A'}(\sigma_{A'}^2 + \mu_{A'}^2) = 5(12 + 2^2) = 5(12 + 4) = 5(16) = 80 Reasoning: This formula allows us to find the sum of the squares of the actual data points from the given mean and variance.

  • Calculate the sum of squares for B' (yBy2\sum_{y \in B'} y^2): yBy2=nB(σB2+μB2)=5(20+102)=5(20+100)=5(120)=600\sum_{y \in B'} y^2 = n_{B'}(\sigma_{B'}^2 + \mu_{B'}^2) = 5(20 + 10^2) = 5(20 + 100) = 5(120) = 600 Reasoning: Similarly, we find the sum of squares for the elements in B'.

  • Calculate the total sum of squares for C (zCz2\sum_{z \in C} z^2): zCz2=xAx2+yBy2=80+600=680\sum_{z \in C} z^2 = \sum_{x \in A'} x^2 + \sum_{y \in B'} y^2 = 80 + 600 = 680 Reasoning: Since set C is the union of A' and B', the sum of squares of its elements is simply the sum of the individual sums of squares.

  • Calculate the variance of C (σC2\sigma_C^2): We use the formula σC2=zCz2nCμC2\sigma_C^2 = \frac{\sum_{z \in C} z^2}{n_C} - \mu_C^2. σC2=6801062=6836=32\sigma_C^2 = \frac{680}{10} - 6^2 = 68 - 36 = 32 Reasoning: This is the standard formula for variance, using the combined sum of squares and the combined mean.

Step 5: Calculate the sum of the mean and variance of C. We need to find μC+σC2\mu_C + \sigma_C^2. μC+σC2=6+32=38\mu_C + \sigma_C^2 = 6 + 32 = 38

Common Mistakes & Tips

  • Incorrectly combining variances: A common error is to simply average the variances of the individual sets (e.g., σA2+σB22\frac{\sigma_{A'}^2 + \sigma_{B'}^2}{2}). This is incorrect because variance depends on the deviations from the combined mean, not the individual means. Always use the sum of squares method for combined variance.
  • Forgetting a2a^2 in variance transformation: Remember that when scaling data (x=ax+bx' = ax + b), the variance is scaled by a2a^2, not just aa. The additive constant bb has no effect on variance.
  • Careful with signs: Pay attention to whether a constant is being added or subtracted from the elements when applying linear transformations to the mean.

Summary

We first calculated the mean and variance of the transformed sets A' and B' using the properties of linear transformations on statistical measures. Then, we combined these transformed sets to form set C. For the combined set C, we calculated its mean using the weighted average formula. Finally, to find the variance of C, we calculated the sum of squares for A' and B', summed them to get the total sum of squares for C, and then applied the variance formula. The sum of the mean and variance of C was found to be 38.

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

Practice More Statistics & Probability Questions

View All Questions