Maths Olympiad Prep

Library / /18 of 520

Number theory Difficulty 6.2 National olympiad Find the answer

Find the least positive integer such that when its leftmost digit is deleted, the resulting integer is 129\frac{1}{29} of the original integer.

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

Solution

1. Let the original number be represented as N=100a+10b+c N = 100a + 10b + c , where a,b, a, b, and c c are digits and a0 a \neq 0 since N N is a positive integer.
2. According to the problem, when the leftmost digit a a is deleted, the resulting number is 10b+c 10b + c .
3. The problem states that this resulting number is 129\frac{1}{29} of the original number. Therefore, we can write the equation:
10b+c=129(100a+10b+c) 10b + c = \frac{1}{29} (100a + 10b + c)
4. To eliminate the fraction, multiply both sides by 29:
29(10b+c)=100a+10b+c 29(10b + c) = 100a + 10b + c
5. Simplify and rearrange the equation:
290b+29c=100a+10b+c 290b + 29c = 100a + 10b + c
290b+29c10bc=100a 290b + 29c - 10b - c = 100a
280b+28c=100a 280b + 28c = 100a
6. Factor out common terms:
28(10b+c)=100a 28(10b + c) = 100a
25a=70b+7c 25a = 70b + 7c
7. Since 25a 25a must be a multiple of 7, a a must be a multiple of 7. The only single-digit multiples of 7 are 0 and 7. Since a0 a \neq 0 , we have a=7 a = 7 .
8. Substitute a=7 a = 7 into the equation:
257=70b+7c 25 \cdot 7 = 70b + 7c
175=70b+7c 175 = 70b + 7c
9. Divide the entire equation by 7:
25=10b+c 25 = 10b + c
10. We need to find single-digit values for b b and c c that satisfy this equation. By inspection, we find:
b=2andc=5 b = 2 \quad \text{and} \quad c = 5
11. Therefore, the original number is:
N=100a+10b+c=1007+102+5=700+20+5=725 N = 100a + 10b + c = 100 \cdot 7 + 10 \cdot 2 + 5 = 700 + 20 + 5 = 725

The final answer is 725\boxed{725}.

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