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

Question

Let X = {x \in N : 1 \le x \le 17} and Y = {ax + b: x \in X and a, b \in R, a > 0}. If mean and variance of elements of Y are 17 and 216 respectively then a + b is equal to :

Options

Solution

1. Key Concepts and Formulas

  • Mean and Variance of a Discrete Data Set: For a set of NN observations {x1,x2,,xN}\{x_1, x_2, \dots, x_N\}:
    • Mean (E[X]E[X] or μX\mu_X): E[X]=i=1NxiNE[X] = \frac{\sum_{i=1}^{N} x_i}{N}
    • Variance (Var(X)\text{Var}(X) or σX2\sigma_X^2): Var(X)=E[X2](E[X])2=i=1Nxi2N(i=1NxiN)2\text{Var}(X) = E[X^2] - (E[X])^2 = \frac{\sum_{i=1}^{N} x_i^2}{N} - \left(\frac{\sum_{i=1}^{N} x_i}{N}\right)^2
  • Properties of Mean and Variance under Linear Transformation: If a new variable YY is linearly related to XX by Y=aX+bY = aX + b (where aa and bb are constants):
    • Mean of Y: E[Y]=aE[X]+bE[Y] = aE[X] + b
    • Variance of Y: Var(Y)=a2Var(X)\text{Var}(Y) = a^2\text{Var}(X) This property is crucial as it allows us to relate the statistics of YY back to XX without listing all elements of YY.
  • Summation Formulas for Natural Numbers: For the first NN natural numbers:
    • Sum: k=1Nk=N(N+1)2\sum_{k=1}^{N} k = \frac{N(N+1)}{2}
    • Sum of Squares: k=1Nk2=N(N+1)(2N+1)6\sum_{k=1}^{N} k^2 = \frac{N(N+1)(2N+1)}{6}

2. Step-by-Step Solution

We are given the set X={xN:1x17}X = \{x \in \mathbb{N} : 1 \le x \le 17\}, which means X={1,2,3,,17}X = \{1, 2, 3, \dots, 17\}. The number of elements in XX is N=17N = 17. The set YY is defined by the linear transformation Y={ax+b:xX and a,bR,a>0}Y = \{ax + b : x \in X \text{ and } a, b \in \mathbb{R}, a > 0\}. We are provided with the mean of YY, E[Y]=17E[Y] = 17, and the variance of YY, Var(Y)=216\text{Var}(Y) = 216. Our objective is to find the value of a+ba+b.

Step 1: Calculate the Mean of X (E[X]E[X])

  • What we are doing: We need to find the mean of the original data set XX. This is the first piece of information required from set XX to use the linear transformation property for the mean.
  • Why we are doing it: The relationship E[Y]=aE[X]+bE[Y] = aE[X] + b requires the value of E[X]E[X].
  • Calculation: The sum of the first N=17N=17 natural numbers is given by the formula k=1Nk=N(N+1)2\sum_{k=1}^{N} k = \frac{N(N+1)}{2}. x=117x=17(17+1)2=17×182=17×9=153\sum_{x=1}^{17} x = \frac{17(17+1)}{2} = \frac{17 \times 18}{2} = 17 \times 9 = 153 Now, we calculate the mean of XX: E[X]=x=117xN=15317=9E[X] = \frac{\sum_{x=1}^{17} x}{N} = \frac{153}{17} = 9 So, E[X]=9E[X] = 9.

Step 2: Calculate the Variance of X (Var(X)\text{Var}(X))

  • What we are doing: We need to find the variance of the original data set XX. This is the second crucial piece of information from set XX to use the linear transformation property for the variance.
  • Why we are doing it: The relationship Var(Y)=a2Var(X)\text{Var}(Y) = a^2\text{Var}(X) requires the value of Var(X)\text{Var}(X). We will use the formula Var(X)=E[X2](E[X])2\text{Var}(X) = E[X^2] - (E[X])^2. We already have E[X]=9E[X]=9, so we first need to calculate E[X2]E[X^2].
  • Calculation: First, find the sum of the squares of the elements in XX using the formula k=1Nk2=N(N+1)(2N+1)6\sum_{k=1}^{N} k^2 = \frac{N(N+1)(2N+1)}{6}: x=117x2=17(17+1)(2×17+1)6=17×18×(34+1)6=17×18×356\sum_{x=1}^{17} x^2 = \frac{17(17+1)(2 \times 17 + 1)}{6} = \frac{17 \times 18 \times (34+1)}{6} = \frac{17 \times 18 \times 35}{6} x=117x2=17×3×35=1785\sum_{x=1}^{17} x^2 = 17 \times 3 \times 35 = 1785 Now, calculate E[X2]E[X^2]: E[X2]=x=117x2N=178517=105E[X^2] = \frac{\sum_{x=1}^{17} x^2}{N} = \frac{1785}{17} = 105 Finally, calculate Var(X)\text{Var}(X): Var(X)=E[X2](E[X])2=105(9)2=10581=24\text{Var}(X) = E[X^2] - (E[X])^2 = 105 - (9)^2 = 105 - 81 = 24 So, Var(X)=24\text{Var}(X) = 24.

