Q1.
Exercise: Using the explicit rule un = 2n – 1, find the 53rd term, the 108th term, and the 1170th term of the odd number sequence.
Answer
Substitute the position straight into the rule.
u53 = 2 × 53 – 1 = 106 – 1 = 105
u108 = 2 × 108 – 1 = 216 – 1 = 215
u1170 = 2 × 1170 – 1 = 2340 – 1 = 2339
u108 = 2 × 108 – 1 = 216 – 1 = 215
u1170 = 2 × 1170 – 1 = 2340 – 1 = 2339
Why it happens: the odd numbers are the even numbers shifted down by one. The nth even number is 2n, so the nth odd number is 2n – 1. Nothing here depends on knowing the earlier terms — this is exactly the advantage of an explicit rule, and it is why the 1170th term costs no more work than the 53rd.
Check it yourself: 105, 215 and 2339 are all odd, and each is one less than an even number that is twice its position.