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

Problem 1

Let II denote the 2×22 \times 2 identity matrix (1001) \begin{pmatrix} 1 & 0 \newline 0 & 1 \end{pmatrix} and let

M=(IABC),N=(IBAC) M = \begin{pmatrix} I & A \newline B & C \end{pmatrix}, \quad N = \begin{pmatrix} I & B \newline A & C \end{pmatrix}

where A,B,CA, B, C are arbitrary 2×22 \times 2 matrices which entries in R\mathbb{R}, the real numbers. Thus MM and NN are 4×44 \times 4 matrices with entries in R\mathbb{R}. Is it true that MM is invertible (i.e., there is a 4×44 \times 4 matrix XX such that MX=XM=MX = XM = the identity matrix) implies NN is invertible? Justify your answer.

Problem 2

A sequence of integers {f(n)}\lbrace f(n) \rbrace for n=0,1,2,n = 0, 1, 2, \dots is defined as follows: f(0)=0f(0) = 0 and for n>0n > 0,

f(n)={f(n1)+3,if n0 or 1(mod6),f(n1)+1,if n2 or 5(mod6),f(n1)+2,if n3 or 4(mod6). f(n) = \begin{cases} f(n - 1) + 3, & \text{if } n \equiv 0 \text{ or } 1 \pmod{6}, \newline f(n - 1) + 1, & \text{if } n \equiv 2 \text{ or } 5 \pmod{6}, \newline f(n - 1) + 2, & \text{if } n \equiv 3 \text{ or } 4 \pmod{6}. \end{cases}

Derive an explicit formula for f(n)f(n) when n0(mod6)n \equiv 0 \pmod{6}, showing all necessary details in your derivation.

Problem 3

A computer is programmed to randomly generate a string of six symbols using only the letters A,B,CA, B, C. What is the probability that the string will not contain three consecutive AA’s?

Problem 4

A 9×99 \times 9 chess board has two squares from opposite corners and its central square removed (so 3 squares on the same diagonal are removed, leaving 78 squares). Is it possible to cover the remaining squares using dominoes, where each domino covers two adjacent squares? Justify your answer.

Problem 5

Let f(x)=0xsin(t2t+x)dtf(x) = \displaystyle{\int_{0}^{x} \sin(t^2 - t + x) dt}. Compute f(x)+f(x)f''(x) + f(x) and deduce that f(12)(0)+f(10)(0)=0f^{(12)}(0) + f^{(10)}(0) = 0 (f(10)f^{(10)} indicates 1010th derivative).

Problem 6

An enormous party has an infinite number of people. Each two people either know or don’t know each other. Given a positive integer nn, prove there are nn people in the party such that either they all know each other, or nobody knows each other (so the first possibility means that if AA and BB are any two of the nn people, then AA knows BB, whereas the second possibility means that if AA and BB are any two of the nn people, then AA does not know BB).

Problem 7

Let {an}\lbrace a_n \rbrace be a sequence of positive real numbers such that limnan=0\displaystyle{\lim_{n \to \infty} a_n = 0}. Prove that n=11an+1an\displaystyle{\sum_{n=1}^{\infty} \left| 1 - \frac{a_{n+1}}{a_n} \right|} is divergent.