Predicting What Comes Next: Sequences and Progressions | Exercise 8.2

Question 1

Find the 10th10^{\text{th}} and 26th26^{\text{th}} terms of the AP: 3,8,13,18,3, 8, 13, 18, \dots

Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution
Understand the Question
  • An Arithmetic Progression (AP) is a sequence of numbers where each term is obtained by adding a fixed number (the common difference, dd) to the preceding term.
  • For the given AP 3,8,13,18,3, 8, 13, 18, \dots, the first term is a=3a = 3 and the common difference is d=83=5d = 8 - 3 = 5.
  • The nthn^{\text{th}} term of an AP is given by the formula: tn=a+(n1)dt_n = a + (n - 1)d
  • We substitute n=10n = 10 and n=26n = 26 into the formula to find the respective terms.

Step 1 · Find First Term and Common Difference

Given AP: 3,8,13,18,3, 8, 13, 18, \dots

First term: a=3a = 3

Common difference: d=83=5d = 8 - 3 = 5Diagram 1

Step 2 · Calculate the 10th Term

Using the nthn^{\text{th}} term formula: tn=a+(n1)dt_n = a + (n - 1)d

Substitute a=3a = 3, d=5d = 5, and n=10n = 10:

t10=3+(101)×5=3+(9)×5=3+45=48\begin{aligned} t_{10} &= 3 + (10 - 1) \times 5 \\ &= 3 + (9) \times 5 \\ &= 3 + 45 \\ &= 48 \end{aligned}

Step 3 · Calculate the 26th Term

Substitute a=3a = 3, d=5d = 5, and n=26n = 26 into the formula:

t26=3+(261)×5=3+(25)×5=3+125=128\begin{aligned} t_{26} &= 3 + (26 - 1) \times 5 \\ &= 3 + (25) \times 5 \\ &= 3 + 125 \\ &= 128 \end{aligned}
Answer

The 10th10^{\text{th}} term is 4848 and the 26th26^{\text{th}} term is 128128.

Common Mistakes
  • Using nn Instead of (n1)(n-1): Writing the formula as tn=a+ndt_n = a + nd instead of tn=a+(n1)dt_n = a + (n - 1)d.
  • Sign of Common Difference: Subtracting in the wrong order (38=53 - 8 = -5) instead of (a2a1=83=5a_2 - a_1 = 8 - 3 = 5).
  • Order of Operations: Adding aa and (n1)(n-1) before multiplying by dd (e.g., calculating (3+9)×5(3 + 9) \times 5 instead of 3+(9×5)3 + (9 \times 5)).

More questions in Exercise 8.2

Q1

Find the 10th10^{\text{th}} and 26th26^{\text{th}} terms of the AP: 3,8,13,18,3, 8, 13, 18, \dots

Q2

Which term of the AP: 21,18,15,21, 18, 15, \dots is 81-81? Also, is 00 a term of this AP? Give reasons for your answer.

Q3

Find the nthn^{\text{th}} term of the AP: 11,8,5,2,11, 8, 5, 2, \dots. Write the recursive rule for this AP.

Q4

An AP consists of 50 terms in which the 3rd3^{\text{rd}} term is 12 and the last term is 106. Find the 29th29^{\text{th}} term.

(Hint: If aa is the first term and dd the common difference, then we arrive at the equations a+2d=12a + 2d = 12 and a+49d=106a + 49d = 106. Solve this pair of linear equations for aa and dd.)

Q5

How many 2-digit numbers are divisible by 3? What is the sum of all these 2-digit numbers?

Q6

Harish started work at an annual salary of ₹5,00,000 and received an increment of ₹20,000 each year. After how many years did his income reach ₹7,00,000?

Q7

A child arranges marbles in rows so that the first row has 1 marble, the second has 2 marbles, the third has 3, and so on up to 25 rows. How many marbles does the child use in all?

← Back to Predicting What Comes Next: Sequences and Progressions