Problems

Age
Difficulty
Found: 2487

Let ϕ(n) be the Euler’s function, namely the amount of numbers from 1 to n, coprime with n. For two natural numbers m,n such that GCD(m,n)=1 prove that ϕ(mn)=ϕ(m)ϕ(n).

All of the rectangles in the figure below, which is drawn to scale, are similar to the big rectangle (that is, their sides are in the same ratio). Each number represents the area of the rectangle. What is the length AB?

image

Each square in a 3×3 grid of squares is coloured red, white, blue, or green so that every 2×2 square contains one square of each color. One such colouring is shown below. How many different colourings are possible?

image

For any positive integer k, the factorial k! is defined as a product of all integers between 1 and k inclusive: k!=k×(k1)×...×1. What’s the remainder when 2025!+2024!+2023!+...+3!+2!+1! is divided by 8?

Find all functions f from the real numbers to the real numbers such that xy=f(x)f(y)f(x+y) for all real numbers x and y.

There are two imposters and seven crewmates on the rocket ‘Plus’. How many ways are there for the nine people to split into three groups of three, such that each group has at least two crewmates? The two imposters and seven crewmates are all distinguishable from each other, but we’re not concerned with the order of the three groups.

For example: {I1,C1,C2}, {I2,C3,C4} and {C5,C6,C7} is the same as {C3,C4,I2}, {C5,C6,C7} and {I1,C2,C1} but different from {I2,C1,C2}, {I1,C3,C4} and {C5,C6,C7}.

Let n be a natural number, and let d(n) be the number of factors of n. For example, the factors of 6 are 1,2,3,6, so d(6)=4. Find all n such that d(n)+d(n+1)=5.

Let σ(n) be the sum of the divisors of n. For example, σ(12)=1+2+3+4+6+12=28. We use γ to denote the Euler-Mascheroni constant - one way to define this is as γ:=limn(k=1n1nlogn).

Prove that σ(n)<eγnloglogn for all integers n>5040.

Let a and b be two different 9-digit numbers. It is known that each one of them contains all of the digits 1,2,...9. Find the maximal value of gcd(a,b).