The sum of $49$ natural numbers is $540$. Find the largest possible value of their greatest common divisor.

divisibilitygcd-and-lcm

The sum of $49$ natural numbers is $540$. Find the largest possible value of their greatest common divisor.

I don't really understand even how the proof should be structured here. It must be shown that the gcd of numbers does not exceed some natural number $d'$, right? Is it going to be enough? I'd be thankful if you could show me a full, formal proof.

Best Answer

Denote the numbers by $x_1, x_2, \ldots, x_{49}$ and their greatest common divisor by $g$. Then $g \le x_i$ for each $i$, and so $g \le \min(x_1, \ldots, x_{49})$. But the minimum is less than or equal to the average of the numbers, so $g \le 540/49$. Since $g$ is an integer we have $g \le 11$.

Next, $540 = x_1 + x_2 + \cdots + x_{49}$. Let $x_i = g y_i$ for each $i$; the $y_i$ are positive integers because $g$ is a divisor of $x_i$. So $540 = g(y_1 + \cdots + y_{49})$ and therefore $g$ is a factor of $540$.

So $g$ can't be $11$. It can be $10$, and we can construct an explicit example, $x_1 = x_2 = \cdots = x_{48} = 10$ and $x_{49} = 60$. Similarly $g$ can be any factor of $540$ smaller than 11.