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

Question

The mean of the numbers a, b, 8, 5, 10 is 6 and the variance is 6.80. Then which one of the following gives possible values of a and b?

Options

Solution

This problem requires a solid understanding of the definitions and formulas for the mean and variance of a data set. We will use the given information to form a system of equations involving the unknown numbers aa and bb, and then solve this system.

1. Key Concepts and Formulas

  • Mean (xˉ\bar{x}): The average of a set of numbers. For a data set x1,x2,,xnx_1, x_2, \ldots, x_n, the mean is given by: xˉ=i=1nxin\bar{x} = \frac{\sum_{i=1}^{n} x_i}{n} where xi\sum x_i is the sum of all observations and nn is the number of observations.

  • Variance (σ2\sigma^2): A measure of the spread of numbers in a data set from their mean. For a data set x1,x2,,xnx_1, x_2, \ldots, x_n with mean xˉ\bar{x}, the variance is defined as: σ2=i=1n(xixˉ)2n\sigma^2 = \frac{\sum_{i=1}^{n} (x_i - \bar{x})^2}{n} An alternative and often more convenient formula for calculation, especially when the mean is an integer, is: σ2=i=1nxi2n(xˉ)2\sigma^2 = \frac{\sum_{i=1}^{n} x_i^2}{n} - (\bar{x})^2 This formula helps avoid calculating individual deviations and is generally more efficient.

2. Step-by-Step Solution