Step 3: Use the Given Mean of Y to Form an Equation

  • What we are doing: We are using the known mean of YY and the calculated mean of XX to establish an equation involving the unknown constants aa and bb.
  • Why we are doing it: This step directly applies one of the key linear transformation properties to relate the given information to our unknowns.
  • Calculation: Using the property E[Y]=aE[X]+bE[Y] = aE[X] + b: 17=a(9)+b17 = a(9) + b 9a+b=17(Equation 1)9a + b = 17 \quad \text{(Equation 1)}

Step 4: Use the Given Variance of Y to Form Another Equation and Find 'a'

  • What we are doing: We are using the known variance of YY and the calculated variance of XX to directly solve for the constant aa.
  • Why we are doing it: The variance transformation property Var(Y)=a2Var(X)\text{Var}(Y) = a^2\text{Var}(X) is particularly useful because the constant bb does not affect the variance, allowing us to isolate and solve for aa independently.
  • Calculation: Using the property Var(Y)=a2Var(X)\text{Var}(Y) = a^2\text{Var}(X): 216=a2(24)216 = a^2(24) Solve for a2a^2: a2=21624=9a^2 = \frac{216}{24} = 9 Taking the square root, we get a=±9=±3a = \pm \sqrt{9} = \pm 3. The problem statement specifies that a>0a > 0. Therefore, we choose the positive value: a=3a = 3

Step 5: Solve for bb and then Calculate a+ba+b

  • What we are doing: Now that we have the value of aa, we substitute it into Equation 1 to find bb. Finally, we calculate the sum a+ba+b.
  • Why we are doing it: This completes the process of finding both unknown constants and then computes the desired final value.
  • Calculation: Substitute a=3a=3 into Equation 1: 9(3)+b=179(3) + b = 17 27+b=1727 + b = 17 b=1727b = 17 - 27 b=10b = -10 Finally, calculate a+ba+b: a+b=3+(10)=7a+b = 3 + (-10) = -7

3. Common Mistakes & Tips

  • Misapplying Variance Property: A common error is to write Var(aX+b)=aVar(X)+b\text{Var}(aX+b) = a\text{Var}(X)+b or a2Var(X)+b2a^2\text{Var}(X)+b^2. Remember that Var(aX+b)=a2Var(X)\text{Var}(aX+b) = a^2\text{Var}(X) because the additive constant bb only shifts the data, not its spread.
  • Forgetting a>0a>0 Condition: When solving a2=ka^2 = k, always consider both positive and negative roots. The problem statement often provides a condition (like a>0a>0) to uniquely determine the value of aa.
  • Calculation Errors in Summation Formulas: Be careful with arithmetic when using the summation formulas for natural numbers and their squares. Double-check your calculations, especially with larger numbers.
  • Confusing E[X2]E[X^2] and (E[X])2(E[X])^2: Ensure you correctly apply the variance formula Var(X)=E[X2](E[X])2\text{Var}(X) = E[X^2] - (E[X])^2. These two terms are distinct and rarely equal.

4. Summary

This problem effectively demonstrates the power of using properties of mean and variance under linear transformations. Instead of calculating the mean and variance of the transformed set YY directly, we first computed the mean and variance of the simpler base set XX. Then, by applying the transformation rules E[Y]=aE[X]+bE[Y] = aE[X] + b and Var(Y)=a2Var(X)\text{Var}(Y) = a^2\text{Var}(X), we set up a system of equations. Solving these equations, along with the given condition a>0a>0, allowed us to find the values of aa and bb, and subsequently their sum.

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

Practice More Statistics & Probability Questions

View All Questions