Carcass wrote:
The sequence of positive numbers \(S_1, S_2, S_3 … S_n …\) is defined by \(S_n = S_{n−1} + 5\) for \(n ≥ 2\). If \(S_1 = 7\), then which of the following is an expression for the nth term in the sequence?
A.5n − 5
B. 5n − 2
C. 5n
D. 5n + 2
E. 5n + 7
Kudos for the right answer and explanation
The sequence formula, \(S_n = S_{n−1} + 5\), tells us that each term is
5 greater than the term before it
Let's examine some terms of the sequence....
Given: \(S_1 = 7\)
So, \(S_2 = S_1 + 5 = 7 + 5\)
\(S_3 = S_2 + 5 = (7 + 5) + 5 = 7 + 5 + 5\)
\(S_4 = 7 + 5 + 5 + 5\)
\(S_5 = 7 + 5 + 5 + 5 + 5\)
\(S_6 = 7 + 5 + 5 + 5 + 5 + 5\)
\(S_7 = 7 + 5 + 5 + 5 + 5 + 5 + 5\)
Notice that the 5th term has FOUR 5's in its sum.
The 6th term has FIVE 5's in its sum.
The 7th term has SIX 5's in its sum.
We can now generalize to say that: \(S_n = 7 + (5 + 5 + 5 + ....+5 + 5)\)
Given the pattern above, we know that there must be (n - 1) 5's in the sum.
So we can write: \(S_n = 7 + (n - 1)(5)\)
Check the answer choices..... this option does not appear.
So looks like we need to rewrite the expression.
When we expand, we get: \(S_n = 7 + 5n - 5\)
Simplify to get: \(S_n = 5n + 2\)
Answer: D
Cheers,
Brent