Mathematical Food for Thought

 
 
google
yahoo
bing
 
  • About

    Serves a Daily Special and an All-You-Can-Eat Course in Problem Solving. Courtesy of me, Jeffrey Wang.
 
Parity Check. Topic: Logic/NT. Level: AIME/Olympiad. September 25th, 2006

Problem: (2000 Putnam – B1) Let  a_j, b_j, c_j be integers for  1 \le j \le N . Assume for each  j , at least one of  a, b, c is odd. Show that exist integers  r, s, t such that  ra_j+sb_j+tc_j is odd for at least  \frac{4N}{7} values of  j ,  1 \le j \le N .

Solution: A pretty notation-heavy, strange, contrived problem. Let’s get started. Where do we get  7 in the denominator? How about from the number of binary triples that contain at least one  1 ? In fact we may simplify the problem so that  a_j, b_j, c_j, r, s, t are all in the set  \{0, 1\} because we only care about even and odd. Cool.

Now let’s see… for which binary triples  (a_j, b_j, c_j) and  (r, s, t) is  ra_j+sb_j+tc_j odd? Try it out. We will list the binary triples and give them variable names to simplify our lives.

 A = (0, 0, 1)
 B = (0, 1, 0)
 C = (0, 1, 1)
 D = (1, 0, 0)
 E = (1, 0, 1)
 F = (1, 1, 0)
 G = (1, 1, 1) .

Now we will write  ra_j+sb_j+tc_j as  U \cdot V where  U = (r, s, t) and  V = (a_j, b_j, c_j) . We make the following table:


. A B C D E F G
A X . X . X . X
B . X X . . X X
C X X . . X X .
D . . . X X X X
E X . X X . X .
F . X X X X . .
G X X . X . . X

where an X in the entry in row  U and column  V signifies that  U \cdot V is odd. Notice that each choice of  (r, s, t) makes four odd and each choice of  (a_j, b_j, c_j) has four possible  (r, s, t) to make it odd. Let  k_U denote the number of times  U \cdot (a_j, b_j, c_j) is odd for  1 \le j \le N . We want to show that there exists a  U such that  k_U \ge \frac{4N}{7} . We know

 \displaystyle \sum_{U=A}^G k_U

is the number of times we have an odd sum if we apply every possible  (r, s, t) . But if we apply every  (r, s, t) we know from our table that each of the  N binary triples  (a_j, b_j, c_j) produces an odd for four of the seven  (r, s, t) . So in fact

 \displaystyle \sum_{U=A}^G k_U = 4N .

But since the average of the  k_U ’s is then  \frac{4N}{7} , there must exist at least one  k_U such that  k_U \ge \frac{4N}{7} , as desired. QED.

——————–

Comment: IMO, a very cool problem. Something that at first glance you sort of stare blankly at how they got such a ridiculous problem but then you realize it is a Putnam B1 so it couldn’t possibly that bad, which is soon followed by your realization of the simplification to binary and finally the recognition of the seven as the number of binary triples with at least one  1 . Yay!

——————–

Practice Problem: I have seven light bulbs which are off and seven switches labeled with the binary triples above. A switch turns on a light bulb if the dot product (as above) of the number of the switch and the number of the light bulb is odd. Show that if I flip each switch once the light bulbs will still all be off.

Stop Drawing On the Checkerboard! Topic: Logic. September 19th, 2006

Problem: (2001 Putnam – B1) Let  n be an even positive integer. Write the numbers  1, 2, \ldots, n^2 in the squares of an  n \times n grid so that the  kth row, from left to right, is

 (k-1)n+1, (k-1)n+2, \ldots, (k-1)n+n .

Color the squares of the grid so that half of the squares in each row and in each column are red and the other half are black (a checkerboard coloring is one possibility). Prove that for each coloring, the sum of the numbers on the red squares is equal to the sum of the numbers on the black squares.

Solution: Consider all the values of the red squares  r_1, r_2, \ldots, r_{k} and all the values of the black squares  b_1, b_2, \ldots, b_{l} . For each square (of any color)  a_i , let

 a_i = R(a_i)n+C(a_i) ,

where  R(a_i)+1 and  C(a_i) are the row and column of the square corresponding to  a_i . We want to show that

 \displaystyle \sum r_i = \sum b_i .

But we have

 \displaystyle \sum r_i = \sum R(r_i)n + \sum C(r_i) and  \displaystyle \sum b_i = \sum R(b_i)n + \sum C(b_i) .

