Maths Olympiad Prep

Library / /10 of 41

, 2013

Number theory Difficulty 7.9 National Olympiad, round 2 Prove it Slovenia

Prove that there do not exist natural numbers aa and bb that satisfy the equation
a!+48=48(a+1)b. a! + 48 = 48(a + 1)^b.

Solution

Suppose such two numbers aa and bb exist.
Because 4848(a+1)b48 \mid 48(a+1)^b, it also holds that 48a!+4848 \mid a! + 48 or 48a!48 \mid a!. Because 48=24348 = 2^4 \cdot 3, we have 48a!48 \mid a! only for a6a \ge 6. The cases a=6a=6 and a=7a=7 are considered separately.

When a=6a=6, we search for a solution of the equation 6!+48=487b6! + 48 = 48 \cdot 7^b. Hence 15+1=7b15+1=7^b, which has no solutions in natural numbers since the left side is even and the right side is odd.

When a=7a=7, we get the equation 7!+48=488b7! + 48 = 48 \cdot 8^b or 105+1=8b105+1 = 8^b. This equation also has no solutions because 106106 is not a power of 88.

Hence it must hold true that a8a \ge 8. We now distinguish 2 cases:

* a+1a+1 is not a prime number. Because a8a \ge 8, the equation can be divided by 4848 and written as
3578a+1=(a+1)b.(1) 3 \cdot 5 \cdot 7 \cdot 8 \dots a+1 = (a+1)^b. \quad (1)
The number 3578a3 \cdot 5 \cdot 7 \cdot 8 \dots a has the property that it is divisible by all prime numbers smaller than or equal to aa. Now suppose pp is a prime number that divides a+1a+1. Because p+1p+1 is a composite number, we have pap \le a. Hence 3578a0(modp)3 \cdot 5 \cdot 7 \cdot 8 \dots a \equiv 0 \pmod p. Because we also have (a+1)b0(modp)(a+1)^b \equiv 0 \pmod p, from (1) we derive 10(modp)1 \equiv 0 \pmod p. This is a contradiction.

* a+1a+1 is a prime number. According to Wilson's theorem we now have a!1(mod(a+1))a! \equiv -1 \pmod{(a+1)}. It also holds that 48(a+1)b0(mod(a+1))48(a+1)^b \equiv 0 \pmod{(a+1)}, hence
0a!+481+4847(mod(a+1)). 0 \equiv a! + 48 \equiv -1 + 48 \equiv 47 \pmod{(a+1)}.
From this we get a+147a+1 \mid 47 and, further, because 4747 is prime, a+1=47a+1=47. We obtain the equation 46!+48=4847b46!+48 = 48 \cdot 47^b or 15(7846)+1=47b15 \cdot (7 \cdot 8 \dots 46) + 1 = 47^b. The next estimate defines a range of possible values of bb:
15(7846)+1=2435(91046)38 stevil+1<4740 15 \cdot (7 \cdot 8 \dots 46) + 1 = 24 \cdot 35 \cdot \underbrace{(9 \cdot 10 \dots 46)}_{38 \text{ stevil}} + 1 < 47^{40}
Hence b<40b < 40.

Since it holds modulo 4141 that 15(784146)+11(mod41)15 \cdot (7 \cdot 8 \dots 41 \dots 46) + 1 \equiv 1 \pmod{41}, it must also hold that 47b6b1(mod41)47^b \equiv 6^b \equiv 1 \pmod{41}. We now only need to check if such a number exists.

This can be done using Fermat's little theorem. The theorem gives 6401(mod41)6^{40} \equiv 1 \pmod{41}. Let now cc be the smallest exponent such that 6c1(mod41)6^c \equiv 1 \pmod{41}. It is known that c40c \mid 40, so we just need to observe the divisors of 4040. Because 6810(mod41)6^8 \equiv 10 \pmod{41} and 6201(mod41)6^{20} \equiv -1 \pmod{41}, neither of the divisors smaller than 4040 is good. The smallest solution is thus c=40c=40, which means that equation 6b1(mod41)6^b \equiv 1 \pmod{41} has no solutions for b<40b < 40.

Hence, the initial equation has no solutions in natural numbers.

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.