1. Key Concepts and Formulas
- Arithmetic Progression (AP): A sequence where the difference between consecutive terms is constant, known as the common difference (d). The n-th term is an=a1+(n−1)d. The sum of N terms is SN=2N(2a1+(N−1)d).
- Mean (xˉ): For a set of N numbers x1,x2,…,xN, the mean is xˉ=N∑i=1Nxi.
- Variance (σ2): A measure of the spread of data points around the mean. The formula used for calculation is σ2=N∑i=1Nxi2−(xˉ)2. For an AP with N terms and common difference d, a useful formula for variance is σ2=12d2(N2−1).
2. Step-by-Step Solution
Step 1: Represent the A.P. and Formulate Equations
We are given six numbers in A.P.: a1,a2,a3,a4,a5,a6. Let the first term be a and the common difference be d.
The terms can be written as:
a1=a
a2=a+d
a3=a+2d
a4=a+3d
a5=a+4d
a6=a+5d
We are given two conditions:
-
Condition 1: a1+a3=10
Substitute the terms in terms of a and d:
a+(a+2d)=10
2a+2d=10
Divide by 2:
a+d=5... (Equation 1)
This equation relates the first term and the common difference.
-
Condition 2: The mean of these six numbers is 219
The sum of the six terms in A.P. is S6=26(2a+(6−1)d)=3(2a+5d)=6a+15d.
The mean is xˉ=6S6. We are given xˉ=219.
66a+15d=219
Multiply both sides by 6:
6a+15d=219×6
6a+15d=57
Divide by 3:
2a+5d=19... (Equation 2)
This equation provides another relationship between a and d.
Step 2: Solve for a and d
We now have a system of two linear equations:
- a+d=5
- 2a+5d=19
From Equation 1, express a in terms of d:
a=5−d... (Equation 3)
Substitute this expression for a into Equation 2:
2(5−d)+5d=19
10−2d+5d=19
10+3d=19
3d=19−10
3d=9
d=3
Now, substitute d=3 back into Equation 3 to find a:
a=5−3
a=2
So, the first term a=2 and the common difference d=3.
Step 3: Determine the A.P. terms
Using a=2 and d=3, the six numbers are:
a1=2
a2=2+3=5
a3=2+2(3)=8
a4=2+3(3)=11
a5=2+4(3)=14
a6=2+5(3)=17
The numbers are 2,5,8,11,14,17.
Step 4: Calculate the Variance (σ2)
We use the formula σ2=N∑xi2−(xˉ)2.
We know N=6 and xˉ=219.
First, calculate the sum of the squares of the numbers (∑xi2):
∑xi2=22+52+82+112+142+172
=4+25+64+121+196+289
=699
Now, substitute the values into the variance formula:
σ2=6699−(219)2
Simplify the terms:
σ2=2233−4361
To subtract, find a common denominator (4):
σ2=2×2233×2−4361
σ2=4466−4361
σ2=4466−361
σ2=4105
Alternatively, using the formula for variance of an AP:
σ2=12d2(N2−1)
With d=3 and N=6:
σ2=1232(62−1)=129(36−1)=129×35=43×35=4105.
Both methods confirm σ2=4105.
Step 5: Calculate 8σ2
The problem asks for the value of 8σ2.
8σ2=8×4105
8σ2=2×105
8σ2=210
3. Common Mistakes & Tips
- Arithmetic Errors: Be extremely careful with calculations, especially squaring numbers and adding them. Double-check your sums.
- Formula Application: Ensure you use the correct variance formula. For population variance, divide by N.
- System of Equations: Solving for a and d is crucial. Any error here will propagate through the entire problem.
- Alternative Variance Formula: Remember the shortcut formula for the variance of an A.P., σ2=12d2(N2−1), as it can save time and provide a quick check for your calculations.
4. Summary
We first established the terms of the A.P. using the given conditions, forming a system of linear equations to find the first term (a=2) and common difference (d=3). This allowed us to list the six numbers. Then, we calculated the sum of the squares of these numbers and used the variance formula σ2=N∑xi2−(xˉ)2 along with the given mean to find the variance. Finally, we multiplied the variance by 8 to get the required value. The calculated value for 8σ2 is 210.
5. Final Answer
The final answer is 210 which corresponds to option (B).