Back to VTRMC list
Problem source: HTML (archive) and PDF (archive)

Problem 1

Find the largest positive integer nn with the property that n+6(p3+1)n + 6(p^3 + 1) is prime whenever pp is a prime number such that 2p<n2 \le p < n. Justify your answer.

Problem 2

Find, and write out explicitly, a permutation (p(1),p(2),,p(20))(p(1), p(2), \dots, p(20)) of (1,2,,20)(1, 2, \dots, 20) such that k+p(k)k + p(k) is a power of 2 for k=1,2,,20k = 1, 2, \dots, 20, and prove that only one such permutation exists. (To illustrate, a permutation of (1,2,3,4,5)(1, 2, 3, 4, 5) such that k+p(k)k + p(k) is a power of 2 for k=1,2,,5k = 1, 2, \dots, 5 is clearly (1,2,5,4,3)(1, 2, 5, 4, 3), because 1+1=21 + 1 = 2, 2+2=42 + 2 = 4, 3+5=83 + 5 = 8, 4+4=84 + 4 = 8, and 5+3=85 + 3 = 8.)

Problem 3

We wish to tile a strip of nn 1-inch by 1-inch squares. We can use dominos which are made up of two tiles which cover two adjacent squares, or 1-inch square tiles which cover one square. We may cover each square with one or two tiles and a tile can be above or below a domino on a square, but no part of a domino can be placed on any part of a different domino. We do not distinguish whether a domino is above or below a tile on a given square. Let t(n)t(n) denote the number of ways the strip can be tiled according to the above rules. Thus for example, t(1)=2t(1) = 2 and t(2)=8t(2) = 8. Find a recurrence relation for t(n)t(n), and use it to compute t(6)t(6).

Problem 4

A cubical box with sides of length 7 has vertices at (0, 0, 0), (7, 0, 0), (0, 7, 0), (7, 7, 0), (0, 0, 7), (7, 0, 7), (0, 7, 7), (7, 7, 7). The inside of the box is lined with mirrors and from the point (0, 1, 2), a beam of light is directed to the point (1, 3, 4). The light then reflects repeatedly off the mirrors on the inside of the box. Determine how far the beam of light travels before it first returns to its starting point at (0, 1, 2).

Problem 5

Define f(x,y)=xyx2+(yln(x2))2f(x, y) = \dfrac{xy}{x^2 + (y \ln(x^2))^2} if x0x \ne 0, and f(0,y)=0f(0, y) = 0 if y0y \ne 0. Determine whether lim(x,y)(0,0)f(x,y)\displaystyle{\lim_{(x,y) \to (0,0)} f(x, y)} exists, and what its value is if the limit does exist.

Problem 6

Compute 01((e1)ln(1+exx)+e(x2))dx\displaystyle{\int_{0}^{1} ((e - 1) \sqrt{\ln(1 + e^x - x)} + e^{(x^2)}) dx}.

Problem 7

Let AA be a 5×105 \times 10 matrix with real entries, and let AA^\top denote its transpose (so AA^\top is a 10×510 \times 5 matrix, and the ijijth entry of AA^\top is the jijith entry of AA). Suppose every 5×15 \times 1 matrix with real entries (i.e. column vector in 5 dimensions) can be written in the form AuA\textbf{u} where u\textbf{u} is a 10×110 \times 1 matrix with real entries. Prove that every 5×15 \times 1 matrix with real entries can be written in the form AAvAA^\top \textbf{v} where v\textbf{v} is a 5×15 \times 1 matrix with real entries.