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

Question

If the variance of the terms in an increasing A.P., b 1 , b 2 , b 3 ,....,b 11 is 90, then the common difference of this A.P. is_______.

Answer: 1

Solution

1. Key Concepts and Formulas

This problem involves calculating the common difference of an Arithmetic Progression (A.P.) given its variance. We will utilize the fundamental definitions and formulas for A.P.s and variance, along with standard summation identities.

  • Arithmetic Progression (A.P.): A sequence where the difference between consecutive terms is constant, known as the common difference, dd. For an A.P. with first term aa and NN terms, the ii-th term is bi=a+(i1)db_i = a + (i-1)d.

    • Sum of an A.P. (bi\sum b_i): For NN terms, SN=N2(first term+last term)S_N = \frac{N}{2}(\text{first term} + \text{last term}).
    • Mean of an A.P. (bˉ\bar{b}): bˉ=biN\bar{b} = \frac{\sum b_i}{N}. For an odd number of terms, the mean is equal to the middle term.
  • Variance (σ2\sigma^2): A measure of how spread out the numbers in a data set are. For NN observations x1,x2,,xNx_1, x_2, \dots, x_N, the variance is given by the computational formula: σ2=i=1Nxi2N(i=1NxiN)2=xi2N(xˉ)2\sigma^2 = \frac{\sum_{i=1}^{N} x_i^2}{N} - \left(\frac{\sum_{i=1}^{N} x_i}{N}\right)^2 = \frac{\sum x_i^2}{N} - (\bar{x})^2

  • Standard Summation Formulas: These are essential for simplifying sums of powers of integers:

    • Sum of the first nn natural numbers: k=1nk=n(n+1)2\sum_{k=1}^{n} k = \frac{n(n+1)}{2}
    • Sum of the squares of the first nn natural numbers: 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 an increasing A.P. with 11 terms (N=11N=11), b1,b2,,b11b_1, b_2, \dots, b_{11}, and its variance is σ2=90\sigma^2 = 90. Our objective is to determine the common difference, dd. Since the A.P. is increasing, we know that d>0d > 0.

Step 1: Define the Terms of the A.P.

  • Why this step? To establish the general form of the terms in the A.P., which is necessary for calculating their sum and sum of squares.

Let the first term of the A.P. be aa and the common difference be dd. The N=11N=11 terms of the A.P. are: bi=a+(i1)db_i = a + (i-1)d for i=1,2,,11i=1, 2, \dots, 11. So, b1=ab_1 = a, b2=a+db_2 = a+d, ..., b11=a+10db_{11} = a+10d.

Step 2: Calculate the Sum of the Terms (bi\sum b_i) and the Mean (bˉ\bar{b})

  • Why this step? Both the sum and the mean are direct components required by the variance formula.

Using the formula for the sum of an A.P., SN=N2(first term+last term)S_N = \frac{N}{2}(\text{first term} + \text{last term}): i=111bi=S11=112(a+(a+10d))\sum_{i=1}^{11} b_i = S_{11} = \frac{11}{2}(a + (a + 10d)) i=111bi=112(2a+10d)=11(a+5d)\sum_{i=1}^{11} b_i = \frac{11}{2}(2a + 10d) = 11(a + 5d) Now, calculate the mean (bˉ\bar{b}): bˉ=biN=11(a+5d)11=a+5d\bar{b} = \frac{\sum b_i}{N} = \frac{11(a + 5d)}{11} = a + 5d

  • Self-check: For an A.P. with an odd number of terms, the mean is the middle term. Here, with 11 terms, the middle term is b6=a+(61)d=a+5db_6 = a + (6-1)d = a+5d, which matches our calculation.

Step 3: Calculate the Sum of the Squares of the Terms (bi2\sum b_i^2)

  • Why this step? This is the second critical component for the variance formula and typically involves more algebraic manipulation using summation identities.

We need to calculate i=111bi2=i=111(a+(i1)d)2\sum_{i=1}^{11} b_i^2 = \sum_{i=1}^{11} (a + (i-1)d)^2. To simplify the application of summation formulas, let k=i1k = i-1. As ii ranges from 1 to 11, kk ranges from 0 to 10. i=111bi2=k=010(a+kd)2\sum_{i=1}^{11} b_i^2 = \sum_{k=0}^{10} (a + kd)^2 Expand the squared term: (a+kd)2=a2+2akd+k2d2(a + kd)^2 = a^2 + 2akd + k^2d^2. k=010(a2+2akd+k2d2)\sum_{k=0}^{10} (a^2 + 2akd + k^2d^2) By the linearity property of summation, we can split this into three separate sums: =k=010a2+k=0102akd+k=010k2d2= \sum_{k=0}^{10} a^2 + \sum_{k=0}^{10} 2akd + \sum_{k=0}^{10} k^2d^2 Factor out constants from each sum: =a2k=0101+2adk=010k+d2k=010k2= a^2 \sum_{k=0}^{10} 1 + 2ad \sum_{k=0}^{10} k + d^2 \sum_{k=0}^{10} k^2 Now, apply the standard summation formulas. Note that k=010k=k=110k\sum_{k=0}^{10} k = \sum_{k=1}^{10} k and k=010k2=k=110k2\sum_{k=0}^{10} k^2 = \sum_{k=1}^{10} k^2 because the k=0k=0 term in both sums is zero.

  • k=0101=11\sum_{k=0}^{10} 1 = 11 (summing 1 for 11 terms from k=0k=0 to k=10k=10).
  • k=010k=k=110k=10(10+1)2=10×112=55\sum_{k=0}^{10} k = \sum_{k=1}^{10} k = \frac{10(10+1)}{2} = \frac{10 \times 11}{2} = 55.
  • k=010k2=k=110k2=10(10+1)(2×10+1)6=10×11×216=5×11×7=385\sum_{k=0}^{10} k^2 = \sum_{k=1}^{10} k^2 = \frac{10(10+1)(2 \times 10+1)}{6} = \frac{10 \times 11 \times 21}{6} = 5 \times 11 \times 7 = 385.

