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

Problem 1

In the expansion of (a+b)n(a + b)^n, where nn is a natural number, there are n+1n + 1 dissimilar terms. Find the number of dissimilar terms in the expansion of (a+b+c)n(a + b + c)^n.

Problem 2

A positive integer NN (in base 1010) is called special if the operation CC of replacing each digit dd of NN by its nine’s-complement 9d9 − d, followed by the operation RR of reversing the order of the digits, results in the original number. (For example, 34563456 is a special number because R[(C3456)]=3456R[(C3456)] = 3456.) Find the sum of all special positive integers less than one million which do not end in zero or nine.

Problem 3

Let a triangle have vertices at O(0,0)O(0,0), A(a,0)A(a,0), and B(b,c)B(b, c) in the (x,y)(x, y)-plane.

  1. Find the coordinates of a point P(x,y)P(x, y) in the exterior of OAB\triangle OAB satisfying area(OAP)=area(OBP)=area(ABP)\text{area}(\triangle OAP) = \text{area}(\triangle OBP) = \text{area}(\triangle ABP).

  2. Find the coordinates of a point Q(x,y)Q(x, y) in the interior of OAB\triangle OAB satisfying area(OAQ)=area(OBQ)=area(ABQ)\text{area}(\triangle OAQ) = \text{area}(\triangle OBQ) = \text{area}(\triangle ABQ).

Problem 4

A finite set of roads connect nn towns T1,T2,,TnT_1, T_2, …, T_n where n2n \ge 2. We say that towns TiT_i and TjT_j (ij)(i \ne j) are directly connected if there is a road segment connecting TiT_i and TjT_j which does not pass through any other town. Let f(Tk)f(T_k) be the number of other towns directly connected to TkT_k. Prove that ff is not one-to-one.

Problem 5

Find the function f(x)f(x) such that for all L0L \ge 0, the area under the graph of y=f(x)y = f(x) and above the xx-axis from x=0x = 0 to x=Lx = L equals the arc length of the graph from x=0x = 0 to x=Lx = L. Hint: recall that ddxcosh1x=1x21\displaystyle{ \frac{d}{dx}\cosh^{-1} x = \frac{1}{\sqrt{x^2 - 1}} }.

Problem 6

Let f(x)=1/xf(x) = 1/x and g(x)=1xg(x) = 1 − x for x(0,1)x \in (0, 1). List all distinct functions that can be written in the form fgfgfgff \circ g \circ f \circ g \circ \cdots \circ f \circ g \circ f where \circ represents composition. Write each function in the form ax+bcx+d\dfrac{ax + b}{cx + d} and prove that your list is exhaustive.

Problem 7

If aa and bb are real, prove that x4+ax+b=0x^4 + ax + b = 0 cannot have only real roots.

Problem 8

A sequence fnf_n is generated by the recurrence formula

fn+1=fnfn1+1fn2 f_{n+1} = \frac{f_n f_{n−1} + 1}{f_{n-2}}

for n=2,3,4,n = 2, 3, 4, …, with f0=f1=f2=1f_0 = f_1 = f_2 = 1. Prove that fnf_n is integer-valued for all integers n0n \ge 0.