Consider the following sequence:
0, 6, 24, 60, 120, 210
Which one of the following numbers will come next in the sequence ?
[amp_mcq option1=β240β³ option2=β290β³ option3=β336β³ option4=β504β³ correct=βoption3β³]
Letβs find the differences between consecutive terms:
6 β 0 = 6
24 β 6 = 18
60 β 24 = 36
120 β 60 = 60
210 β 120 = 90
Now, find the differences between these first differences (second differences):
18 β 6 = 12
36 β 18 = 18
60 β 36 = 24
90 β 60 = 30
Now, find the differences between these second differences (third differences):
18 β 12 = 6
24 β 18 = 6
30 β 24 = 6
Since the third differences are constant (6), the sequence is based on a cubic polynomial. A common pattern for such sequences is $n^3 β c \cdot n$ or similar. Letβs try $n^3 β n$:
For n=1: $1^3 β 1 = 1 β 1 = 0$ (Matches the first term)
For n=2: $2^3 β 2 = 8 β 2 = 6$ (Matches the second term)
For n=3: $3^3 β 3 = 27 β 3 = 24$ (Matches the third term)
For n=4: $4^3 β 4 = 64 β 4 = 60$ (Matches the fourth term)
For n=5: $5^3 β 5 = 125 β 5 = 120$ (Matches the fifth term)
For n=6: $6^3 β 6 = 216 β 6 = 210$ (Matches the sixth term)
The pattern is $a_n = n^3 β n$ for n = 1, 2, 3, β¦
The next number in the sequence will be the 7th term, for n=7.
$a_7 = 7^3 β 7 = 343 β 7 = 336$.
For n=1: 0 * 1 * 2 = 0
For n=2: 1 * 2 * 3 = 6
For n=3: 2 * 3 * 4 = 24
For n=4: 3 * 4 * 5 = 60
For n=5: 4 * 5 * 6 = 120
For n=6: 5 * 6 * 7 = 210
The next term for n=7 is: 6 * 7 * 8 = 336. This confirms the pattern.