If each number of a sequence is 4 more than the previous number, and the third number in the sequence is 13, what is the 114th number in the sequence?
3rd number in the sequence is 13 and we the know the quantity by which each iteration increases (i.e by 4 : 4 more than the previous number)
If 3rd value is 13
2nd value is 13-4 = 9
1st value is 9-4 = 5
If you notice, value in the sequence increases by a fixed amount (a case of Arithmetic Progression)
tn = nth element in the sequence
a = starting or 1st element in the sequence
d = common difference between two consecutive values
n = total number of elements in the sequence
The formula to find any "nth" element using Arithmetic Progression is as follows -
tn = a + (n-1)*d
tn = we need to find the 114th value ; so tn = t114
a = starting or first element in sequence = 5 (derived above)
d = common difference = 4 (given)
n = total number of elements in the sequence = 114 (given)
t114 = 5 + (114-1)*4
t114 = 5 + (113)*4
t114 = 5 + 452
t114 = 457