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

Question

Let the mean and variance of 8 numbers x,y,10,12,6,12,4,8x, y, 10,12,6,12,4,8 be 99 and 9.259.25 respectively. If x>yx > y, then 3x2y3 x-2 y is equal to _____________.

Answer: 2

Solution

This problem requires a strong understanding of statistical measures, specifically the mean and variance. We will systematically use the given information to form a system of equations, solve for the unknown variables, and then calculate the required expression.


1. Key Concepts and Formulas

For a set of nn observations x1,x2,,xnx_1, x_2, \ldots, x_n:

  • Mean (xˉ\bar{x}): The arithmetic average of all observations. It provides a linear relationship between the sum of observations and the mean. xˉ=i=1nxin\bar{x} = \frac{\sum_{i=1}^{n} x_i}{n}

  • Variance (σ2\sigma^2): A measure of the spread of numbers from their mean. It is the average of the squared differences from the mean. This formula provides a quadratic relationship involving the unknown variables. σ2=i=1n(xixˉ)2n\sigma^2 = \frac{\sum_{i=1}^{n} (x_i - \bar{x})^2}{n} An alternative form, σ2=xi2n(xˉ)2\sigma^2 = \frac{\sum x_i^2}{n} - (\bar{x})^2, is also valid and can be useful in some scenarios. For this problem, with a known integer mean, the first form is often more direct.

Problem Setup: We are given:

  • 8 numbers: x,y,10,12,6,12,4,8x, y, 10, 12, 6, 12, 4, 8.
  • Number of observations, n=8n = 8.
  • Mean, xˉ=9\bar{x} = 9.
  • Variance, σ2=9.25\sigma^2 = 9.25.
  • A condition: x>yx > y.
  • Our goal: Find the value of 3x2y3x - 2y.

2. Step-by-Step Solution

Step 1: Utilizing the Mean to Establish a Linear Relationship

  • Why this step? We have two unknown variables, xx and yy. To solve for them, we need at least two independent equations. The mean formula provides the simplest relationship, a linear equation involving xx and yy.

First, let's sum the known observations: 10+12+6+12+4+8=5210 + 12 + 6 + 12 + 4 + 8 = 52 The total sum of all 8 observations, xi\sum x_i, is therefore: xi=x+y+52\sum x_i = x + y + 52 Now, substitute this sum, the given mean (xˉ=9\bar{x}=9), and the number of observations (n=8n=8) into the mean formula: xˉ=xin\bar{x} = \frac{\sum x_i}{n} 9=x+y+5289 = \frac{x+y+52}{8} Multiply both sides by 8 to clear the denominator: 9×8=x+y+529 \times 8 = x+y+52 72=x+y+5272 = x+y+52 Subtract 52 from both sides to find the sum of xx and yy: x+y=7252x+y = 72 - 52 x+y=20(Equation 1)\mathbf{x+y = 20 \quad \text{(Equation 1)}} This is our first equation relating xx and yy.

Step 2: Employing the Variance to Form a Quadratic Relationship

  • Why this step? We need a second independent equation to solve for xx and yy. The variance formula provides this relationship. Since variance involves squared deviations from the mean, it will lead to a quadratic equation.

We will use the variance formula σ2=(xixˉ)2n\sigma^2 = \frac{\sum (x_i - \bar{x})^2}{n}. We know xˉ=9\bar{x}=9 and σ2=9.25\sigma^2 = 9.25. Let's calculate the squared deviations (xixˉ)2(x_i - \bar{x})^2 for each of the 8 numbers:

xix_iDeviation (xixˉ)(x_i - \bar{x})Squared Deviation (xixˉ)2(x_i - \bar{x})^2
xxx9x-9(x9)2(x-9)^2
yyy9y-9(y9)2(y-9)^2
1010109=110-9 = 112=11^2 = 1
1212129=312-9 = 332=93^2 = 9
6669=36-9 = -3(3)2=9(-3)^2 = 9
1212129=312-9 = 332=93^2 = 9
4449=54-9 = -5(5)2=25(-5)^2 = 25
8889=18-9 = -1(1)2=1(-1)^2 = 1

Now, sum all the squared deviations: (xixˉ)2=(x9)2+(y9)2+1+9+9+9+25+1\sum (x_i - \bar{x})^2 = (x-9)^2 + (y-9)^2 + 1 + 9 + 9 + 9 + 25 + 1 (xixˉ)2=(x9)2+(y9)2+54\sum (x_i - \bar{x})^2 = (x-9)^2 + (y-9)^2 + 54 Substitute this sum, the given variance (σ2=9.25\sigma^2=9.25), and n=8n=8 into the variance formula: 9.25=(x9)2+(y9)2+5489.25 = \frac{(x-9)^2 + (y-9)^2 + 54}{8} Multiply both sides by 8: 9.25×8=(x9)2+(y9)2+549.25 \times 8 = (x-9)^2 + (y-9)^2 + 54 74=(x9)2+(y9)2+5474 = (x-9)^2 + (y-9)^2 + 54 Subtract 54 from both sides: 7454=(x9)2+(y9)274 - 54 = (x-9)^2 + (y-9)^2 20=(x9)2+(y9)220 = (x-9)^2 + (y-9)^2 Expand the squared terms using the identity (AB)2=A22AB+B2(A-B)^2 = A^2 - 2AB + B^2: 20=(x218x+81)+(y218y+81)20 = (x^2 - 18x + 81) + (y^2 - 18y + 81) 20=x2+y218x18y+16220 = x^2 + y^2 - 18x - 18y + 162 Factor out 18-18 from the linear terms: 20=x2+y218(x+y)+16220 = x^2 + y^2 - 18(x+y) + 162 From Equation 1, we know x+y=20x+y = 20. Substitute this value: 20=x2+y218(20)+16220 = x^2 + y^2 - 18(20) + 162 20=x2+y2360+16220 = x^2 + y^2 - 360 + 162 20=x2+y219820 = x^2 + y^2 - 198 Add 198 to both sides to isolate x2+y2x^2+y^2: x2+y2=20+198x^2 + y^2 = 20 + 198 x2+y2=218(Equation 2)\mathbf{x^2 + y^2 = 218 \quad \text{(Equation 2)}}

