Maths Olympiad Prep

Library / /1 of 28

Number theory Difficulty 3.6 AMC 10/12 Find the answer Philippines

Problem:

Let nn be a positive integer greater than 11. If 2n2n is divided by 33, the remainder is 22. If 3n3n is divided by 44, the remainder is 33. If 4n4n is divided by 55, the remainder is 44. If 5n5n is divided by 66, the remainder is 55. What is the least possible value of nn?

A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.

Solution

Solution:

We have 2n2(mod3)2n \equiv 2 \pmod{3}, 3n3(mod4)3n \equiv 3 \pmod{4}, 4n4(mod5)4n \equiv 4 \pmod{5}, and 5n5(mod6)5n \equiv 5 \pmod{6}. This is equivalent to saying that n1(mod3,4,5,6)n \equiv 1 \pmod{3,4,5,6}. The smallest such nn is one more than the LCM\mathrm{LCM} of 3,4,5,3,4,5, and 66, which is 6161.

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.