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.
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?
Five friends get together and want to take a photo. They all agree that two of them should take a photo of the other three. How many ways can you choose the three people to be in the picture?
In Pascal’s triangle, what’s the sum of the numbers in each row when you put a minus sign in front of every other number?
What is \(11^2\), \(11^3\) and \(11^4\), and what do these numbers have to do with Pascal’s triangle? What goes wrong with \(11^5\)?
How many paths are there from the \(1\) at the top (in the ‘zeroth’ row) to the first \(70\), which appears in the middle of the eighth row?
These paths go down at each step to a number either to the left or to the right. An example is (the first \(1\)), \(1\), \(2\), \(3\), \(6\), \(10\), \(15\), \(35\) and then \(70\) to finish.
What’s the sum of the squares of the numbers in the \(n^{\text{th}}\) row?