Fun of LCM

The lowest common multiple of 5 positive integers is 194040.

Find the minimum possible sum of these 5 numbers.


Bonus: Solve this problem if we are given 4 or 6 positive integers, instead of 5.


Inspiration .


The answer is 82.

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

Kushal Bose
Jan 23, 2017

The l.c.m. can be expressed as 194040 = 2 3 . 3 2 . 5. 7 2 . 11 194040=2^3.3^2.5.7^2.11

The sum will be minimum if these five integers will be co-prime to each others.If any two of them share a common factor then sum will be increased.So, to attain minimum sum they must be co-prime to each other.

So, the numbers will be for minimum 2 3 , 3 2 , 5 , 7 2 , 11 = 8 , 9 , 5 , 49 , 11 2^3,3^2,5,7^2,11=8,9,5,49,11 .

Therefore , minimum sum is 8 + 9 + 5 + 49 + 11 = 82 8+9+5+49+11=82

Whilst doing this one, I also thought about the problem "What is the lowest sum of 5 integers whose product is 194040?". I reckon this is done by selecting 5 numbers which are as close as possible to 194040^0.2 which is about 11.4. My selection is 14,14,11,10,9 which has sum 58.

Ed Sirett - 4 years, 4 months ago

Log in to reply

U can give this as a separeate problem

Kushal Bose - 4 years, 4 months ago

For the 4-number scenario I believe the answer would be 9 + 11 + 40 + 49 = 109 9 + 11 + 40 + 49 = 109 .

For the 6-number scenario we would just add 1 1 to the 5-number result.

Brian Charlesworth - 4 years, 4 months ago

Log in to reply

Can u please prepare a algorithm on that.I am talking about this l.c.m. is consists of 5 primes with raised to some powers.So, for 5 integers we have to select this individual primes for minimum .What about all numbers less than or greater than 5.

Kushal Bose - 4 years, 4 months ago

I don't understand why the 5 integers must be Coprime? Isn't 3x3 + 5x2 + 2x7 + 2x7 + 11 = 58 A smaller solution to the problem?

Peter Sumner - 4 years, 4 months ago

Log in to reply

The LCM of 9 , 10 , 11 9,10,11 and 14 14 is 2 3 2 5 7 11 = 6930 2*3^{2}*5*7*11 = 6930 , so the set of 5 numbers you've chosen does not qualify. If it's possible to choose 5 coprime integers then any redundancies in prime factors will be eliminated, ensuring that the desired sum is a minimum while satisfying the LCM condition. It's convenient in this case that 194040 194040 has 5 distinct prime factors, so these 5 primes to their respective powers will provide the smallest sum. In the 4-number scenario, we would still look for 4 coprime integers, but we have to play around with combining 2 of the primes (with powers) to find the least sum. As I mentioned below, combining 2 3 2^{3} and 5 5 worked best.

Brian Charlesworth - 4 years, 4 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...