Problems

Age
Difficulty
Found: 2332

The game begins with the number 0. In one go, it is allowed to add to the actual number any natural number from 1 to 9. The winner is the one who gets the number 100.

Prove that out of \(n\) objects an even number of objects can be chosen in \(2^{n-1}\) ways.

Prove that every number \(a\) in Pascal’s triangle is equal to

a) the sum of the numbers of the previous right diagonal, starting from the leftmost number up until the one to the right above the number \(a\).

b) the sum of the numbers of the previous left diagonal, starting from the leftmost number to the one to left of the number which is above \(a\).

Prove that there exists a graph with 2n vertices whose degrees are \(1, 1, 2, 2, \dots , n, n\).