Answer
For n ≥ 5, let
an be the number of books Mo reads when he's n years old. We're told
a5 = 4
to start off, and that to get from one number to the next we need to multiply by 2 and then add 3.
This means for n > 5,
an + 1 = 2an + 3.
(a) Take a5, multiply by 2, then add 3:
a6 = 2a5 + 3
= 2(4) + 3
= 11.
Mo reads 11 books when he's 6 years old.
(b) When Mo is seven he reads
a7 = 2(11) + 3 = 25 books.
When he's eight he reads
a8 = 2(25) + 3 = 53 books.
(c) Since we're asked to give a formula for the number of books Mo reads when he's 5 + i years old, we'll write a6 as a5 + 1,
a7 as a5 + 2, and so on.
Following the hint, look at how we got the answers to (a) and (b) without simplifying so much.
The first one was simple:
a5 + 1 = 2(4) + 3
Instead of simplifying, put this answer straight into the equation for a7 = a5 + 2:
a5 + 2 = 2a5 + 1 + 3
= 2(2(4) + 3) + 3
= 22(4) + 2 × 3 + 3
Now we can put the non-simplified expression
a5 + 2 = 22(4) + 2 × 3 + 3
into the equation for a5 + 3:
a5 + 3 = 2a5 + 2 + 3
= 2(22(4) + 2 × 3 + 3) + 3
= 23(4) + 22 × 3 + 2 × 3 + 3
Writing all our expressions next to each other, we have
a5 + 0 = 4
a5 + 1 = 2(4) + 3
a5 + 2 = 22(4) + 2 × 3 + 3
a5 + 3 = 23(4) + 22 × 3 + 2 × 3 + 3
We can generalize to get an expression for a5 + i:
a5 + i = 2i(4) + 2i – 1 × 3 + 2i – 2 × 3 + ... 2 × 3 + 3
This expression has 2 parts. The first part is 4 multiplied by a power of 2. The second part is itself a series. Writing the series in summation notation, we can rewrite the expression as
Don't be confused by the use of j in the summation. We need some letter for the index of summation, and n and i have already been used in this problem.
(d) We want to find
a15 = a5 + 10.
Using the formula from (c),
The second piece of the expression is a geometric series with first term
a = 20 × 3 = 3
and ratio 2. There are 10 terms from j = 0 to j = 9, so take n = 10. This partial sum is
Adding up the pieces of the expression,
a15 = 4096 + 3069 = 7165.
Check the answer by direct computation. We left off before at a8 = 53, so
a9 = 2(53) + 3 = 109
a10 = 2(109) + 3 = 221
a11 = 2(221) + 3 = 445
a12 = 2(445) + 3 = 893
a13 = 2(893) + 3 = 1789
a14 = 2(1789) + 3 = 3581
a15 = 2(3581) + 3 = 7165
Thankfully, this answer agrees with what we got using the formula. We conclude that Mo reads an absolutely ludicrous number of books the year he's 15: 7165 books.