For distinct positive integers, with being the largest, the above equation is satisfied. What is the smallest possible value of ?
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.
Let a b = c d = e f = g h = i j = k l = M for some positive integer M .
The value of M must be in the form of m n , so a = m n / b , c = m n / d , … , k = m n / l
And because a , c , e , g , i , k are distinct, m ≥ 2 with a greater than c , e , g , i , k implies n / b ≥ 6 ⇒ min ( a ) = 2 6 = 6 4
By finding the lowest common multiple: lcm ( 1 , 2 , 3 , 4 , 5 ) = 2 2 × 3 × 5 = 6 0 , we have d = 6 0 , f = 3 0 , h = 2 0 , j = 1 5 , k = 1 2 . And a b = c d ⇒ 6 4 b = 2 6 0 ⇒ b = 1 0 which satisfy the constraint above. Hence a = 6 4
We hope to find x > 6 with lcm ( x , 6 , 5 , 4 , 3 , 2 , 1 ) ≥ 6 0 , but trial and error shows this is the bare minimum, so the equation is indeed minimized.