What would be a maximum possible GCD of $a_1, a_2, ... a_{49} \in \mathbb{N}$ . Given that
$$ a_1 + a_2 + ... + a_{49} =540 $$
The answer from the book is 10. I was trying to solve it using linear combinations of GCD. However, I stuck.
What would be a maximum possible GCD of $a_1, a_2, ... a_{49} \in \mathbb{N}$ . Given that
$$ a_1 + a_2 + ... + a_{49} =540 $$
The answer from the book is 10. I was trying to solve it using linear combinations of GCD. However, I stuck.
Let $(a_1,a_2,\ldots,a_{49})=(db_1,db_2,\ldots,db_{49})$, where $d=\gcd(a_1,a_2,\ldots, a_{49})$.
$$b_1+b_2+\cdots+b_{49}=\frac{540}{d}\ge 1+1+\cdots+1=49$$ Therefore $d\le 11$. We can't have $d=11$, because $11\nmid 540$. However,
$$(a_1,a_2,\ldots,a_{49})=(\underbrace{10,10,\ldots,10}_{48 \text{ numbers}},60)$$
works as a solution, so $d=10$ is the maximum possible value of $d$.