Maths Olympiad Prep

Library / /268 of 520

Number theory Difficulty 6.1 National olympiad Prove it

Example 5 Let a,b,c,d,e,fa, b, c, d, e, f all be positive integers, and the number S(=a+b+c+d+e+f)S(=a+b+c+d+e+f) is a common divisor of abc+defa b c+d e f and ab+bc+cadeeffda b+b c+c a-d e-e f-f d. Prove: SS is a composite number.

Solution

Prove that for the polynomial
f(x)=(x+a)(x+b)(x+c)(xd)(xe)(xf)=Sx2+(ab+bc+cadeeffd)x+(abc+def).\begin{aligned} f(x) & =(x+a)(x+b)(x+c)-(x-d)(x-e)(x-f) \\ & =S x^{2}+(a b+b c+c a-d e-e f-f d) x+(a b c+d e f) . \end{aligned}

From the given conditions, it is known that for any xZ x \in \mathbf{Z} , Sf(x) S \mid f(x) .
In particular, Sf(d) S \mid f(d) , i.e.,
S(d+a)(d+b)(d+c).S \mid (d+a)(d+b)(d+c).

Combining the fact that the numbers d+a,d+b,d+c d+a, d+b, d+c are all less than S S , it follows that S S is a composite number. The proposition is proved.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.