AMC 10 · 2022 · #16

Grade 11 algebra
logarithm-propertiesexponentssystems-of-equationsvieta-formulasquadratic-equationsdomain-restriction convert-to-algebraidentify-subproblemsextreme-principle ↑ Prerequisites: logarithm-propertiesquadratic-equations
📏 Long solution 💡 3 insights
Problem
Two positive real numbers are tied by two conditions at once. The first says one raised to the other equals two to the sixty-fourth. The second says a power built from their base-two logarithms equals two to the seventh. More than one pair can satisfy both, so find the largest the second number's base-two logarithm can be.

Pick an answer.

(A)
3
(B)
4
(C)
$3+\sqrt{2}$
(D)
$4+\sqrt{3}$
(E)
7
How to solve
Strategy Introduce a Variable

Both conditions bury their unknown inside an exponent, so a logarithm is the obvious opener. But logging once is not enough, and that is where the problem hides its difficulty. Logging x^y=2⁶⁴ produces ylog₂ x=64, which still mixes a raw y with a logged x; logging (log₂ x)^log₂ y=2⁷ produces (log₂ y)(log₂(log₂ x))=7, which is two floors higher. The two results are about different objects and cannot be combined. The fix is to log the first equation a second time, which turns its product into a sum and lifts it to the same floor as the second. At that point both conditions mention only log₂ y and log₂(log₂ x), so name those two quantities and the whole problem becomes: two numbers whose sum is 6 and whose product is 7. That is a quadratic, and a quadratic hands back two roots. Because the resulting system is symmetric in the two names, neither root can be discarded on sight — both must be pushed back through the logs to real values of x and y and tested, after which the Extreme Principle picks the larger.

1STEP 1

Name the two logarithms

Take a logarithm of the first condition.

a = log₂ x, b = log₂ y x^y = 2⁶⁴ ⟹ ylog₂ x = 64 ⟹ ya = 64
2STEP 2

Check the base is positive

Confirm the second base is positive.

y > 0 and ya = 64 ⟹ a = 64/y > 0 ⟹ x > 1 and log₂ a is defined
3STEP 3

Log the second condition

Take a logarithm of the second too.

(log₂ x)^log₂ y = a^b = 2⁷ ⟹ blog₂ a = 7
4STEP 4

Log the first a second time

Take a logarithm once more.

ya = 64 ⟹ log₂ y + log₂ a = log₂ 64 = 6 ⟹ b + log₂ a = 6
5STEP 5

A sum and a product appear

A sum and a product appear together.

c = log₂ a = log₂(log₂ x) b + c = 6, bc = 7
6STEP 6

Rebuild the quadratic

Rebuild the quadratic from them.

t² - 6t + 7 = 0 ⟹ t = (6 ± √(36 - 28))/2 = (6 ± 2√(2))/2 = 3 ± √(2)
7STEP 7

Convert both candidates back

Convert both roots back.

(x,y) ≈ (8.00951, 21.32115) gives log₂ y = 3+√(2); (x,y) ≈ (2.62003 × 10⁶, 3.00171) gives log₂ y = 3-√(2)
8STEP 8

Take the larger

The larger is three plus root two.

max{3+√(2), 3-√(2)} = 3+√(2) ≈ 4.41421
Answer
3+√(2)
Test the roots against the system they came from without re-solving anything. Sum: (3+√(2)) + (3-√(2)) = 6, as required. Product: (3+√(2))(3-√(2)) = 9 - 2 = 7, also as required. So the pair satisfies b+c=6 and bc=7 exactly, with no rounding involved. The numerical rebuild in Step 7 is the stronger check, because it never touches the quadratic at all: it starts from the claimed value of log₂ y, reconstructs x and y as actual decimals, and confirms x^y = 2⁶⁴ and (log₂ x)^log₂ y = 2⁷ to five decimal places for both candidates. Size check against the answer list: √(2) ≈ 1.41421, so 3+√(2) ≈ 4.41421, which lands between (B) 4 and (D) 4+√(3) ≈ 5.73205, a comfortable place for it to sit. Now audit the decoys, because each is a specific mistake. Choice (A) 3 is the midpoint 6/2 of the two roots, which is what you get by noticing the symmetry but dropping the ±√(2) spread, or by assuming b=c in b+c=6. Choice (B) 4 is 3+√(2) with √(2) carelessly rounded to 1, and it is also the value a guesser lands on when the radical answers look too exotic. Choice (E) 7 is the product bc rather than the root, and it is also the exponent sitting on the right of a^b = 2⁷, so it catches anyone who reads that line as b = 7. Choice (D) 4+√(3) is the correct answer to the same problem with 2²⁵⁶ and 2¹³ in place of 2⁶⁴ and 2⁷, since those give sum 8 and product 13, whose roots are 4 ± √(3); it is the shape of the right method applied to the wrong numbers. Finally, a consistency check on the domain work from Step 2: in both candidates c > 0, so a = 2^c > 1 and x = 2^a > 2, comfortably positive, and y = 2^b > 0 automatically. Nothing had to be thrown away for being out of range, which is precisely why the problem needed the word "greatest".
💡Key takeaway

When an unknown is buried under two layers of exponent, take the logarithm twice — the second one turns a product into a sum, and a sum plus a product is just a quadratic wearing a disguise.

  • Name the two logs, then log once
  • Confirm the second base is positive
  • Log the second condition too
  • Log the first condition a second time
  • A sum and a product appear
  • Rebuild the quadratic from sum and product
  • Rebuild x and y for both candidates
  • Take the larger of the two