Skip to main content

2021 Fall AMC 12B Problem 7

Problem 7 of 25EasierAlgebra

Which of the following conditions is sufficient to guarantee that integers x,x, y,y, and zz satisfy the equation x(xy)+y(yz)+z(zx)=1? \begin{aligned} &x(x - y) + y(y - z) \\ &\quad {}+ z(z - x) = 1? \end{aligned}

Answer choices

Show solution

Solution

The expression satisfies 2[x(xy)+y(yz)+z(zx)]=(xy)2+(yz)2+(zx)2. \small \begin{aligned} &2\bigl[x(x-y) + y(y-z) + z(z-x)\bigr] \\ &= (x-y)^2 + (y-z)^2 + (z-x)^2. \end{aligned} So the equation holds exactly when this sum of squares equals 2.2. Since the three differences sum to 0,0, this requires two of them to be ±1\pm 1 and one to be 0.0. Option D gives zx=0,z - x = 0, xy=1,x - y = -1, and yz=1,y - z = 1, so the squares are 1+1+0=2.1 + 1 + 0 = 2. This works for all such integers. Thus, the correct answer is D.

More practice

Concepts: algebraic manipulation · casework

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.