Back to Putnam list

Problem A1

A grasshopper starts at the origin in the coordinate plane and makes a sequence of hops. Each hop has length 55, and after each hop the grasshopper is at a point whose coordinates are both integers; thus, there are 1212 possible locations for the grasshopper after the first hop. What is the smallest number of hops needed for the grasshopper to reach the point (2021,2021)(2021, 2021)?

๐Ÿ“ My solution

Problem A2

For every positive real number xx, let g(x)=limโกrโ†’โˆž((x+1)r+1โˆ’xr+1)1r\displaystyle{ g(x) = \lim_{r \to \infty} \left( (x + 1)^{r + 1} - x^{r + 1} \right)^\frac{1}{r} }.

Find limโกxโ†’โˆžg(x)x\displaystyle{ \lim_{x \to \infty} \frac{g(x)}{x} }.

Problem A3

Determine all positive integers NN for which the sphere x2+y2+z2=Nx^2 + y^2 + z^2 = N has an inscribed regular tetrahedron whose vertices have integer coordinates.

Problem A4

Let

I(R)=โˆฌx2+y2โ‰คR2(1+2x21+x4+6x2y2+y4โˆ’1+y22+x4+y4)dx dy I(R) = \iint_{x^2 + y^2 \le R^2} \left( \frac{1 + 2 x^2} {1 + x^4 + 6 x^2 y^2 + y^4} - \frac{1 + y^2} {2 + x^4 + y^4} \right) dx \ dy

Find limโกRโ†’โˆžI(R)\displaystyle{ \lim_{R \to \infty} I(R) }, or show that this limit does not exist.

Problem A5

Let AA be the set of all integers nn such that 1โ‰คnโ‰ค20211 \le n \le 2021 and gcdโก(n,2021)=1\gcd(n, 2021) = 1. For every nonnegative integer jj, let S(j)=โˆ‘nโˆˆAnjS(j) = \sum_{n \in A} n^j. Determine all values of jj such that S(j)S(j) is a multiple of 20212021.

Problem A6

Let P(x)P(x) be a polynomial whose coefficients are all either 00 or 11. Suppose that P(x)P(x) can be written as a product of two nonconstant polynomials with integer coefficients. Does it follow that P(2)P(2) is a composite integer?

Problem B1

Suppose that the plane is tiled with an infinite checkerboard of unit squares. If another unit square is dropped on the plane at random with position and orientation independent of the checkerboard tiling, what is the probability that it does not cover any of the corners of the squares of the checkerboard?

Problem B2

Determine the maximum value of the sum S=โˆ‘n=1โˆžn2n(a1a2โ‹ฏan)1/n\displaystyle{ S = \sum_{n=1}^\infty \frac{n}{2^n} \left( a_1 a_2 \cdots a_n \right)^{1/n} } over all sequences a1,a2,a3,โ€ฆa_1, a_2, a_3, \dots of nonnegative real numbers satisfying โˆ‘k=1โˆžak=1\displaystyle{\sum_{k = 1}^\infty a_k = 1}.

Problem B3

Let h(x,y)h(x, y) be a real-valued function that is twice continuously differentiable throughout R2\mathbb{R}^2, and define ฯ(x,y)=yhxโˆ’xhy\rho(x, y) = y h_x โˆ’x h_y.

Prove or disprove: For any positive constants dd and rr with d>rd > r, there is a circle SS of radius rr whose center is a distance dd away from the origin such that the integral of ฯ\rho over the interior of SS is zero.

Problem B4

Let F0,F1,โ€ฆF_0, F_1, \dots be the sequence of Fibonacci numbers, with F0=0,F1=1,F_0 = 0, F_1 = 1, and Fn=Fnโˆ’1+Fnโˆ’2F_n = F_{nโˆ’1} + F_{nโˆ’2} for nโ‰ฅ2n \ge 2.

For m>2m > 2, let RmR_m be the remainder when the product โˆk=1Fmโˆ’1kk\displaystyle{\prod_{k = 1}^{F_m - 1} k^k} is divided by FmF_m. Prove that RmR_m is also a Fibonacci number.

Problem B5

Say that an nn-by-nn matrix A=(aij)1โ‰คi,jโ‰คnA = (a_{ij})_{1 \le i, j \le n} with integer entries is very odd if, for every nonempty subset SS of 1,2,โ€ฆ,n{1, 2, \dots, n }, the โˆฃSโˆฃ|S|-by-โˆฃSโˆฃ|S| submatrix (aij)i,jโˆˆS(a_{i j})_{i, j \in S} has odd determinant. Prove that if AA is very odd, then AkA^k is very odd for every kโ‰ฅ1k \ge 1.

Problem B6

Given an ordered list of 3N3N real numbers, we can trim it to form a list of NN numbers as follows: We divide the list into NN groups of 33 consecutive numbers, and within each group, discard the highest and lowest numbers, keeping only the median.

Consider generating a random number XX by the following procedure: Start with a list of 320213^{2021} numbers, drawn independently and uniformly at random between 00 and 11. Then trim this list as defined above, leaving a list of 320203^{2020} numbers. Then trim again repeatedly until just one number remains; let XX be this number. Let ฮผ\mu be the expected value of โˆฃXโˆ’12โˆฃ\left| X โˆ’ \dfrac{1}{2} \right|. Show that ฮผโ‰ฅ14(23)2021\displaystyle{ \mu \ge \frac{1}{4} \left( \frac{2}{3} \right)^{2021} }.