| |
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: (1999 Canada – #3) Determine all positive integers with the property that . Here denotes the number of positive divisors of .
Solution: So, testing some small numbers yields as a solution. We claim that this is the only such solution.
Clearly, since is a square, we can use a variant of the usual prime decomposition and say that .
Furthermore, again since is a square, we know

is odd, so must be odd as well, i.e. is not one of the . Then we use the equation given to us to get

.
Note, however, that by Bernoulli’s Inequality (overkill, I know) we have for 

with equality iff and . So
.
Since we want equality, we must have and for all . But since the primes are supposed to be distinct we can have exactly one prime so that is the only solution. QED.
——————–
Comment: Another one of those problems that you kind of look at the result and you’re like huh, that’s interesting. But anyway, just throwing in some weak inequalities led to a pretty straightforward solution. As long as you know how to find the number of divisors of a positive integer it isn’t too much of a stretch to figure the rest out, though it make take some time to get in the right direction since the problem is quite open-ended.
——————–
Practice Problem: (1999 Canada – #4) Suppose are eight distinct integers from . Show that there is an integer such that the equation has at least three different solutions. Also, find a specific set of distinct integers from such that the equation does not have three distinct solutions for any .
|
Problem: (2007 AMC12B – #23) How many non-congruent right triangles with positive integer leg lengths have areas that are numerically equal to times their perimeters?
Solution: Well, basically, you should know the Pythagorean triple generating formula, i.e. , , . Substitute accordingly and we have to solve the diophantine equation

which conveniently simplifies to
.
Obviously then so look at these cases:
: We can take to get the triples .
: We can take to get the triples both of which are already counted.
: We can take to get the triples .
: We can take to get the triple , which is already counted.
So we have triangles. QED.
——————–
Comment: Not too hard if you knew the generating formula for Pythagorean triples. It was a little annoying having to check for repeated triples, but at least there weren’t that many.
——————–
Practice Problem: (2007 AMC 12B – #24) How many pairs of positive integers are there such that and

is an integer?
|
Problem: (2002 Putnam – A5) Define a sequence by , together with the rules and for each integer . Prove that every positive rational appears in the set
.
Solution: Consider the sequence . We know and we want to find a recursion for . We can see that
(1)
(2) .
We will now prove the result by strong induction on the denominator of . We know that for , the term appears, so by applying (1) inductively we know appears for all .
So suppose that all fractions of the form with appear in the set. We wish to show that all fractions with appear. We see that
by (2).
In fact, since we know is in the set for already, we get
by (2).
Hence we have found that are all in the set. But then, by applying (1) inductively on each of the fractions, we know that

is in the set, for and , which easily gives us is in the set for any , but those are all integers, which are covered in the first base case. Hence we have shown that all positive rationals with denominator are in the set, completing the induction. QED.
——————–
Comment: Not too hard for an A5 on the Putnam, especially if you’ve seen types of problems like this before. The crux step was probably getting the recursions for the sequence, which then allowed you to discover how the rationals are produced. As noted above, it seemed a bit familiar, and a very similar problem showed up on my blog before and a similar proof was given. This one was a little more complicated, but the main ideas are the same.
——————–
Practice Problem: Can you modify the sequence in the problem to generate all negative rationals as well?
|
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]
|
|
|