Solutions
Solutions
1. How many ordered pairs of integers (a,b) satisfy all of the following inequalities?
a2 + b2 < 16
a2 + b2 < 8a
a2 + b2 < 8b
Solution: 6
This is easiest to see by simply graphing the inequalities. They correspond to the
(strict) interiors of circles of radius 4 and centers at (0, 0), (4, 0), (0, 4), respectively. So
we can see that there are 6 lattice points in their intersection (circled in the figure).
3. Compute: $ %
20053 20033
− .
2003 · 2004 2004 · 2005
Solution: 8
Let x = 2004. Then the expression inside the floor brackets is
(x + 1)3 (x − 1)3 (x + 1)4 − (x − 1)4 8x3 + 8x 16x
− = = 3 =8+ 3 .
(x − 1)x x(x + 1) (x − 1)x(x + 1) x −x x −x
Since x is certainly large enough that 0 < 16x/(x3 − x) < 1, the answer is 8.
1
4. Evaluate the sum
1 1 1 1
√ + √ + √ + ··· + √ .
2b 1c + 1 2b 2c + 1 2b 3c + 1 2b 100c + 1
Solution: 190/21
The first three terms all equal 1/3, thenj√theknext five all equal
j√ 1/5; kmore generally,
for each a = 1, 2, . . . , 9, the terms 1/(2 a + 1) to 1/(2 a2 + 2a + 1) all equal
2
1/(2a + 1), and there are 2a + 1 such terms. Thus ourjtermskcan be arranged into
√
9 groups, each with sum 1, and only the last term 1/(2 100 + 1) remains, so the
answer is 9 + 1/21 = 190/21.
5. There exists a positive real number x such that cos(tan−1 (x)) = x. Find the value of
x2 .
√
Solution: (−1 + 5)/2
with legs 1, x; then the angle θ opposite x is tan√−1 x, and we can
Draw a right triangle √
compute cos(θ)√= 1/ x2 + 1. Thus, we only need to solve x = 1/ x2 + 1. This is
equivalent to x x2 + 1 = 1. Square both sides to get x4 + √ x2 = 1 ⇒ x4 + x2 − 1 = 0.
Use the quadratic formula to get the solution x2 = (−1 + 5)/2 (unique since x2 must
be positive).
2
For any integer n ≥ 0, the given implies xn+3 = −4xn+1 + 8xn , so we can rewrite any
such power of x in terms of lower powers. Carrying out this process iteratively gives
x7 = −4x5 + 8x4
= 8x4 + 16x3 − 32x2
= 16x3 − 64x2 + 64x
= −64x2 + 128.
Thus, our answer is 128.
9. A sequence of positive integers is defined by a0 = 1 and an+1 = a2n + 1 for each n ≥ 0.
Find gcd(a999 , a2004 ).
Solution: 677
If d is the relevant greatest common divisor, then a1000 = a2999 + 1 ≡ 1 = a0 (mod d),
which implies (by induction) that the sequence is periodic modulo d, with period 1000.
In particular, a4 ≡ a2004 ≡ 0. So d must divide a4 . Conversely, we can see that
a5 = a24 + 1 ≡ 1 = a0 modulo a4 , so (again by induction) the sequence is periodic
modulo a4 with period 5, and hence a999 , a2004 are indeed both divisible by a4 . So the
answer is a4 , which we can compute directly; it is 677.
10. There exists a polynomial P of degree 5 with the following property: if z is a complex
number such that z 5 +2004z = 1, then P (z 2 ) = 0. Calculate the quotient P (1)/P (−1).
Solution: −2010012/2010013
Let z1 , . . . , z5 be the roots of Q(z) = z 5 +2004z −1. We can check these are distinct (by
using the fact that there’s one in a small neighborhood of each root of z 5 + 2004z, or by
noting that Q(z) is relatively prime to its derivative). And certainly none of the roots
of Q is the negative of another, since z 5 + 2004z = 1 implies (−z)5 + 2004(−z) = −1,
so their squares are distinct as well. Then, z12 , . . . , z52 are the roots of P , so if we write
C for the leading coefficient of P , we have
P (1) C(1 − z12 ) · · · (1 − z52 )
=
P (−1) C(−1 − z12 ) · · · (−1 − z52 )
[(1 − z1 ) · · · (1 − z5 )] · [(1 + z1 ) · · · (1 + z5 )]
=
[(i − z1 ) · · · (i − z5 )] · [(i + z1 ) · · · (i + z5 )]
[(1 − z1 ) · · · (1 − z5 )] · [(−1 − z1 ) · · · (−1 − z5 )]
=
[(i − z1 ) · · · (i − z5 )] · [(−i − z1 ) · · · (−i − z5 )]
(15 + 2004 · 1 − 1)(−15 + 2004 · (−1) − 1)
=
(i5 + 2004 · i − 1)(−i5 + 2004 · (−i) − 1)
(2004)(−2006)
=
(−1 + 2005i)(−1 − 2005i)
20052 − 1
= −
20052 + 1
= −4020024/4020026 = −2010012/2010013.
3
even powers of z and be divisible by z 5 +2004z −1, so we are inspired to try a difference
of squares,
giving
P (z) = z(z 2 + 2004)2 − 1.
Now plugging in z = 1 and z = −1 rapidly gives (20052 − 1)/(−20052 − 1) as before.