**Step 3: Solving the System of Equations for Individual Values of xx and yy}

  • Why this step? We now have a system of two equations with two variables:
    1. x+y=20x+y = 20 (Linear equation)
    2. x2+y2=218x^2+y^2 = 218 (Quadratic equation) We can solve this system to find the specific values of xx and yy.

From Equation 1, we can express yy in terms of xx: y=20xy = 20-x Substitute this expression for yy into Equation 2: x2+(20x)2=218x^2 + (20-x)^2 = 218 Expand (20x)2(20-x)^2: x2+(40040x+x2)=218x^2 + (400 - 40x + x^2) = 218 Combine like terms to form a standard quadratic equation: 2x240x+400=2182x^2 - 40x + 400 = 218 2x240x+182=02x^2 - 40x + 182 = 0 Divide the entire equation by 2 to simplify: x220x+91=0x^2 - 20x + 91 = 0 Now, solve this quadratic equation for xx. We can factor it. We need two numbers that multiply to 91 and add up to -20. These numbers are -7 and -13. (x7)(x13)=0(x-7)(x-13) = 0 This gives two possible values for xx:

  • x7=0x=7x-7 = 0 \Rightarrow x=7
  • x13=0x=13x-13 = 0 \Rightarrow x=13 For each value of xx, find the corresponding value of yy using y=20xy = 20-x:
  • If x=7x=7, then y=207=13y = 20-7 = 13.
  • If x=13x=13, then y=2013=7y = 20-13 = 7. So, we have two possible pairs for (x,y)(x,y): (7,13)(7, 13) and (13,7)(13, 7).

Step 4: Applying the Given Condition and Final Calculation

  • Why this step? The problem provides a crucial condition, x>yx > y. This condition allows us to uniquely determine which of the two possible (x,y)(x,y) pairs is the correct one.

Let's check our two pairs against the condition x>yx > y:

  • Case 1: (x,y)=(7,13)(x,y) = (7, 13) Here, x=7x=7 and y=13y=13. Since 7137 \ngtr 13, this pair does not satisfy the condition.
  • Case 2: (x,y)=(13,7)(x,y) = (13, 7) Here, x=13x=13 and y=7y=7. Since 13>713 > 7, this pair satisfies the condition. Therefore, the correct values are x=13x=13 and y=7y=7.

Finally, we calculate the required expression 3x2y3x - 2y: 3x2y=3(13)2(7)3x - 2y = 3(13) - 2(7) 3x2y=39143x - 2y = 39 - 14 3x2y=253x - 2y = 25


3. Common Mistakes & Tips

  • Arithmetic Errors: Double-check sums and multiplications, especially with negative numbers. A small mistake in summing known numbers or multiplying by nn can propagate through the entire solution.
  • Algebraic Expansion: Be careful when expanding squared terms like (x9)2(x-9)^2. Remember the middle term: (AB)2=A22AB+B2(A-B)^2 = A^2 - 2AB + B^2.
  • Sign Errors: Pay close attention to negative signs, particularly when combining terms or substituting values.
  • Using the Right Variance Formula: While both variance formulas are equivalent, choosing σ2=(xixˉ)2n\sigma^2 = \frac{\sum (x_i - \bar{x})^2}{n} can sometimes simplify calculations if xˉ\bar{x} is an integer, as the deviations are often simpler to work with.
  • Applying Conditions: Always use all given conditions (like x>yx>y) to narrow down possibilities and arrive at a unique solution.
  • Verification: After finding xx and yy, it's a good practice to quickly plug them back into the original mean and variance equations to ensure consistency.

4. Summary

We began by utilizing the mean formula to establish a linear equation for xx and yy. Next, we applied the variance formula, carefully calculating the sum of squared deviations from the mean, to derive a quadratic equation involving xx and yy. This system of a linear and a quadratic equation was then solved using substitution, yielding two possible pairs for (x,y)(x,y). Finally, the given condition x>yx > y allowed us to select the unique correct pair of values for xx and yy, which were then used to calculate the expression 3x2y3x - 2y.


The final answer is 25\boxed{25}.

Practice More Statistics & Probability Questions

View All Questions