| |
About
Serves a Daily Special and an All-You-Can-Eat Course in Problem Solving. Courtesy of me, Jeffrey Wang.
Math Books
Math Stuff
My Tests
Practice Tests
Tutorials
|
|
Problem: (Stanford Putnam Practice) Let and let be subsets of satisfying for . Show that is asymptotically .
Solution: We will start by showing that the expression is at most asymptotically . Suppose it is asymptotically . Then . And on average, any element will be contained in of the . Consider the sets that contain the element . The remaining elements of each subset must all be different, so there must be at least elements in the original set. So is an upper bound. Now let’s show that we can obtain this upper bound.
Let be the closest integer to . Partition into subsets, approximately the intervals . Each part should contain about elements (because the argument is asymptotic, it doesn’t really matter). Label them by where is the th element of the th part. We want to choose sets of elements satisfying the conditions of the problem; we claim that we can do this by choosing one element from each interval for each set.
First, construct sets:



.
Then, to create the next sets, we take the elements which lie along the same diagonal (supposing we had a copy of those sets), for instance,




.
In fact, if we repeat this process, we will get all sets of elements, none of which share more than a single element. Hence we know that the value is asymptotic to . QED.
——————–
Comment: The above proof is very “fuzzy.” It lacks a lot of the rigor needed to actually prove the result, but it gives the basic idea, which is all I was aiming for. A solid proof of the result would probably be very long and tedious (unless some other elegant method is used, or perhaps some other strong known results).
|
Problem: (1996 Putnam – B1) Define a selfish set to be a set which has its own cardinality (number of elements) as an element. Find, with proof, the number of subsets of which are minimal selfish sets, that is, selfish sets none of whose proper subsets is selfish.
Solution: We define to be the desired number. Trying small cases, we get




and .
Well now we’re tempted to say that , the th Fibonnaci number (with ). To do so, we want to find a bijection between the minimal selfish subsets of and the minimal selfish subsets of and .
Clearly all the minimal selfish subsets of are in as well. The remaining minimal selfish subsets of are those which contain the element . Consider the following bijection between the minimal selfish subsets of containing and the minimal selfish subsets of :
.
Clearly because otherwise would be a selfish subset. Also, . Hence the mapping works both ways; it remains to show that if one is a minimal selfish subset, so is the other. Since , we know that both are selfish or neither of them is. Furthermore, if contains a selfish subset , will contain the selfish subset and if contains the selfish subset then will contain the selfish subset . So the bijection works.
That means we have so , as desired. QED.
——————–
Comment: Decently hard for a B1, at the least the part that involved rigorously proving that the mapping is actually a bijection. It was pretty easy to figure out what the answer was, but as usual much more difficult to prove it.
——————–
Practice Problem: (1996 Putnam – A1) Find the least number such that for any two squares of combined area , a rectangle of area exists such that the two squares can be packed in the rectangle (without interior overlap). You may assume that the sides of the squares are parallel to the sides of the rectangle.
|
Problem: (Stanford Putnam Practice) Find the remainder when you divide by .
Solution: Since they’re both divisible by , we first divide that out, and just remember to multiply the remainder by at the end. Let be the first polynomial and be the second. we have

for some polynomials with . We want to find . Consider the two roots of . Plugging them into the equation, we obtain
and .
Evaluating at those two values, we find that
and .
But since has degree less than , the only possible is the constant polynomial . Then the remainder is . QED.
——————–
Comment: This is a super important technique when it comes to polynomial division. Using the roots of and the fact that , we can hypothetically always determine this way, without dividing. This usually comes up when has nice roots, so if it doesn’t, look for a better way.
——————–
Practice Problem: (Stanford Putnam Practice) How can the quadratic equation

have three roots ? [Reworded]
|
Problem: (Stanford Putnam Practice) Let be distinct points in the plane. Connect the points with the line segments . Can one draw a line that passes through the interior of every one of these segments?
Solution: Playing around with pictures for a while, our intuition says that since is odd, this is impossible. Now let’s try to prove it. Suppose there exists such a line . Then we know that the endpoints of each line segment lie on opposite sides of the line. So
and lie on opposite sides of ;
and lie on opposite sides of ;

and lie on opposite sides of .
But wait, by a simple induction we know that lie on the same side. That gives us the contradiction we seek. Thus does not exist, as desired. QED.
——————–
Comment: Not a bad problem, though pretty simple after you realized that you could fix the line before the points. It’s easy to see that this generalizes to any set of an odd number of points (try the sides of a triangle, for example), so we have proven in fact a decently strong result.
——————–
Practice Problem: (Stanford Putnam Practice) Show that if every room in a house has an even number of doors, then the number of outside entrance doors must be even as well.
|
Problem: (Stanford Putnam Practice) Suppose is a sequence of positive integers satisfying for . Show that for each .
Solution: Let be an arbitrary positive integer. If we can show that we will be done. We have

so . Then for some positive integer . Similarly, we know so for some positive integer . Then, however,
and 
so we must have . Thus . QED.
——————–
Comment: At first, induction seemed the way to go, but after a while you realize that the induction step is, well, not very likely since puts very few restrictions on . So then you look to a better option, trying to find the strongest use of . It turns out that this happens when is a multiple of , which is exactly how the above proof starts.
——————–
Practice Problem: (Stanford Putnam Practice) Let be a prime number. Show that divides infinitely many of the numbers
.
[Reworded]
|
|
|