AMC 10 · 2025 · #17

Grade 11 algebrageometry-2d
complex-numberspolynomial-factoringrational-root-theoremquadratic-equationsarea-triangles identify-subproblemssymmetry-argument ↑ Prerequisites: complex-numberspolynomial-factoring
📏 Long solution 💡 3 insights
Problem
The expression (z + i)(z + 2i)(z + 3i) + 10 is a cubic in the complex variable z, so it has three roots. Plotting each root as a point in the complex plane (real part across, imaginary part up) gives three vertices of a triangle. Find that triangle's area.

Pick an answer.

(A)
6
(B)
8
(C)
10
(D)
12
(E)
14
How to solve
Strategy Introduce a Variable

The three factors are evenly spaced around the middle one, z + 2i. That symmetry is the whole opening: introduce a new variable w = z + 2i so the middle factor becomes just w and the outer two become w - i and w + i, a matched pair. Their product collapses by difference of squares, killing the quadratic term and leaving a bare cubic w³ + w + 10 that is easy to factor. From there the work splits into clean subproblems: find one root by the Remainder Theorem, divide out to get a quadratic, solve it (its roots are complex), then plot all three w-roots and read off the area. Because z = w - 2i only slides every point straight down, the triangle in the w-picture is congruent to the one in the z-picture, so its area is the answer.

1STEP 1

Re-center on the middle factor

The shifts are evenly spaced with 2i in the middle, so set w = z + 2i: the middle factor is w and the outer pair becomes w - i and w + i.

w = z + 2i → z + i = w - i, z + 2i = w, z + 3i = w + i
2STEP 2

Collapse the matched pair

Multiplying the conjugate pair, (w - i)(w + i) = w² + 1, so the product is w(w² + 1) + 10 = w³ + w + 10 — a tidy cubic with no w² term.

(w-i)(w+i) = w² - i² = w² + 1, (w²+1) w + 10 = w³ + w + 10
3STEP 3

Find one root by testing divisors

A rational root must divide 10, so test ±1, ±2, ±5, ±10. Plugging in w = -2 gives -8 - 2 + 10 = 0, so it is a root and (w + 2) is a factor.

(-2)³ + (-2) + 10 = -8 - 2 + 10 = 0 → (w+2) ∣ (w³+w+10)
4STEP 4

Divide out the known factor

Dividing w³ + w + 10 by (w + 2) gives quotient w² - 2w + 5, so the cubic factors completely as (w + 2)(w² - 2w + 5).

w³ + w + 10 = (w + 2)(w² - 2w + 5)
5STEP 5

Solve the quadratic (complex roots)

For w² - 2w + 5 = 0 the discriminant is 4 - 20 = -16, so w = 1 ± 2i; the three w-roots are -2, 1 + 2i, and 1 - 2i.

w = (2 ± √(4 - 20))/2 = (2 ± 4i)/2 = 1 ± 2i
6STEP 6

Plot the roots and read the area

Points (-2,0), (1,2), (1,-2): vertical side 4, height 3, so area = ½ · 4 · 3 = 6; translation to z preserves area, so (A).

Area = 1/2 × 4 × 3 = 6
Answer
6
Check the area a second way with the shoelace formula on (-2, 0), (1, 2), (1, -2): one half times the absolute value of (-2)(2) + (1)(-2) + (1)(0) minus (0)(1) + (2)(1) + (-2)(-2), which is one half times |-4 - 2 + 0 - 0 - 2 - 4| = one half times 12 = 6. Both methods agree, and 6 is the smallest option, fitting a compact triangle only a few units wide. The vanishing of the w² term also confirms the sum of the three w-roots is 0, and indeed -2 + (1 + 2i) + (1 - 2i) = 0.
💡Key takeaway

When factors are evenly spaced, rename the middle one as your variable so the outsides become a matched plus/minus pair that collapses, then plot the roots and let the conjugate pair hand you a vertical side.

  • Re-center on the middle factor
  • Collapse the matched pair
  • Find one root by testing divisors
  • Divide out the known factor
  • Solve the quadratic (complex roots)
  • Plot the roots and read the area