Exercise 1
Find the and terms of the AP: , , , , ....
Not cross-checked
This solution has not been cross-checked against the answer printed in NCERT.
\(\displaystyle n^{\text{th}}\) term of an AP.First check that this really is an AP by looking at consecutive differences:
\[8 - 3 = 5, \qquad 13 - 8 = 5, \qquad 18 - 13 = 5.\]
The difference is the same every time, so it is an AP with first term \(\displaystyle a = 3\) and common difference \(\displaystyle d = 5\).To reach the \(\displaystyle n^{\text{th}}\) term from the first, you take \(\displaystyle (n-1)\) steps of size \(\displaystyle d\) — not \(\displaystyle n\) steps, because the first term is already there before any step is taken. That gives the standard rule
\[t_{n} = a + (n-1)d = 3 + (n-1)\times 5 = 5n - 2.\]The \(\displaystyle 10^{\text{th}}\) term:
\[t_{10} = 3 + (10 - 1)\times 5 = 3 + 45 = 48.\]The \(\displaystyle 26^{\text{th}}\) term:
\[t_{26} = 3 + (26 - 1)\times 5 = 3 + 125 = 128.\]Check with the short rule. \(\displaystyle 5(10) - 2 = 48\) and \(\displaystyle 5(26) - 2 = 128\). ✓ Also \(\displaystyle 5(1) - 2 = 3\) and \(\displaystyle 5(4) - 2 = 18\), matching the first and fourth listed terms.Answer. \(\displaystyle t_{10} = 48\) and \(\displaystyle t_{26} = 128\).