Number Theory #2

N N is a positive integer that satisfies the following:

1 1 ) a < b < c a < b < c where a , b , c a,b,c are positive integers,

2 2 ) a b a|b , b c b|c ,

3 3 ) N = a + b + c N=a+b+c .

Find the sum of all possible values of N N that cannot satisfy the above conditions.


The answer is 65.

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

We consider a few cases.

Case 1 : odd numbers

We let a = 1 a = 1 , b = 2 b = 2 and c = N 3 c = N - 3 . Since N is odd, b c b | c

Also, since c > b c > b , N 7 N \ge 7

Case 2a: even powers of 2

We let a = 1 a = 1 , b = 3 b = 3 and c = N 4 c = N - 4 . Since N is an even power of 2, N 1 ( m o d 3 ) N \equiv 1 (mod\quad 3) thus b c b | c

However, since c > b c > b , N 16 N \ge 16 as N is a even power

Case 2b: odd powers of 2

We just take the values in Case 2a and multiply all of them by 2 to obtain the values in Case 2b. Thus, we have N 32 N \ge 32

a = 2 a = 2 , b = 6 b = 6 and c = N 8 c = N - 8

Case 2c: all the other even numbers

We consider the largest odd factor of N. If it is at least 7, we are done as we just multiply the values in Case 1 by a suitable power of 2.

Now, we are only left with numbers of the form 3 × 2 k 3 \times { 2 }^{ k } and 5 × 2 k 5 \times { 2 }^{ k } , as well as the smaller powers of 2.

For k 4 k \ge 4 , we can use Case 2a or 2b and multiply by 3 or 5 to obtain the desired result.

Finding the answer

We now only need to manually verify if the remaining numbers (1, 2, 3, 4, 5, 6, 8, 10, 12, 20 and 24) are possible values.

Clearly, anything less than 7 is impossible as 7 is the minimum possible value of N.

10 = 1 + 3 + 6 10 = 1 + 3 + 6

20 = 2 + 6 + 12 20 = 2 + 6 + 12

This gives us gives us 1 + 2 + 3 + 4 + 5 + 6 + 8 + 12 + 24 = 65 1 + 2 + 3 + 4 + 5 + 6 + 8 + 12 + 24 = \boxed { 65 } as our answer.

That's awesome! Great job!

Victor Loh - 6 years, 11 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...