AMC 10 · 2006 · #6

Grade 8 arithmetic
exponentslinear-equations-one-var convert-to-algebra ↑ Prerequisites: exponents
📏 Short solution 💡 2 insights
Problem
A real number x satisfies (7x)¹⁴ = (14x)⁷, where the left side is 7x raised to the 14th power and the right side is 14x raised to the 7th power, and x is not zero. Find the value of x.

Pick an answer.

(A)
$\frac17$
(B)
$\frac27$
(C)
1
(D)
7
(E)
14

AMC 10 2006 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Organize Information in More Ways

The two sides use different exponents (14 and 7), so they can't be compared directly. Re-expressing the 14th power as a 7th power of a new base makes both sides the 7th power of something, and then the two bases must match. That turns a scary-looking exponent equation into a short algebra problem.

1STEP 1

Make both exponents 7

Since 14 = 2 × 7, pair up the factors of 7x: (7x)¹⁴ = ((7x)²)⁷ = (49x²)⁷, so the left side is now a 7th power too.

(7x)¹⁴ = ((7x)²)⁷ = (49x²)⁷
2STEP 2

Equate the bases

Both sides read (49x²)⁷ = (14x)⁷, and an odd power is one-to-one on the reals, so the bases must match: 49x² = 14x.

(49x²)⁷ = (14x)⁷ → 49x² = 14x
3STEP 3

Use the non-zero condition

Since x is not zero, divide 49x² = 14x by the shared factor 7x: 7x = 2, so x = 2/7 — choice (B).

49x²/7x = 14x/7x → 7x = 2 → x = 2/7
Answer
2/7
Substitute x = 2/7: then 7x = 2 and 14x = 4. The left side is 2¹⁴ = 16384 and the right side is 4⁷ = (2²)⁷ = 2¹⁴ = 16384. Both sides agree, confirming x = 2/7.
💡Key takeaway

When two powers look mismatched, rewrite one so both share the same exponent — then the insides have to be equal.

  • Make both exponents 7
  • Equate the bases
  • Use the non-zero condition