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

Question

Let the mean and the variance of 6 observations a,b,68,44,48,60a, b, 68,44,48,60 be 5555 and 194194, respectively. If a>ba>b, then a+3ba+3 b is

Options

Solution

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 is calculated as the sum of all observations divided by the number of observations. xˉ=i=1nxin\bar{x} = \frac{\sum_{i=1}^{n} x_i}{n}

  • Variance (σ2\sigma^2): A measure of the spread or dispersion of the data points around the mean. It quantifies how much the individual observations deviate from the mean. The most fundamental definition is the average of the squared differences from the mean: σ2=i=1n(xixˉ)2n\sigma^2 = \frac{\sum_{i=1}^{n} (x_i - \bar{x})^2}{n} An alternative computational formula for variance, which is often useful, is: σ2=i=1nxi2n(xˉ)2\sigma^2 = \frac{\sum_{i=1}^{n} x_i^2}{n} - (\bar{x})^2 For this problem, since the mean is an integer, the first formula (sum of squared deviations from the mean) will be more direct and often simpler to calculate.

2. Step-by-Step Solution

We are given 6 observations: a,b,68,44,48,60a, b, 68, 44, 48, 60. The number of observations (nn) = 66. The mean (xˉ\bar{x}) = 5555. The variance (σ2\sigma^2) = 194194. We are also given the condition a>ba > b. Our goal is to find the value of a+3ba+3b.

Step 1: Formulating the First Equation using the Mean

  • What we are doing: We use the given mean to establish a linear relationship between the unknown variables aa and bb.
  • Why this step: The mean formula provides the most straightforward initial connection between the sum of observations and their average, allowing us to form our first equation.

Using the mean formula: xˉ=xin\bar{x} = \frac{\sum x_i}{n} Substitute the given values: 55=a+b+68+44+48+60655 = \frac{a+b+68+44+48+60}{6} First, sum the known constant observations: 68+44+48+60=22068 + 44 + 48 + 60 = 220. Substitute this sum back into the equation: 55=a+b+220655 = \frac{a+b+220}{6} Multiply both sides by 6: 55×6=a+b+22055 \times 6 = a+b+220 330=a+b+220330 = a+b+220 Isolate a+ba+b by subtracting 220 from both sides: a+b=330220a+b = 330 - 220 a+b=110(1)a+b = 110 \quad \ldots (1) This is our first equation relating aa and bb.

Step 2: Formulating the Second Equation using the Variance

  • What we are doing: We use the given variance to establish a second, quadratic relationship between aa and bb.
  • Why this step: The variance formula provides an independent equation involving aa and bb, which, when solved simultaneously with the mean equation, will allow us to find the specific values of aa and bb. We will use the definition involving deviations from the mean, as xˉ=55\bar{x}=55 is an integer, simplifying calculations.

Using the variance formula σ2=(xixˉ)2n\sigma^2 = \frac{\sum (x_i - \bar{x})^2}{n}: Substitute the given variance σ2=194\sigma^2 = 194 and mean xˉ=55\bar{x} = 55: 194=(a55)2+(b55)2+(6855)2+(4455)2+(4855)2+(6055)26194 = \frac{(a-55)^2 + (b-55)^2 + (68-55)^2 + (44-55)^2 + (48-55)^2 + (60-55)^2}{6} Now, calculate the squared deviations for the known observations:

  • (6855)2=(13)2=169(68-55)^2 = (13)^2 = 169
  • (4455)2=(11)2=121(44-55)^2 = (-11)^2 = 121
  • (4855)2=(7)2=49(48-55)^2 = (-7)^2 = 49
  • (6055)2=(5)2=25(60-55)^2 = (5)^2 = 25 Substitute these values into the variance equation: 194=(a55)2+(b55)2+169+121+49+256194 = \frac{(a-55)^2 + (b-55)^2 + 169 + 121 + 49 + 25}{6} Sum the constant terms in the numerator: 169+121+49+25=364169 + 121 + 49 + 25 = 364. 194=(a55)2+(b55)2+3646194 = \frac{(a-55)^2 + (b-55)^2 + 364}{6} Multiply both sides by 6: 194×6=(a55)2+(b55)2+364194 \times 6 = (a-55)^2 + (b-55)^2 + 364 1164=(a55)2+(b55)2+3641164 = (a-55)^2 + (b-55)^2 + 364 Isolate the terms involving aa and bb: (a55)2+(b55)2=1164364(a-55)^2 + (b-55)^2 = 1164 - 364 (a55)2+(b55)2=800(2)(a-55)^2 + (b-55)^2 = 800 \quad \ldots (2) This is our second equation.

