Small Numbers With A Large LCM

Let 0 < a 1 < a 2 < < a 100 200 0 < a_1 < a_2 < \ldots < a_{100} \leq 200 be a set of 100 integers, such that the least common multiple of any two of them is strictly greater than 200. What is the smallest possible value of a 1 a_1 ?


The answer is 67.

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.

3 solutions

C Lim
Jan 21, 2014

We claim that the answer is 67. Indeed, let us first show that 67 is a viable solution. Construct the sequence of integers:

67 , 101 , 102 , 103 , , 134 ^ , , 200 67, 101, 102, 103, \ldots, \hat{134}, \ldots, 200

where the 'hat' symbol means 134 is missing. This sequence works since if we pick any two integers 101 m < n 200 101\le m < n\le 200 , then n n is not a multiple of m m so their LCM is at least 2 n > 200 2n > 200 . Also, if we pick 67 and another integer m m , then their LCM must be 67 m 67m since m m is not a multiple of 67.

On the other hand, let us show that the smallest integer must be at least 67. Indeed, we partition the set of integers 1 , 2 , , 200 1, 2, \ldots, 200 as a disjoint union of sets

A k : = { n : n = ( 2 k 1 ) 2 j and 1 n 200 } , A_k := \{ n : n=(2k-1)2^j \text{ and } 1 \le n \le 200\},

so that:

A 1 = { 1 , 2 , 4 , 8 , , 128 } , A 2 = { 3 , 6 , 12 , 24 , , 192 } , A 100 = { 199 } \begin{aligned} A_1 &= \{1, 2, 4, 8, \ldots, 128\}, \\ A_2 &= \{3, 6, 12, 24, \ldots, 192\}, \\ &\ldots \\ A_{100} &= \{199\}\end{aligned}

Since the LCM of any two a i a_i 's exceeds 200, no a i a_i is a multiple of another a j a_j . This means, in particular, that we can only have at most one element of the sequence from each A k A_k . But there are exactly 100 elements! So we have to pick one from each A k A_k , i.e. the sequence comprises of a k = ( 2 k 1 ) 2 j k a_k = (2k-1)2^{j_k} , albeit in a non-sorted order. Now, consider the two elements:

a k = ( 2 k 1 ) 2 j k , a 3 k 1 = 3 ( 2 k 1 ) 2 j 3 k 1 . a_k = (2k-1)2^{j_k}, \quad a_{3k-1} = 3(2k-1) 2^{j_{3k-1}}.

If j k j 3 k 1 j_k \le j_{3k-1} then a 3 k 1 a_{3k-1} is a multiple of a k a_k , which is a contradiction. Hence j k > j 3 k 1 j_k > j_{3k-1} , and the LCM of a k a_k and a 3 k 1 a_{3k-1} is 3 ( 2 k 1 ) 2 j k 3(2k-1) 2^{j_k} . Since this must be at least 201, we have:

a k = ( 2 k 1 ) 2 j k 201 3 = 67. a_k = (2k-1)2^{j_k} \ge \frac{201}3 = 67.

Another way of looking at the solution. You have the optimal set of 100 numbers {101,102,103,....200}. If you want to add a number smaller than 101, then you must throw out its multiples from the set. For example, you can add 97 and then throw out 184; or, you can add 89 and throw out 178. The numbers that you can add to the set can logically be only a prime number. This way, the least prime number that you can add becomes 67; you remove out 134 from the set. The next small number is 61, but that would require you to remove two nos from the set 132 and 183 - this reduces the set. So, the answer is 67. Anyway, good problem!

Sujit Hemachandran - 7 years, 4 months ago

Log in to reply

That is exactly how I solved it :)

Shenal Kotuwewatta - 7 years, 3 months ago

First, I included all the numbers from 101 to 200. No two of these numbers will have an LCM less than or equal to 200.

Now, we already have 100 numbers. But, we are looking for the smallest possible number. If, we include a number less than 101, we have to exclude the multiples of that number from our existing set, to keep the constraint under check.

Also, we have to take 100 numbers. So, if we include a number, we must take that number such that there is just one multiple of it in the existing set.

Let us say, we take 'a'.

'a' is the 1st multiple of 'a'

'2a' is the 2nd multiple of 'a'

So, we must include an 'a' such that only 2 × a 2 \times a gets excluded, not 3 × a 3 \times a

In, other words, 3 × a 3 \times a > 200 or, a > 66.66

The minimum value satisfying = 67 \boxed{67}

Easy to understand Thanks for the answer

Bijay Shah - 3 years, 4 months ago
Jade Mijares
Mar 17, 2015

I just assumed that the possible least common multiple above 200 is 201 and I thought that smaller divisors produces larger quotients. Then I came up with 3, so i divide 201 with 3 and I got 67.

(just guessed)

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...