Solveeit Logo

Question

Mathematics Question on Sum of First n Terms of an AP

Let SnS_n denote the sum of the first nn terms of an arithmetic progression. If S20=790S_{20} = 790 and S10=145S_{10} = 145, then S15S5S_{15} - S_5 is:

A

390

B

395

C

405

D

410

Answer

395

Explanation

Solution

The sum of the first nn terms in an arithmetic progression (AP) is given by: Sn=n2[2a+(n1)d]S_n = \frac{n}{2} [2a + (n - 1)d] where aa is the first term and dd is the common difference.

  • Using S20=790S_{20} = 790: S20=202[2a+19d]=790S_{20} = \frac{20}{2} [2a + 19d] = 790 Simplifying, we get: 10[2a+19d]=7902a+19d=79(Equation 1)10[2a + 19d] = 790 \Rightarrow 2a + 19d = 79 \quad \text{(Equation 1)}
  • Using S10=145S_{10} = 145: S10=102[2a+9d]=145S_{10} = \frac{10}{2} [2a + 9d] = 145 Simplifying, we get: 5[2a+9d]=1452a+9d=29(Equation 2)5[2a + 9d] = 145 \Rightarrow 2a +9d = 29 \quad \text{(Equation 2)}
  • Solving for aa and dd: Subtract Equation 2 from Equation 1: (2a+19d)(2a+9d)=7929(2a + 19d) - (2a + 9d) = 79 - 29 10d=50d=510d = 50\Rightarrow d = 5 Substitute d=5d = 5 back into Equation 2: 2a+9×5=292a + 9 \times 5 = 29 2a+45=292a=16a=82a + 45 = 29 \Rightarrow 2a = -16\Rightarrow a = -8
  • Calculating S15S_{15} and S5S_{5}:

Finding S15S5S_{15} - S_{5}: S15S5=40510=395S_{15} - S_{5} = 405 - 10 = 395

Final Answer: (2) 395