Since each row has half red and half black, we have

 \displaystyle \sum R(r_i)n = \sum R(b_i)n

for each row and consequently the whole board. Similarly, since each column has half red and half black, we have

 \displaystyle \sum C(r_i) = \sum C(b_i)

for each column and hence the whole board. Adding these two equalities together, we obtain

 \displaystyle \sum r_i = \sum b_i

as desired. QED.

——————–

Comment: Not too hard intuitively, but slightly difficult to put down a rigorous proof; assigning variables can be a good way of going about solving word problems. It might simplify the problem down to some simple algebra, which is good.

——————–

Practice Problem: Let  n be a positive even integer. In how many ways can we fill an  n \times n board with  1 ’s and  -1 ’s such that the sum of each row and column is zero?

Posted in AIME, Logic || 4 Comments »
Gimme Your Signature. Topic: Geometry/Logic. Level: AIME. September 11th, 2006

Problem: (2002 Putnam – B2) Consider a polyhedron with at least five faces such that exactly three edges emerge from each of its vertices.

Two players play the following game:

Each player, in turn, signs his or her name on a previously unsigned face. The winner is the player who first succeeds in signing three faces that share a common vertex.

Show that the player who signs first will always win by playing as well as possible.

Solution: First, we claim that the polyhedron contains a face with at least four sides. To prove this, suppose the contrary, that all faces are triangles. Take any three faces that share a vertex. Called the shared vertex  A_1 and the other vertices  A_2, A_3, A_4 . Since each vertex already has three edges emerging from it, we cannot add a new vertex; hence we will have at most four faces. Contradiction. So there exists a face with at least four sides.

Let  a be this face. We claim that if Player 1 signs on  a first, he or she can win on the third move. Let  a_0, a_1, \ldots, a_{k-1} be the faces that share an edge with  a , where  k \ge 4 because there are at least four such faces. If Player 2 does not sign on any of these faces, Player 1 can sign on any  a_i and the following turn can win with  a_{i+1} or  a_{i-1} (indices taken modulo  k ) since Player 2 cannot block both of them. If Player 2 does sign on  a_i , then Player 1 signs on  a_j with  j \neq i \pm 1 (again, modulo  k ), which exists because  k \ge 4 . Then again Player 1 can sign  a_{j \pm 1} the next turn to win, at most one of which can be blocked by Player 2. QED.

——————–

Comment: Not really too hard of a problem; the only real challenge was showing that there exists a face with at least four edges. And the proof of that was not complex either. Just simple logic and a bit of geometry to finish it.

——————–

Practice Problem: Suppose an ant is on the vertex of a cube. Each second, it can move along one edge. What is the probability that after  60 seconds it will end up at the opposite vertex?

Hem A Sphere. Topic: Geometry/Logic. Level: AIME. September 10th, 2006

Problem: (2002 Putnam – A2) Given any five points on a sphere, show that some four of them must lie on a closed hemisphere.

Solution: Well, that doesn’t sound so bad. And, in fact, it really isn’t. First, let’s maximize the number of points on the boundary of a great circle; this is, in general, two. We can’t arbitrarily choose three points and always draw a great circle through all three (think about it).

So now we have a great circle through two points. Well, maybe these hemispheres work. There are three points left, so by the Pigeonhole Principle one of the closed hemispheres has at least four points. Whoa, we’re done. QED.

——————–

Comment: That was almost too simple. Especially for a Putnam problem; shows you how knowing how to think can take you a long ways even if you don’t know much math.

——————–

Practice Problem: Can you generalize this to an  n -dimensional sphere?

Kakuro. Topic: Logic. June 7th, 2006

Taking a break from math, here is an interesting puzzle. It’s called Kakuro and it’s similar to Sudoku, but not really the same either. Basically, you have a lot of open squares and some dark squares with a diagonal slash through them (and some irrelevent filled dark squares). These dark squares might have a number in the lower left corner and/or a number in the upper right corner.

Lower Left – All the consecutive blank spaces below contain different numbers (1-9) and sum to the number in the lower left corner of the dark square.

Upper Right – All the consecutive blank spaces to the right contain different numbers (1-9) and sum to the number in the upper right corner of the dark square.

These puzzles all have a unique solution that can be determined through logic (no guessing is necessary), but they can be very difficult! Take a stab at it. If it’s too easy, check out some of the other puzzles on the site.

Posted in Logic || 3 Comments »
Google

 

 
 
free web counters
Etronics