\[\begin{array}{|c|c|c|c|c|} \hline & a & d & n & a_n \\ \hline \text{i.} & 7 & 3 & 8 & \color{red}{\underline{28}} \\ \hline \text{ii.} & -18 & \color{red}{\underline{2}} & 10 & 0 \\ \hline \text{iii.} & \color{red}{\underline{46}} & -3 & 18 & -5 \\ \hline \text{iv.} & -18.9 & 2.5 & \color{red}{\underline{10}} & 3.6 \\ \hline \text{v.} & 3.5 & 0 & 105 & \color{red}{\underline{3.5}} \\ \hline \end{array} \]
Concept Used
An Arithmetic Progression (AP) is a sequence in which the difference between consecutive terms is constant.
nth Term Formula:
\[ a_n = a + (n - 1)d \]
Where:
• \(a\) = first term
• \(d\) = common difference
• \(n\) = term number
• \(a_n\) = nth term
Solution Roadmap
Step 1: Identify known values (a, d, n, an)
Step 2: Use formula \(a_n = a + (n-1)d\)
Step 3: Substitute values carefully
Step 4: Solve algebraically step-by-step
Step 5: Verify final value
Solution (i)
\[ \begin{aligned} a &= 7,\quad d = 3,\quad n = 8\\ a_n &= a + (n-1)d\\ &= 7 + (8-1)\times 3\\ &= 7 + 7\times 3\\ &= 7 + 21\\ &= 28 \end{aligned} \]
Solution (ii)
\[ \begin{aligned} a &= -18,\quad n = 10,\quad a_n = 0\\ a_n &= a + (n-1)d\\ 0 &= -18 + (10-1)d\\ 0 &= -18 + 9d\\ 9d &= 18\\ d &= \frac{18}{9}\\ d &= 2 \end{aligned} \]
Solution (iii)
\[ \begin{aligned} d &= -3,\quad n = 18,\quad a_n = -5\ a_n &= a + (n-1)d\\ -5 &= a + (18-1)(-3)\\ -5 &= a + 17(-3)\\ -5 &= a - 51\\ a &= -5 + 51\\ a &= 46 \end{aligned} \]
Solution (iv)
\[ \begin{aligned} a &= -18.9,\quad d = 2.5,\quad a_n = 3.6\\\ a_n &= a + (n-1)d\\\ 3.6 &= -18.9 + (n-1)\times 2.5\\\ 3.6 + 18.9 &= (n-1)\times 2.5\\\ 22.5 &= (n-1)\times 2.5\\\ n-1 &= \frac{22.5}{2.5}\\\ n-1 &= 9\\\ n &= 10 \end{aligned} \]
Solution (v)
\[ \begin{aligned} a &= 3.5,\quad d = 0,\quad n = 105\\\ a_n &= a + (n-1)d\\\ &= 3.5 + (105-1)\times 0\\\ &= 3.5 + 104 \times 0\\\ &= 3.5 + 0\\\ &= 3.5 \end{aligned} \]
Exam Significance
This question directly tests your command over the nth term formula of AP.
In CBSE Board Exams:
• 1–2 mark direct formula-based questions are very common
• Mistakes usually occur in handling (n−1)
In Competitive Exams (JEE Foundation, NDA, Olympiads):
• Forms base for sequence modelling
• Used in coding patterns and progression logic
• Critical for solving higher-order AP problems