Question:

Let the sum of the first n terms of an A.P. be $3n^2 + 5n$. Then the sum of squares of the first 10 terms of the A.P. is:

Updated On: Apr 12, 2026
  • 10220
  • 12860
  • 15220
  • 19780
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Step 1: Understanding the Question:
We are given the formula for the sum of the first $n$ terms ($S_n$) of an Arithmetic Progression (A.P.).
We need to find the sum of the squares of the first 10 terms of this A.P., which is $\sum_{k=1}^{10} a_k^2$.
Step 2: Key Formula or Approach:
1. Find the $n$-th term ($a_n$) of the A.P. using the formula $a_n = S_n - S_{n-1}$ for $n \ge 2$, and $a_1 = S_1$.
2. Once we have the formula for $a_n$, we need to calculate $\sum_{k=1}^{10} a_k^2$.
3. We will use the standard summation formulas:
$\sum_{k=1}^{n} k = \frac{n(n+1)}{2}$
$\sum_{k=1}^{n} k^2 = \frac{n(n+1)(2n+1)}{6}$
$\sum_{k=1}^{n} c = cn$
Step 3: Detailed Explanation:
Given the sum of the first $n$ terms is $S_n = 3n^2 + 5n$.
First, let's find the $n$-th term, $a_n$.
For $n=1$, $a_1 = S_1 = 3(1)^2 + 5(1) = 8$.
For $n \ge 2$, the $n$-th term is given by:
\[ a_n = S_n - S_{n-1} \] \[ a_n = (3n^2 + 5n) - [3(n-1)^2 + 5(n-1)] \] \[ a_n = (3n^2 + 5n) - [3(n^2 - 2n + 1) + 5n - 5] \] \[ a_n = (3n^2 + 5n) - [3n^2 - 6n + 3 + 5n - 5] \] \[ a_n = (3n^2 + 5n) - (3n^2 - n - 2) \] \[ a_n = 3n^2 + 5n - 3n^2 + n + 2 \] \[ a_n = 6n + 2 \] Let's check if this formula works for $n=1$: $a_1 = 6(1) + 2 = 8$, which matches $S_1$. So the formula is valid for all $n \ge 1$.
Now, we need to find the sum of the squares of the first 10 terms:
\[ \sum_{k=1}^{10} a_k^2 = \sum_{k=1}^{10} (6k + 2)^2 \] Expand the term $(6k+2)^2$:
\[ (6k+2)^2 = 36k^2 + 24k + 4 \] So the sum becomes:
\[ \sum_{k=1}^{10} (36k^2 + 24k + 4) = 36\sum_{k=1}^{10} k^2 + 24\sum_{k=1}^{10} k + \sum_{k=1}^{10} 4 \] Now we use the summation formulas with $n=10$:
\[ \sum_{k=1}^{10} k = \frac{10(10+1)}{2} = \frac{10 \times 11}{2} = 55 \] \[ \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 \] \[ \sum_{k=1}^{10} 4 = 10 \times 4 = 40 \] Substitute these values back into the expression for the sum:
\[ \text{Sum} = 36(385) + 24(55) + 40 \] \[ \text{Sum} = 13860 + 1320 + 40 \] \[ \text{Sum} = 15220 \] Step 4: Final Answer:
The sum of squares of the first 10 terms of the A.P. is 15220.
Was this answer helpful?
0
0