Predicting What Comes Next: Sequences and Progressions | Exercise 8.2

Question 4

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.)

Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution
Understand the Question
  • The nthn^{\text{th}} term of an arithmetic progression (AP) is given by the formula: an=a+(n1)da_n = a + (n - 1)d where aa is the first term and dd is the common difference.
  • Given:
    • Total number of terms =50= 50
    • 3rd3^{\text{rd}} term: a3=12a_3 = 12
    • Last term (50th50^{\text{th}} term): a50=106a_{50} = 106
  • We form a system of two linear equations in aa and dd, solve for both, and then evaluate the 29th29^{\text{th}} term (a29a_{29}).

Step 1 · Find the First Term aa and Common Difference dd

Diagram 1

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

For the 3rd3^{\text{rd}} term (a3=12a_3 = 12):

a+(31)d=12a+2d=12(1)\begin{aligned} a + (3-1)d &= 12 \\ a + 2d &= 12 \quad \dots (1) \end{aligned}

For the 50th50^{\text{th}} term (a50=106a_{50} = 106):

a+(501)d=106a+49d=106(2)\begin{aligned} a + (50-1)d &= 106 \\ a + 49d &= 106 \quad \dots (2) \end{aligned}

Subtracting equation (1) from equation (2):

(a+49d)(a+2d)=1061247d=94d=2\begin{aligned} (a + 49d) - (a + 2d) &= 106 - 12 \\ 47d &= 94 \\ d &= 2 \end{aligned}

Substituting d=2d = 2 into equation (1):

a+2(2)=12a+4=12a=124a=8\begin{aligned} a + 2(2) &= 12 \\ a + 4 &= 12 \\ a &= 12 - 4 \\ a &= 8 \end{aligned}

Step 2 · Calculate the 29th29^{\text{th}} Term

Using an=a+(n1)da_n = a + (n-1)d with a=8a = 8, d=2d = 2, and n=29n = 29:

a29=a+(291)da29=8+(28)(2)a29=8+56a29=64\begin{aligned} a_{29} &= a + (29-1)d \\ a_{29} &= 8 + (28)(2) \\ a_{29} &= 8 + 56 \\ a_{29} &= 64 \end{aligned}
Answer

64

Common Mistakes
  • Index error: Writing a50=a+50da_{50} = a + 50d instead of a+(501)d=a+49da + (50-1)d = a + 49d.
  • Sign errors during elimination: Subtracting the equations incorrectly (e.g. subtracting terms with wrong signs).
  • Incorrect substitution: Substituting d=2d = 2 but forgetting to multiply by 22 in a+2d=12a + 2d = 12.

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