So Many Possibilities!

Let S 1 = [ 1 , 2 , 3 ] S_{1}=[1,2,3] . For any S n = [ a , b , c ] S_{n}=[a,b,c] , define S n + 1 = [ b + c , b , c ] S_{n+1}=[b+c,b,c] , that is, exactly one element from S n S_{n} is replaced with the sum of the other two elements. For how many values of n n does S n = [ 1234 , 2345 , 3456 ] S_{n}=[1234,2345,3456] ?

For example, if S 133 = [ 1234 , 2345 , 3456 ] S_{133}=[1234,2345,3456] and S 583 = [ 1234 , 2345 , 3456 ] S_{583}=[1234,2345,3456] , there would be two values of n n that would contain the set [ 1234 , 2345 , 3456 ] [1234,2345,3456] , and your answer would be 2.


The answer is 0.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Linus Setiabrata
Aug 27, 2014

Note that S 1 S_{1} has two odd numbers (1 and 3) and one even number (2). We then have two cases:

Case 1.

We replace the even number with the sum of the other two odd numbers.

Then, the replacement number would stay even.

Case 2.

We replace one of the odd numbers with the sum of the other two numbers.

Then, the replacement would be the sum of an even and odd number, which yields an odd number.

Therefore, no matter what numbers we replace, we'll always have two odd numbers and one even number.

It is easy to see that the set [ 1234 , 2345 , 3456 ] [1234,2345,3456] has two even numbers, so it is impossible to obtain.

Hence, the number of possible values for n n that would satisfy S n = [ 1234 , 2345 , 3456 ] S_{n}=[1234,2345,3456] is 0 \boxed{0}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...