Problems

Age
Difficulty
Found: 52

Prove that there are infinitely many natural numbers {1,2,3,4,...}.

Prove that there are infinitely many prime numbers {2,3,5,7,11,13...}.

Is it possible to colour the cells of a 3×3 board red and yellow such that there are the same number of red cells and yellow cells?

There are 24 children in the class and some of them are friends with each other. The following rules apply:

  • If someone (say Alice) is a friend with someone else (say Bob), then the second student (Bob) is also a friend with the first (Alice).

  • If Alice is friend with Bob and Bob is friend with Claire, then Alice is also friend with Claire.

Find a misconception in the following statement: under the above conditions Alice is friend with herself.

Theorem: All people have the same eye color.

"Proof" by induction: This is clearly true for one person.

Now, assume we have a finite set of people, denote them as a1,a2,...,an, and the inductive hypothesis is true for all smaller sets. Then if we leave aside the person a1, everyone else a2,a3,...,an has the same color of eyes and if we leave aside an, then all a1,a2,a3,...,an1 also have the same color of eyes. Thus any n people have the same color of eyes.
Find a mistake in this "proof".

Let’s prove that 1 is the largest natural number.
Let n be the largest natural number. Then, n2, being a natural number, is less than or equal to n. Therefore n2n=n(n1)0. Hence, 0n1. Therefore n=1.

Find the mistake in the sequence of equalities: 1=(1)22=((1)2)12=112=1.

Theorem: If we mark n points on a circle and connect each point to every other point by a straight line, the lines divide the interior of the circle is into is 2n1 regions.
"Proof": First, let’s have a look at the smallest natural numbers.

  • When n=1 there is one region (the whole disc).

  • When n=2 there are two regions (two half-discs).

  • When n=3 there are 4 regions (three lune-like regions and one triangle in the middle).

  • When n=4 there are 8 regions, and if you’re still not convinced then try n=5 and you’ll find 16 regions if you count carefully.

Our proof in general will be by induction on n. Assuming the theorem is true for n points, consider a circle with n+1 points on it. Connecting n of them together in pairs produces 2n1 regions in the disc, and then connecting the remaining point to all the others will divide the previous regions into two parts, thereby giving us 2×(2n1)=2n regions.

Let’s "prove" that the number 1 is a multiple of 3. We will use the symbol to denote "congruent modulo 3". Thus, what we need to prove is that 10 modulo 3. Let’s see: 14 modulo 3 means that 2124 modulo 3, thus 216 modulo 3, however 16 gives the remainder 1 after division by 3, thus we get 21 modulo 3, next 2111 modulo 3, and thus 10 modulo 3. Which means that 1 is divisible by 3.

Recall that (n+1)2=n2+2n+1 and after expansion we get (n+1)2(2n+1)=n2. Subtract n(2n+1) from both sides (n+1)2(2n+1)n(2n+1)=n2n(2n+1) and rewrite it as (n+1)2(n+1)(2n+1)=n2n(2n+1).
Now we add (2n+1)24 to both sides: (n+1)2(n+1)(2n+1)+(2n+1)24=n2n(2n+1)+(2n+1)24.
Factor both sides into square: ((n+1)2n+12)2=(n2n+12)2.
Now take the square root: (n+1)2n+12=n2n+12.
Add 2n+12 to both sides and we get n+1=n which is equivalent to 1=0.