joseph.k.lee10 Wrote:a1, a2..., an
In the sequence shown, an=an-1+ k, where n is greater or equal to 2 and less than equal to 15 and k is a nonzero constant. How many of the terms in the sequence are greater than 10?
1.) a1=24
2.) a8=10
Can someone please explain how statement 2 alone is sufficient? Thanks.
first of all, you have to consider that the "k" could be both positive and negative.
and then list the formula in both positive sequence and negative sequence.
if k is "positve": a9=a8+k, a8=10, a9=10+k, the following sequence must be greater than 10 until n=15 (thus, n=9,10,11,12,13,14,15. notice that n cannot be 8, because a8=10 is "not" greater than 10.)
if k is "negative": a8=a7+k, 10=a7+k (because k is negative, the sequence of "an" must be no less than 10 until "n=2", a8, a7,a6,a5,a4,a3,a2)
above, we can determine that there are "7" terms no matter k is positve or negative.