Maths Olympiad Prep

Library / /390 of 740

, 2022

Algebra Difficulty 5.0 AIME, harder Prove it United States

Problem:

Real numbers xx and yy satisfy the following equations:
x=log10(10y1+1)1y=log10(10x+1)1 \begin{aligned} x & = \log_{10}\left(10^{y-1}+1\right)-1 \\ y & = \log_{10}\left(10^{x}+1\right)-1 \end{aligned}
Compute 10xy10^{x-y}.

Solution

Solution:

Taking 10 to the power of both sides in each equation, these equations become:
10x=(10y1+1)10110y=(10x+1)101 \begin{aligned} & 10^{x} = \left(10^{y-1} + 1\right) \cdot 10^{-1} \\ & 10^{y} = \left(10^{x} + 1\right) \cdot 10^{-1} \end{aligned}
Let a=10xa = 10^{x} and b=10yb = 10^{y}. Our equations become:
10a=b/10+110b=a+1 \begin{aligned} 10a & = b/10 + 1 \\ 10b & = a + 1 \end{aligned}
and we are asked to compute a/ba / b. Subtracting the equations gives
10a10b=b/10a11a=101b/10 10a - 10b = b/10 - a \Longrightarrow 11a = 101b/10
giving an answer of 101110\frac{101}{110}.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.