Problems

Age
Difficulty
Found: 2167

On the plane, 10 points are marked so that no three of them lie on the same line. How many triangles are there with vertices at these points?

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\).

How many ways can you cut a necklace consisting of 30 different beads into 8 pieces (you can cut only between beads)?

30 people vote on five proposals. In how many ways can the votes be distributed if everyone votes only for one proposal and only the number of votes cast for each proposal is taken into account?

a) The sports club has 30 members, of which four people are required to participate in the 1,000 metre race. How many ways can this be done?

b) How many ways can I build a team of four people to participate in the relay race 100 m + 200 m + 300 m + 400 m?

How many integers are there from 0 to 999999, in the decimal notation of which there are no two identical numbers next to each other?

Find the number of rectangles made up of the cells of a board with \(m\) horizontals and \(n\) verticals that contain a cell with the coordinates \((p, q)\).

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