The first three elements of a number sequence are 1, 2, 3. ( As you can see, the middle number is one less than the product of its neighbors. This is true for the rest of the elements of this sequence. Now add the elements of the sequence up to a certain element. Could this sum be 2009? Could this sum be 2010?

2 answers

the sequence runs this way :
1 2 3 2 1 1 2 3 ..
it repeats!

the first loop is 1 2 3 2 1
the sum of that loop is 9
so as long as we add up to the end of a loop we have multiples of 9
If we add up 223 loops the sum is 2007
adding the next digit, which is a 1 would give up 2008, and if we add the next one after that, we would get 2010

So it is not possible for a sum of 2009, but we will reach 2010
THANK YOU! =)
Similar Questions
  1. How do you solve this algorithm problem?Suppose that you are given a sequence of n elements to sort. The input sequence consists
    1. answers icon 0 answers
    1. answers icon 1 answer
  2. Which phrase best describes a period on the periodic table?(1 point)Responses a row of elements a row of elements a column of
    1. answers icon 1 answer
  3. Find the number of elements in A1∪A2∪A3, supposing that there are103 elements in A1, 992 elements in A2, 10011 elements in
    1. answers icon 4 answers
more similar questions