Step 3: Solving the System of Equations to Find aa and bb

  • What we are doing: We solve the system formed by equation (1) and equation (2) to determine the unique values of aa and bb.
  • Why this step: We now have two independent equations with two unknowns. Solving them is necessary to find the specific values of aa and bb required for the final calculation. A substitution strategy will simplify the algebra significantly.

Our system of equations is:

  1. a+b=110a+b = 110
  2. (a55)2+(b55)2=800(a-55)^2 + (b-55)^2 = 800

To simplify equation (2), let's introduce new variables representing the deviations from the mean: Let A=a55A = a-55 and B=b55B = b-55. This implies a=A+55a = A+55 and b=B+55b = B+55.

Substitute these expressions for aa and bb into equation (1): (A+55)+(B+55)=110(A+55) + (B+55) = 110 A+B+110=110A+B+110 = 110 Subtracting 110 from both sides gives: A+B=0(3)A+B = 0 \quad \ldots (3) From this, we get B=AB = -A. This shows that the deviations of aa and bb from the mean are equal in magnitude but opposite in sign.

Now, substitute AA and BB into equation (2): A2+B2=800(4)A^2 + B^2 = 800 \quad \ldots (4) Substitute B=AB = -A from equation (3) into equation (4): A2+(A)2=800A^2 + (-A)^2 = 800 A2+A2=800A^2 + A^2 = 800 2A2=8002A^2 = 800 A2=400A^2 = 400 Taking the square root of both sides, we get two possible values for AA: A=±400A=±20A = \pm \sqrt{400} \Rightarrow A = \pm 20

Now we consider the two cases for AA: Case 1: A=20A = 20

  • If A=20A=20, then a55=20a=75a-55=20 \Rightarrow a = 75.
  • Since B=AB=-A, then B=20B=-20. So b55=20b=35b-55=-20 \Rightarrow b = 35. This gives the pair (a,b)=(75,35)(a,b) = (75, 35).

Case 2: A=20A = -20

  • If A=20A=-20, then a55=20a=35a-55=-20 \Rightarrow a = 35.
  • Since B=AB=-A, then B=20B=20. So b55=20b=75b-55=20 \Rightarrow b = 75. This gives the pair (a,b)=(35,75)(a,b) = (35, 75).

Step 4: Applying the Condition a>ba>b and Calculating a+3ba+3b

  • What we are doing: We use the given condition a>ba>b to select the correct pair of values for aa and bb, and then substitute these values into the expression a+3ba+3b.
  • Why this step: The condition a>ba>b is crucial for uniquely determining aa and bb from the two possible pairs derived in the previous step. Once aa and bb are uniquely identified, we can calculate the final required expression.

Let's check each pair against the condition a>ba>b:

  • From Case 1: a=75,b=35a=75, b=35. Here, 75>3575 > 35. This pair satisfies the condition.
  • From Case 2: a=35,b=75a=35, b=75. Here, 357535 \ngtr 75. This pair does not satisfy the condition.

Therefore, the only valid values for aa and bb are a=75a=75 and b=35b=35.

Now, substitute these values into the expression a+3ba+3b: a+3b=75+3(35)a+3b = 75 + 3(35) a+3b=75+105a+3b = 75 + 105 a+3b=180a+3b = 180

3. Common Mistakes & Tips

  • Forgetting the condition: Always remember to use all conditions given in the problem statement (e.g., a>ba>b) to filter out incorrect solutions.
  • Calculation errors: Be meticulous with arithmetic, especially when squaring numbers or dealing with negative signs.
  • Choosing the right variance formula: While both variance formulas are correct, using σ2=(xixˉ)2n\sigma^2 = \frac{\sum (x_i - \bar{x})^2}{n} is often simpler when the mean xˉ\bar{x} is an integer, as it avoids calculating large squares of xix_i values and then subtracting a potentially large (xˉ)2(\bar{x})^2.
  • Algebraic Simplification: The substitution A=xixˉA = x_i - \bar{x} is a powerful technique in statistics problems involving mean and variance for simplifying algebraic manipulations, particularly when dealing with two unknown observations.

4. Summary

This problem required a systematic application of the definitions of mean and variance. First, we used the mean to establish a linear equation (a+b=110a+b=110). Next, we used the variance formula, specifically the sum of squared deviations from the mean, to establish a quadratic equation involving aa and bb. A strategic substitution (A=a55,B=b55A=a-55, B=b-55) transformed the system into a simpler form, leading to two possible pairs for (a,b)(a,b). Finally, the given condition a>ba>b was crucial in selecting the unique correct pair (a=75,b=35)(a=75, b=35), which allowed us to calculate the required expression a+3b=180a+3b = 180.

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

Practice More Statistics & Probability Questions

View All Questions