Maths Olympiad Prep

Library / /17 of 27

Number theory Difficulty 6.4 National olympiad Find the answer

There is the number 11 on the board at the beginning. If the number aa is written on the board, then we can also write a natural number bb such that a+b+1a + b + 1 is a divisor of a2+b2+1a^2 + b^2 + 1. Can any positive integer appear on the board after a certain time? Justify your answer.

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

Solution

To investigate if any positive integer can appear on the board, we start with the number 1 on the board. The problem states that given a number a a on the board, you can select a natural number b b such that a+b+1 a + b + 1 divides a2+b2+1 a^2 + b^2 + 1 .

We need to prove or find a strategy where any positive integer n n can appear on the board. To achieve this, we will demonstrate that through a sequence of operations starting with the number 1, any positive integer can be reached.

### Step-by-Step Analysis

1. Initial Step: The number 1 is initially on the board.

2. Operation Logic: We need to find a b b such that:
a+b+1a2+b2+1. a + b + 1 \mid a^2 + b^2 + 1.

This implies that there exists an integer k k such that:
a2+b2+1=k(a+b+1). a^2 + b^2 + 1 = k(a + b + 1).

Rearranging the terms results in:
a2+b2+1k(a+b+1)=0. a^2 + b^2 + 1 - k(a + b + 1) = 0.

3. **Finding a Suitable b b **:
- Set a=1 a = 1 . We want to show that you can reach any integer by choosing an appropriate b b .
- Simplifying:
12+b2+1=k(1+b+1), 1^2 + b^2 + 1 = k(1 + b + 1),
2+b2=k(2+b). 2 + b^2 = k(2 + b).
- We aim to solve for b b in terms of k k , or show that for each k k , a corresponding b b exists.

4. Showability:
- We express:
b2kb+(22k)=0 b^2 - kb + (2 - 2k) = 0
as a quadratic equation in b b .

5. **Choice for k k **:
- Pick k=2 k = 2 , the quadratic becomes:
b22b+0=0. b^2 - 2b + 0 = 0.
The solutions are:
b(b2)=0. b(b - 2) = 0.
Thus b=2 b = 2 ensures that our equation is satisfied since b=0 b = 0 is not a natural number.

6. Relevance:
- Repeat the above steps with different values of a a and values of divisor k k to show that progressively larger numbers can appear after each step on the board.

By this logic, it's clear that any positive integer can indeed appear on the board after a certain time if the correct operations are applied:

Yes \boxed{\text{Yes}}

This result shows that through proper selection of b b in each operation, we can ensure any positive integer is reachable. The conclusion is consistent for any positive integer, demonstrating the potential to obtain any natural number on the board through the iterative process described.

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.