the nth term of a sequence is log(n +3) to base 2. what is the difference between the 13th term and the first term?

2 answers

term(n) = log2(n+3)

term(13) = log2(16)
term(1) = log2(4)

difference = log216 - log24
= log2(16/4)
= log2 4
= 2
That's not my question