Maths Olympiad Prep

Library / /925 of 1394

, 2015

Algebra Difficulty 5.4 AIME, harder Prove it United States

Problem:

The complex numbers x,y,zx, y, z satisfy
xyz=4(x+1)(y+1)(z+1)=7(x+2)(y+2)(z+2)=3 \begin{aligned} x y z & = -4 \\ (x+1)(y+1)(z+1) & = 7 \\ (x+2)(y+2)(z+2) & = -3 \end{aligned}
Find, with proof, the value of (x+3)(y+3)(z+3)(x+3)(y+3)(z+3).

Solution

Solution:

Consider the cubic polynomial f(t)=(x+t)(y+t)(z+t)f(t) = (x + t)(y + t)(z + t). By the theory of finite differences, f(3)3f(2)+3f(1)f(0)=3!=6f(3) - 3 f(2) + 3 f(1) - f(0) = 3! = 6, since ff is monic. Thus
f(3)=6+3f(2)3f(1)+f(0)=6+3(3)3(7)+(4)=28. f(3) = 6 + 3 f(2) - 3 f(1) + f(0) = 6 + 3(-3) - 3(7) + (-4) = -28.

Solution 2:

Alternatively, note that the system of equations is a (triangular) linear system in w:=xyzw := x y z, v:=xy+yz+zxv := x y + y z + z x, and u:=x+y+zu := x + y + z. The unique solution (u,v,w)(u, v, w) to this system is (272,472,4)\left(-\frac{27}{2}, \frac{47}{2}, -4\right). Plugging in yields
(x+3)(y+3)(z+3)=w+3v+9u+27=4+3472+9(272)+27=28 \begin{aligned} (x+3)(y+3)(z+3) & = w + 3v + 9u + 27 \\ & = -4 + 3 \cdot \frac{47}{2} + 9 \cdot \left(-\frac{27}{2}\right) + 27 \\ & = -28 \end{aligned}

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: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.