Maths Olympiad Prep

Library / /9 of 144

Number theory Difficulty 7.5 National olympiad, round 2 Find the answer

Find all pairs of natural numbers (a,b) (a, b) such that 7a\minus3b 7^a \minus{} 3^b divides a4\plusb2 a^4 \plus{} b^2.

Author: Stephan Wagner, Austria

A number or a short expression. Spacing and $ signs are ignored.

Solution

To find all pairs of natural numbers (a,b)(a, b) such that 7a3b7^a - 3^b divides a4+b2a^4 + b^2, we proceed as follows:

1. Let d=7a3bd = 7^a - 3^b. We need to ensure da4+b2d \mid a^4 + b^2. This implies that a4+b2=k(7a3b)a^4 + b^2 = k \cdot (7^a - 3^b) for some integer kk.

2. We know that for any potential solution, 7a>3b7^a > 3^b because dd is positive.

3. Let's start testing small values of aa and bb to find suitable candidates:

- For a=2a = 2, calculate 72=497^2 = 49.

- For b=4b = 4, calculate 34=813^4 = 81.

Here, d=4981=32d = 49 - 81 = -32, but since we need dd to be positive, this doesn't work.

Next, notice dd should be (72=49)(7^2 = 49) minus (34=81)(3^4 = 81) resulted in a negative. Instead re-check:

- For a=2a = 2, and b=4b = 4:

Observe d=7234=4981=32d = 7^2 - 3^4 = 49 - 81 = -32 typically considered for larger base bb.
Hence, add more understanding for positive configurations.

- For b<4b < 4, verify all b<4b < 4:
Use maximal configurations confirmed for positive:

a=2,b=4:d=(32)originally checked as 8149=32 a = 2, b = 4: \quad d = |-(-32){\text{originally checked as }} 81 - 49 = 32|
Original configuration innovated above with re-affirmed setup.

4. Check this combination a=2,b=4a = 2, b = 4:

- Compute a4+b2=24+42=16+16=32a^4 + b^2 = 2^4 + 4^2 = 16 + 16 = 32.
- Here 7234=327^2 - 3^4 = 32.

Verifying equality and implication affirmed within constraint (3232)(32 | 32), confirming success.

Therefore, the only pair (a,b)(a, b) that satisfies the given condition is:
(2,4) \boxed{(2, 4)}

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: Omni-MATH, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.