Problems

Age
Difficulty
Found: 1468

Show that if \(1+2^1+2^2+\dots+2^{10} = 2^{11} - 1\), then \(1+2^1+2^2+\dots+2^{11} = 2^{12} - 1\).

Show that \(1+2^1+2^2+\dots+2^n = 2^{n+1} - 1\) for every natural number \(n\).

What is wrong with the following proof that “all rulers have the same length" using induction?

Base case: suppose that we have one ruler, then clearly it clearly has the same length as itself.

Assume that any \(n\) rulers have the same length for the induction hypothesis. If we have \(n+1\) rulers, the first \(n\) ruler have the same length by the induction hypothesis, and the last \(n\) rulers have the same length also by induction hypothesis. The last ruler has the same length as the middle \(n-1\) rulers, so it also has the same length as the first ruler. This means all \(n+1\) rulers have the same length.

By the principle of mathematical induction, all rulers have the same length.

Given a series of statements enumerated by the natural numbers, the strong induction principle says the following. Suppose that

  • The 1st statement is true (the base case).

  • Whenever all statements up to and including the \(n\)th statement is true, the \((n+1)\)th statement is also true (induction step).

Then the statement is true for all natural numbers. Show that the strong induction principle works.

Prove that each natural number \(n\geq 2\) can be uniquely written as a product of prime factors. More precisely, there are prime numbers \(p_1,\dots,p_s\) such that \(n = p_1\dots p_s\). Moreover, if \(n = q_1\dots q_l\) where \(q_1,\dots,q_l\) are prime, then \(s=l\) and after reordering we have \(q_1 = p_1,\dots,q_s=p_s\). This is the fundamental theorem of arithmetic.

In Pascal’s triangle, what are the numbers in the diagonal next to the diagonal of ones?

In Pascal’s triangle, what is the sum of the entries in each row?

Oliver throws a fair coin three times. What are his chances of getting three heads, two heads and one tail, one head and two tails, or three tails?

In Pascal’s triangle, what numbers appear in the diagonal next to the positive integers?