Teacher Team13
Teacher Team13
WITH SOLUTIONS
Answer. 4
Solution.
The key to the problem is to start with a
tetrahedron of edge length 2. On each trian-
gular face, connect the midpoints of the sides.
These lines partition the tetrahedron into 4
tetrahedra of edge length 1 and an octahe-
dron of edge length 1. We let
T2 = volume of tetrahedron of edge length 2,
T = volume of tetrahedron of edge length 1,
O = volume of octahedron of edge length 2.
O
Then T2 = 23 · T , and T2 = 4T + O. Hence, O = 4T , and T
= 4.
Answer. 6
Solution. To each binary string ad ad−1 ad−2 · · · a1 a0 , we associate the poly-
nomial ad xd + ad−1 xd−1 + · · · + a1 x + a0 . Then the rules for addition and
multiplication correspond precisely to the rules for addition and multiplica-
tion of polynomials, except that addition and multiplication is always done
modulo 2. For example, 11 × 11 = 101, since modulo 2,
(x + 1)2 = x2 + 2x + 1 = x2 + 1.
P (x) = x5 + a4 x4 + a3 x3 + a2 x2 + a1 x + a0 ,
12 + 1 = 2 = 0.
x5 +x4 +x2 +x+1, x5 +x4 +x3 +x+1, x5 +x4 +x3 +x2 +1, x5 +x3 +x2 +x+1,
and x5 + x4 + 1, x5 + x3 + 1, x5 + x2 + 1, x5 + x + 1.
If a degree 5 polynomial has no degree 1 factor, then the only way it can fail
to be irreducible is if it has both a degree 2 irreducible factor and a degree 3
irreducible factor. We determined all degree 2 and 3 irreducibles above. So
the only polynomials we have to cross of our list of eight are
(x2 + x + 1)(x3 + x + 1) = x5 + x4 + 1
and
(x2 + x + 1)(x3 + x2 + 1) = x5 + x + 1.
So we are left with six irreducibles of degree 5.
An advanced aside: Early in his spectacular career, Gauss came up
with an exact formula for the number of polynomials of degree n that are
irreducible modulo 2. When n is prime, his formula takes a particularly
simple form, and predicts that the number of these polynomials is exactly
2n − 2
.
n
5
When n = 5, Gauss’s formula predicts 2 5−2 = 30
5
= 6 such polynomials, in
agreement with our determination above.
P
√
130
Answer. .
4
Solution. To get a feel for what’s going
√ on here, let’s understand why the
shortest path
√ from P to Q has length 8. Draw a net, and a Euclidean circle
of radius 8 centered at P on the net:
√
(You should check that the circular arcs of radius 8 centered at other rep-
resentatives of P determine points that√ are inside the circular arc shown, and
so do not lie on the circle of radius 8.)
When we fold this net onto the box, notice that all of the circular arcs
will lie on the back of the box; i.e., in the 1 by 1 square with Q in a corner.
Here is that square:
√
The solid lines bounding the shaded region form the circle of radius 8,
and the shaded region is the part outside of the circle. All the rest of the
box is inside the circle.
In particular — here’s the unintuitive part — there are points outside
this circle. In other words, Q is not the farthest point from P in the surface
metric.
Now increase the radius R. The point farthest from P will be the point
at which the circle of radius R centered at P collapses to a single point. By
symmetry, that point will lie on the diagonal of the 1 by 1 square starting at
Q. So we need to find R so that the points A and B shown in the diagram
correspond to the same point on the surface of the box.
To do that, let O be the origin, so that P = (1, −2). Notice that, for
points in S1 , −1 < x < 0 and 0 < y < 1, while for points in S2 , 0 < x < 1
and 0 < y < 1. Also notice that (x, y) in S2 corresponds to (−y, x) in S1
when the box is folded. Finally, recall that we want a point on the diagonal
y = 1 − x. So we need to find the x so that (x, 1 − x) and (x − 1, x) are
equidistant from P :
� �
(x − 1)2 + (1 − x + 2)2 = (x − 2)2 + (x + 2)2 .
1
Solving, x = 4
and y = 1 − x = 34 . So the distance to the farthest point is
�� �2 � �2 �� � � �2 √
2
1 3 3 11 130
−1 + − (−2) = + = .
4 4 4 4 4
http://www.matematicasvisuales.com/english/index.html