Maths Olympiad Prep

Library / /396 of 520

Combinatorics Difficulty 7.3 National olympiad, round 2 Find the answer

Two robots are programmed to communicate numbers using different bases. The first robot states: "I communicate in base 10, which interestingly is a perfect square. You communicate in base 16, which is not a perfect square." The second robot states: "I find it more interesting that the sum of our bases is the factorial of an integer." The second robot is referring to the factorial of which integer?

Solution

1. The first robot communicates in base 10, which is a perfect square. This is true because 10=10110 = 10^1, and 10 is not a perfect square. This statement seems incorrect. However, let's assume the problem meant to say that the base 10 is used by the first robot, and it is not a perfect square.
2. The second robot communicates in base 16, which is not a perfect square. This is incorrect because 16=4216 = 4^2, and 16 is indeed a perfect square. Let's assume the problem meant to say that the base 16 is used by the second robot, and it is a perfect square.
3. The sum of the bases is 10+16=2610 + 16 = 26.
4. We need to find an integer nn such that n!n! (n factorial) equals 26.

Let's calculate the factorials of integers to find the one that equals 26:
1!=1 1! = 1
2!=2 2! = 2
3!=6 3! = 6
4!=24 4! = 24
5!=120 5! = 120

None of these factorials equal 26. Therefore, there is no integer nn such that n!=26n! = 26.

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.