We are given the numbers a,b,8,5,10a, b, 8, 5, 10. The total number of observations, n=5n = 5. The mean of these numbers, xˉ=6\bar{x} = 6. The variance of these numbers, σ2=6.80\sigma^2 = 6.80.

  • Step 1: Use the mean to form the first equation. What we are doing: We are using the definition of the mean to establish a relationship between aa and bb. Why this step: The problem provides the mean, so applying its formula is the direct way to use this information.

    First, sum all the observations: xi=a+b+8+5+10=a+b+23\sum x_i = a + b + 8 + 5 + 10 = a + b + 23 Now, apply the mean formula: xˉ=xin\bar{x} = \frac{\sum x_i}{n} 6=a+b+2356 = \frac{a + b + 23}{5} Multiply both sides by 5: 30=a+b+2330 = a + b + 23 Rearrange to find the first equation: a+b=3023a + b = 30 - 23 a+b=7(Equation 1)a + b = 7 \quad \text{(Equation 1)}

  • Step 2: Use the variance to form the second equation. What we are doing: We are using the given variance and mean to establish another relationship between aa and bb. Why this step: With two unknown variables (aa and bb), we need two independent equations to solve for them. The variance provides this second piece of information.

    We will use the computationally efficient variance formula: σ2=xi2n(xˉ)2\sigma^2 = \frac{\sum x_i^2}{n} - (\bar{x})^2. First, calculate the sum of the squares of all observations: xi2=a2+b2+82+52+102\sum x_i^2 = a^2 + b^2 + 8^2 + 5^2 + 10^2 xi2=a2+b2+64+25+100\sum x_i^2 = a^2 + b^2 + 64 + 25 + 100 xi2=a2+b2+189\sum x_i^2 = a^2 + b^2 + 189 Now, substitute the values into the variance formula: 6.80=a2+b2+1895(6)26.80 = \frac{a^2 + b^2 + 189}{5} - (6)^2 Calculate the squared mean: 6.80=a2+b2+1895366.80 = \frac{a^2 + b^2 + 189}{5} - 36 Add 36 to both sides: 6.80+36=a2+b2+18956.80 + 36 = \frac{a^2 + b^2 + 189}{5} 42.80=a2+b2+189542.80 = \frac{a^2 + b^2 + 189}{5} Multiply both sides by 5: 42.80×5=a2+b2+18942.80 \times 5 = a^2 + b^2 + 189 214=a2+b2+189214 = a^2 + b^2 + 189 Rearrange to find the second equation: a2+b2=214189a^2 + b^2 = 214 - 189 a2+b2=25(Equation 2)a^2 + b^2 = 25 \quad \text{(Equation 2)}

  • Step 3: Solve the system of equations for aa and bb. What we are doing: We now have two equations with two unknowns, which we can solve simultaneously. Why this step: Solving these equations will give us the specific values of aa and bb that satisfy both the mean and variance conditions.

    Our system of equations is:

    1. a+b=7a + b = 7
    2. a2+b2=25a^2 + b^2 = 25

    From Equation 1, express bb in terms of aa: b=7ab = 7 - a Substitute this expression for bb into Equation 2: a2+(7a)2=25a^2 + (7 - a)^2 = 25 Expand the squared term: (7a)2=722(7)(a)+a2=4914a+a2(7-a)^2 = 7^2 - 2(7)(a) + a^2 = 49 - 14a + a^2. a2+(4914a+a2)=25a^2 + (49 - 14a + a^2) = 25 Combine like terms: 2a214a+49=252a^2 - 14a + 49 = 25 Move all terms to one side to form a standard quadratic equation: 2a214a+4925=02a^2 - 14a + 49 - 25 = 0 2a214a+24=02a^2 - 14a + 24 = 0 Divide the entire equation by 2 to simplify: a27a+12=0a^2 - 7a + 12 = 0 Factorize the quadratic equation. We need two numbers that multiply to 12 and add up to -7. These are -3 and -4. (a3)(a4)=0(a - 3)(a - 4) = 0 This gives two possible values for aa: a=3ora=4a = 3 \quad \text{or} \quad a = 4 Now, find the corresponding values of bb using b=7ab = 7 - a: If a=3a = 3, then b=73=4b = 7 - 3 = 4. If a=4a = 4, then b=74=3b = 7 - 4 = 3. So, the possible pairs for (a,b)(a, b) are (3,4)(3, 4) or (4,3)(4, 3).

  • Step 4: Check the given options. What we are doing: We compare our derived possible values for (a,b)(a, b) with the given options to find the correct match. Why this step: This is the final verification to ensure our solution aligns with one of the provided choices.

    Our derived pairs are (3,4)(3, 4) and (4,3)(4, 3). Let's examine the options: (A) a=0,b=7a = 0, b = 7 (B) a=5,b=2a = 5, b = 2 (C) a=1,b=6a = 1, b = 6 (D) a=3,b=4a = 3, b = 4

    Option (D) directly matches one of our derived pairs. Let's verify option (D) against the original problem conditions for completeness: For a=3,b=4a=3, b=4:

    1. Mean: (3+4+8+5+10)/5=30/5=6(3 + 4 + 8 + 5 + 10) / 5 = 30 / 5 = 6. (Matches the given mean)
    2. Variance: The numbers are 3,4,8,5,103, 4, 8, 5, 10. The mean is 6. Sum of squares: xi2=32+42+82+52+102=9+16+64+25+100=214\sum x_i^2 = 3^2 + 4^2 + 8^2 + 5^2 + 10^2 = 9 + 16 + 64 + 25 + 100 = 214. Variance σ2=xi2n(xˉ)2=214562=42.836=6.8\sigma^2 = \frac{\sum x_i^2}{n} - (\bar{x})^2 = \frac{214}{5} - 6^2 = 42.8 - 36 = 6.8. (Matches the given variance) Since both conditions are satisfied, (3,4)(3,4) is a possible pair.

    Let's also quickly check option (A) as it was designated as the correct answer in the prompt, to highlight any discrepancy: For a=0,b=7a=0, b=7:

    1. Mean: (0+7+8+5+10)/5=30/5=6(0 + 7 + 8 + 5 + 10) / 5 = 30 / 5 = 6. (Matches the given mean)
    2. Variance: The numbers are 0,7,8,5,100, 7, 8, 5, 10. The mean is 6. Sum of squares: xi2=02+72+82+52+102=0+49+64+25+100=238\sum x_i^2 = 0^2 + 7^2 + 8^2 + 5^2 + 10^2 = 0 + 49 + 64 + 25 + 100 = 238. Variance σ2=xi2n(xˉ)2=238562=47.636=11.6\sigma^2 = \frac{\sum x_i^2}{n} - (\bar{x})^2 = \frac{238}{5} - 6^2 = 47.6 - 36 = 11.6. This variance (11.611.6) does not match the given variance of 6.806.80. Therefore, option (A) is not a possible value.

    Based on the problem statement and standard statistical formulas, the values (3,4)(3,4) or (4,3)(4,3) are the correct solutions.

3. Common Mistakes & Tips

  • Formula Recall: Ensure you correctly recall the formulas for mean and variance. A common mistake is to forget to divide by nn in the variance formula or to use the sum of absolute deviations instead of squared deviations.
  • Algebraic Errors: Be meticulous with arithmetic and algebraic manipulations, especially when expanding (7a)2(7-a)^2 or combining terms. Small calculation errors can lead to incorrect quadratic equations.
  • Checking Options: Always substitute your calculated values back into the original conditions (mean and variance) or check the options against the derived equations to verify your answer. This is a crucial step for catching errors.

4. Summary

We systematically used the given mean and variance to construct two algebraic equations involving the unknown numbers aa and bb. The mean condition led to a+b=7a+b=7, and the variance condition led to a2+b2=25a^2+b^2=25. Solving this system of equations revealed that the possible pairs for (a,b)(a,b) are (3,4)(3,4) or (4,3)(4,3). Comparing these with the given options, we found that option (D) matches our derived values.

The final answer is a = 3, b = 4\boxed{\text{a = 3, b = 4}} which corresponds to option (D).

Practice More Statistics & Probability Questions

View All Questions