Predicting What Comes Next: Sequences and Progressions | EOT

Question 1

Find the 31st31^{\text{st}} term of an AP whose 11th11^{\text{th}} term is 38 and 16th16^{\text{th}} term is 73.

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.
  • We are given two terms: the 11th11^{\text{th}} term (a11=38a_{11} = 38) and the 16th16^{\text{th}} term (a16=73a_{16} = 73).
  • We can set up a system of two linear equations in terms of aa and dd, solve for both variables, and then calculate the 31st31^{\text{st}} term (a31=a+30da_{31} = a + 30d).

Step 1 · Set up equations for given terms

The general term of an AP is an=a+(n1)da_n = a + (n - 1)d

For the 11th11^{\text{th}} term:

a11=a+(111)d38=a+10d(1)\begin{aligned} a_{11} &= a + (11 - 1)d \\ 38 &= a + 10d \quad \dots (1) \end{aligned}

For the 16th16^{\text{th}} term:

a16=a+(161)d73=a+15d(2)\begin{aligned} a_{16} &= a + (16 - 1)d \\ 73 &= a + 15d \quad \dots (2) \end{aligned}

Step 2 · Find the common difference and first term

Subtract equation (1) from equation (2):

(a+15d)(a+10d)=73385d=35d=355d=7\begin{aligned} (a + 15d) - (a + 10d) &= 73 - 38 \\ 5d &= 35 \\ d &= \dfrac{35}{5} \\ d &= 7 \end{aligned}

Substitute d=7d = 7 into equation (1):

a+10(7)=38a+70=38a=3870a=32\begin{aligned} a + 10(7) &= 38 \\ a + 70 &= 38 \\ a &= 38 - 70 \\ a &= -32 \end{aligned}

Step 3 · Calculate the 31st term

Using a=32a = -32 and d=7d = 7 in the formula for a31a_{31}:

a31=a+(311)d=a+30d=32+30(7)=32+210=178\begin{aligned} a_{31} &= a + (31 - 1)d \\ &= a + 30d \\ &= -32 + 30(7) \\ &= -32 + 210 \\ &= 178 \end{aligned}
Answer

178178

Common Mistakes
  • Formula index error: Using an=a+nda_n = a + nd instead of an=a+(n1)da_n = a + (n - 1)d, which incorrectly yields a+11da + 11d for a11a_{11} instead of a+10da + 10d.
  • Sign error in subtraction: Making a sign mistake when calculating a=3870a = 38 - 70, resulting in +32+32 instead of 32-32.

More questions in EOT

Q1

Find the 31st31^{\text{st}} term of an AP whose 11th11^{\text{th}} term is 38 and 16th16^{\text{th}} term is 73.

Q2

Determine the AP whose third term is 16 and whose 7th7^{\text{th}} term exceeds the 5th5^{\text{th}} term by 12.

Q3

How many three-digit numbers are divisible by 77? (Hint: All three-digit numbers divisible by 77 form an AP. Find the smallest and largest such three-digit numbers.)

Q4

How many multiples of 4 lie between 10 and 250? (Hint: All multiples of 4 form an AP. Find the smallest and largest multiples of 4 between 10 and 250.)

Q5

Find a GP for which the sum of the first two terms is 4-4 and the fifth term is 4 times the third term.

Q6

Find all possible ways of expressing 100100 as the sum of consecutive natural numbers.

Q7

The number of bacteria in a certain culture doubles every hour. If there were 30 bacteria present in the culture originally, how many bacteria will be present at the end of the 2nd2^{\text{nd}} hour, 4th4^{\text{th}} hour and nthn^{\text{th}} hour?

Q8

The sum of the 4th4^{\text{th}} and 8th8^{\text{th}} terms of an AP is 24 and the sum of the 6th6^{\text{th}} and 10th10^{\text{th}} terms is 44. Find the first three terms of the AP.

Q9

Find the smallest value of nn such that the sum of the first nn natural numbers is greater than 1,000.

Q10

Which term of the GP: 2,8,32,2, 8, 32, \dots is 131072131072? Write the explicit formula as well as the recursive formula for the nthn^{\text{th}} term.

Q11

The sum of the first three terms of a GP is 1312\dfrac{13}{12} and their product is 1-1. Find the common ratio and the terms.

Q12

If the 4th4^{\text{th}}, 10th10^{\text{th}} and 16th16^{\text{th}} terms of a GP are xx, yy and zz respectively, prove that x,y,zx, y, z are in GP.

Q13

The sum of the first three terms of a geometric progression is 26, and the sum of their squares is 364. Find the terms of the GP.

Q14

Suppose P1=1P_1 = 1, P2=2P_2 = 2 and for n>2n > 2, Pn=P1+P2++Pn1+1P_n = P_1 + P_2 + \dots + P_{n-1} + 1. Find the values of P1,P2,,P8P_1, P_2, \dots, P_8. Can you find a simpler recursive formula for PnP_n? Can you give an explicit formula?

Q15

Suppose W1=1W_1 = 1, W2=2W_2 = 2 and for n>2n > 2, Wn=W1+W2++Wn2+2W_n = W_1 + W_2 + \dots + W_{n-2} + 2. Find the values of W1,W2,,W8W_1, W_2, \dots, W_8. Do you recognise this sequence?

← Back to Predicting What Comes Next: Sequences and Progressions