AMC 10 · 2017 · #2

Grade 7 algebra
interval-arithmeticsign-analysislogical-deduction bound-inequality-then-enumerateguess-and-check ↑ Prerequisites: interval-arithmetic
📏 Medium solution 💡 2 insights
Problem
Three real numbers obey x between 0 and 1, y between -1 and 0, and z between 1 and 2. Among the five listed expressions, find the one that comes out positive for every allowed choice of x, y, and z — not just for some lucky values.

Pick an answer.

(A)
$y+x^2$
(B)
y+xz
(C)
$y+y^2$
(D)
$y+2y^2$
(E)
y+z
How to solve
Strategy Eliminate Possibilities

Tool #3 (Eliminate Possibilities): five choices, only one survives, so killing four is as good as proving the fifth. Tool #14 (Extreme Principle): an expression is positive for all values exactly when its worst case (smallest possible value) is still positive — so I push each range to its low end. Tool #6 (Guess and Check): for a choice that can fail, one concrete set of numbers that makes it negative is enough to throw it out.

1STEP 1

Read the ranges

The three ranges decide everything.

0 < x < 1, -1 < y < 0, 1 < z < 2
2STEP 2

Add the bounds for y+z

Adding the two lower bounds makes y+z always positive.

y > -1 and z > 1 → y+z > (-1)+1=0
3STEP 3

Knock out (A) and (B)

One strongly negative y breaks the first two choices.

x=0.1, y=-0.9, z=1.5: y+x²=-0.89, y+xz=-0.75
4STEP 4

Knock out (C) and (D) by factoring

Factoring exposes the sign of the next two.

y+y²=y(1+y) < 0; y+2y²=y(1+2y) changes sign at y=-1/2
5STEP 5

Only (E) survives

Only y+z survives.

y+z > 0 always → (E)
Answer
y+z
Spot-check the extremes for y+z: even at the worst corner y→ -1, z→ 1, the sum approaches 0 from above and never dips below it, so y+z stays positive — consistent with choosing (E). Meanwhile the discarded choices each had a concrete failing example, so nothing was thrown out by accident.
💡Key takeaway

An expression is 'always positive' only if even its smallest possible value stays above zero; adding the low ends y > -1 and z > 1 gives y+z > 0, so the answer is (E).

  • Read the ranges
  • Add the bounds for y+z
  • Knock out (A) and (B)
  • Knock out (C) and (D) by factoring
  • Only (E) survives