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

Question

Let a1,a2,a10\mathrm{a}_1, \mathrm{a}_2, \ldots \mathrm{a}_{10} be 10 observations such that k=110ak=50\sum\limits_{\mathrm{k}=1}^{10} \mathrm{a}_{\mathrm{k}}=50 and k<jakaj=1100\sum\limits_{\forall \mathrm{k} < \mathrm{j}} \mathrm{a}_{\mathrm{k}} \cdot \mathrm{a}_{\mathrm{j}}=1100. Then the standard deviation of a1,a2,,a10\mathrm{a}_1, \mathrm{a}_2, \ldots, \mathrm{a}_{10} is equal to :

Options

Solution

Key Concepts and Formulas

To find the standard deviation of a set of observations, we rely on a few fundamental statistical definitions and an important algebraic identity.

  • Standard Deviation (σ\sigma): A measure of the dispersion or spread of a dataset around its mean. For a population of NN observations a1,a2,,aNa_1, a_2, \ldots, a_N, the most commonly used formula for standard deviation in JEE is: σ=i=1Nai2N(i=1NaiN)2\sigma = \sqrt{\frac{\sum_{i=1}^{N} a_i^2}{N} - \left(\frac{\sum_{i=1}^{N} a_i}{N}\right)^2} This can also be written using the mean (aˉ\bar{a}), where aˉ=i=1NaiN\bar{a} = \frac{\sum_{i=1}^{N} a_i}{N}: σ=i=1Nai2N(aˉ)2\sigma = \sqrt{\frac{\sum_{i=1}^{N} a_i^2}{N} - (\bar{a})^2}
  • Mean (aˉ\bar{a}): The average of the observations. It's calculated as the sum of all observations divided by the number of observations (NN). aˉ=i=1NaiN\bar{a} = \frac{\sum_{i=1}^{N} a_i}{N}
  • Algebraic Identity: To find the sum of squares (ai2\sum a_i^2) from the sum of observations (ai\sum a_i) and the sum of pairwise products (k<jakaj\sum_{k<j} a_k a_j), we use the identity: (i=1Nai)2=i=1Nai2+2k<jakaj\left(\sum_{i=1}^{N} a_i\right)^2 = \sum_{i=1}^{N} a_i^2 + 2 \sum_{\forall k < j} a_k a_j

Our goal is to calculate σ\sigma using these formulas, which requires us to first determine the mean (aˉ\bar{a}) and the sum of squares (ai2\sum a_i^2).

Step-by-Step Solution

We are given N=10N=10 observations a1,a2,,a10a_1, a_2, \ldots, a_{10} with the following information:

  1. Sum of observations: k=110ak=50\sum_{k=1}^{10} a_k = 50
  2. Sum of products of distinct pairs: k<jakaj=1100\sum_{\forall k < j} a_k \cdot a_j = 1100

Step 1: Calculate the Mean (aˉ\bar{a}) of the Observations

Why this step? The mean is a direct component of the standard deviation formula and is straightforward to calculate from the given sum of observations.

The mean is defined as the sum of observations divided by the number of observations. Given:

  • Number of observations, N=10N = 10.
  • Sum of observations, k=110ak=50\sum_{k=1}^{10} a_k = 50.

Now, we calculate the mean: aˉ=k=110akN\bar{a} = \frac{\sum_{k=1}^{10} a_k}{N} aˉ=5010\bar{a} = \frac{50}{10} aˉ=5\bar{a} = 5 The mean of the given observations is 5.


Step 2: Calculate the Sum of Squares (ak2\sum a_k^2)

Why this step? The sum of squares (ak2\sum a_k^2) is the other crucial component needed for the standard deviation formula. It is not directly given, but we can derive it using the algebraic identity that connects the sum of observations, the sum of squares, and the sum of pairwise products.

The key algebraic identity is: (i=1Nai)2=i=1Nai2+2k<jakaj\left(\sum_{i=1}^{N} a_i\right)^2 = \sum_{i=1}^{N} a_i^2 + 2 \sum_{\forall k < j} a_k a_j This identity comes from expanding the square of the sum of numbers.

Let's plug in the given values into this identity:

  • We know k=110ak=50\sum_{k=1}^{10} a_k = 50.
  • We know k<jakaj=1100\sum_{\forall k < j} a_k a_j = 1100.

Substitute these values: (50)2=k=110ak2+2(1100)(50)^2 = \sum_{k=1}^{10} a_k^2 + 2(1100) 2500=k=110ak2+22002500 = \sum_{k=1}^{10} a_k^2 + 2200 Now, isolate k=110ak2\sum_{k=1}^{10} a_k^2: k=110ak2=25002200\sum_{k=1}^{10} a_k^2 = 2500 - 2200 k=110ak2=300\sum_{k=1}^{10} a_k^2 = 300 The sum of the squares of the observations is 300.


Step 3: Substitute Values into the Standard Deviation Formula

Why this step? Having calculated both the mean (aˉ\bar{a}) and the sum of squares (ak2\sum a_k^2), we now have all the necessary components to directly apply the standard deviation formula.

Recall the standard deviation formula: σ=i=1Nai2N(aˉ)2\sigma = \sqrt{\frac{\sum_{i=1}^{N} a_i^2}{N} - (\bar{a})^2} Let's substitute the values we found:

  • N=10N = 10
  • k=110ak2=300\sum_{k=1}^{10} a_k^2 = 300
  • aˉ=5\bar{a} = 5

σ=30010(5)2\sigma = \sqrt{\frac{300}{10} - (5)^2} σ=3025\sigma = \sqrt{30 - 25} σ=5\sigma = \sqrt{5}


Common Mistakes & Tips

  • Confusing Sum of Squares and Square of Sums: A very common error is to mix up (ak)2(\sum a_k)^2 (the square of the total sum) with ak2\sum a_k^2 (the sum of individual squares). The algebraic identity clearly distinguishes them.
  • Incorrect Algebraic Identity: Ensure you use the correct identity (ai)2=ai2+2k<jakaj(\sum a_i)^2 = \sum a_i^2 + 2 \sum_{k<j} a_k a_j.
  • Calculation Errors: Double-check arithmetic, especially squaring and subtraction steps.
  • Formula for Standard Deviation: Remember the formula for standard deviation and its relation to variance (σ2=ai2Naˉ2\sigma^2 = \frac{\sum a_i^2}{N} - \bar{a}^2).

Summary

To find the standard deviation, we first calculated the mean using the sum of observations. Then, we used a crucial algebraic identity to find the sum of the squares of the observations from the given sum of observations and the sum of pairwise products. Finally, we substituted these values into the standard deviation formula to arrive at the result. The mean was found to be 5, the sum of squares 300, leading to a standard deviation of 5\sqrt{5}.

The final answer is 5\boxed{\sqrt{5}}, which corresponds to option (D).

Practice More Statistics & Probability Questions

View All Questions