- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
The $m^{th}$ term of an arithmetic progression is $x$ and the $n^{th}$ term is $y$. Then find the sum of the first $( m+n)$ terms.
Given: The $m^{th}$ term of an arithmetic progression is $x$ and the $n^{th}$ term is $y$.
To do: To find the sum of the first $( m+n)$ terms.
Solution:
$a+( m-1)d=x$
$a+( n-1)d=y$
$x-y=[a+( m-1)d]-[a+( n-1)d]$
$x-y=( m-n)d$
$\therefore d=\frac{x-y}{m-n}$
$S_n=\frac{n}{2}[2a+( n-1)d]$
$S_{m+n}=\frac{m+n}{2}[2a+( m+n-1)d]$
$=\frac{m+n}{2}[2a+( m+n-2)d+d]$
$=\frac{m+n}{2}[a+( m-1)d+a+( n-1)d+d]$
$=\frac{m+n}{2}[a+b+d]$
$\therefore S_n=\frac{m+n}{2}[a+b+\frac{x-y}{m-n}]$
- Related Articles
- In an arithmetic progression, if the $k^{th}$ term is $5k+1$, then find the sum of first $100$ terms.
- If eight times the $8^{th}$ term of an arithmetic progression is equal to seventeen times the $7^{th}$ term of the progression, find the $15^{th}$ term of the progression.
- The $14^{th}$ term of an A.P. is twice its $8^{th}$ term. If its $6^{th}$ term is $-8$, then find the sum of its first $20$ terms.
- If an A.P. consists of $n$ terms with first term $a$ and $n$th term $l$ show that the sum of the $m$th term from the beginning and the $m$th term from the end is $(a + l)$
- If $m$ times the $m^{th}$ term of an AP is equal to $n$ times its $n^{th}$ term. find the $( m+n)^{th}$ term of the AP.
- If the sum of the first $n$ terms of an AP is $\frac{1}{2}(3n^2+7n)$ then find its $n^{th}$ term. Hence, find its $20^{th}$ term.
- If $(m + 1)$th term of an A.P. is twice the $(n + 1)$th term, prove that $(3m + 1)$th term is twice the $(m + n + 1)$th term.
- The sum of first $q$ terms of an A.P. is $63q – 3q^2$. If its $p$th term is $-60$, find the value of $p$, Also, find the 11th term of this A.P.
- If the 10th term of an A.P. is 21 and the sum of its first ten terms is 120, find its $n$th term.
- If the $10^{th}$ term of an A.P is $\frac{1}{20}$ and its $20^{th}$ term is $\frac{1}{10}$, then find the sum of its first $200$ terms.
- The sum of first $m$ terms of an A.P. is $4m^2 – m$. If its $n$th term is 107, find the value of $n$. Also, find the 21st term of this A.P.
- If the $n^{th}$ term of an AP is $\frac{3+n}{4}$, then find its $8^{th}$ term.
- 12th term of an \( \mathrm{AP} \) is 4 and its 20th term is \( -20 \). Find the \( n \) th term of that \( A P \).
- If the sum of the first $n$ terms of an A.P. is $4n – n^2$, what is the first term? What is the sum of first two terms? What is the second term? Similarly, find the third, the tenth and the $n$th terms.
- C Program for N-th term of Arithmetic Progression series

Advertisements