Substitute these values back into the expression for bi2\sum b_i^2: bi2=a2(11)+2ad(55)+d2(385)\sum b_i^2 = a^2(11) + 2ad(55) + d^2(385) bi2=11a2+110ad+385d2\sum b_i^2 = 11a^2 + 110ad + 385d^2

Step 4: Substitute into the Variance Formula and Solve for dd

  • Why this step? This is where we combine the given variance with our calculated mean and sum of squares to form an equation that can be solved for the common difference, dd.

Using the variance formula: σ2=bi2N(bˉ)2\sigma^2 = \frac{\sum b_i^2}{N} - (\bar{b})^2. We have σ2=90\sigma^2 = 90, N=11N=11, bi2=11a2+110ad+385d2\sum b_i^2 = 11a^2 + 110ad + 385d^2, and bˉ=a+5d\bar{b} = a + 5d. Substitute these into the formula: 90=11a2+110ad+385d211(a+5d)290 = \frac{11a^2 + 110ad + 385d^2}{11} - (a + 5d)^2 First, simplify the fractional term: 11a2+110ad+385d211=a2+10ad+35d2\frac{11a^2 + 110ad + 385d^2}{11} = a^2 + 10ad + 35d^2 Next, expand the squared mean term: (a+5d)2=a2+2(a)(5d)+(5d)2=a2+10ad+25d2(a + 5d)^2 = a^2 + 2(a)(5d) + (5d)^2 = a^2 + 10ad + 25d^2 Now, substitute these simplified expressions back into the variance equation: 90=(a2+10ad+35d2)(a2+10ad+25d2)90 = (a^2 + 10ad + 35d^2) - (a^2 + 10ad + 25d^2) Distribute the negative sign: 90=a2+10ad+35d2a210ad25d290 = a^2 + 10ad + 35d^2 - a^2 - 10ad - 25d^2 Observe the cancellation of terms involving aa: 90=(a2a2)+(10ad10ad)+(35d225d2)90 = (a^2 - a^2) + (10ad - 10ad) + (35d^2 - 25d^2) 90=0+0+10d290 = 0 + 0 + 10d^2 90=10d290 = 10d^2 Solve for d2d^2: d2=9010=9d^2 = \frac{90}{10} = 9 Take the square root of both sides: d=±9d = \pm \sqrt{9} d=±3d = \pm 3

Step 5: Apply the Condition for an Increasing A.P.

  • Why this step? The problem statement provides a crucial condition ("increasing A.P.") that allows us to uniquely determine the value of dd.

We found two possible values for dd: 33 and 3-3. An A.P. is increasing if its common difference d>0d > 0. An A.P. is decreasing if its common difference d<0d < 0. An A.P. is constant if its common difference d=0d = 0. Since the problem states that the A.P. is increasing, we must choose the positive value for dd. Therefore, d=3d = 3.

3. Common Mistakes & Tips

  • Summation Limits: Be extremely careful with the starting and ending values of the summation index, especially when changing variables (e.g., from i1i-1 to kk). Ensure the number of terms remains correct.
  • Algebraic Simplification: Expanding squares and distributing negative signs correctly is crucial to avoid errors. The cancellation of terms involving 'a' is a key simplification.
  • Variance of A.P.: A useful property to remember is that the variance of an A.P. depends only on the common difference (dd) and the number of terms (NN), not on the first term (aa). This is evident from the cancellation of aa-related terms in our derivation.
  • Problem Constraints: Always refer back to the problem statement for conditions like "increasing A.P." to select the correct solution from multiple possibilities.

4. Summary

We systematically solved the problem by first defining the terms of the A.P. and then calculating its mean and the sum of the squares of its terms using standard summation formulas. We substituted these values into the computational formula for variance. The key algebraic step involved simplifying the expression, which led to the cancellation of terms involving the first term 'a', demonstrating that the variance of an A.P. is independent of its starting term. Finally, we solved for d2d^2 and used the condition that the A.P. is increasing to select the positive value for the common difference.

The final answer is 3\boxed{3}.

Practice More Statistics & Probability Questions

View All Questions