Problems

Age
Difficulty
Found: 2283

The first player is thinking about a finite sequence of numbers \(a_1,a_2, ..., a_n\). The second player can try to find the sequence by naming his own sequence \(b_1, b_2, ...b_n\), after that the first player will tell the result \(a_1b_1 + a_2b_2 + ...a_nb_n\). In the next step the second player can say another sequence \(c_1, c_2, ...c_n\) to get another answer \(a_1c_1+ a_2c_2 + ... a_nc_n\). Find the smallest amount of steps the second player has to take to find out the sequence \(a_1,a_2,...a_n\).

Michael made a cube with edge \(1\) out of eight bars as on the picture. It is known that all the bars, regardless of color have the same volume, the grey bars are the same and the white bars are also the same. Find the lengths of the edges of the white bar.

image

One cell was cut out of a rectangle \(3\times 6\). How to glue this cell in another place to get a figure that can be cut into two identical ones? The resulting parts can be rotated and reflected.

image

In the arithmetic puzzle different letters denote different digits and the same letters denote the same digit. \[P.Z + T.C + D.R + O.B + E.Y\] It turned out that all five terms are not integers, but the sum itself is an integer. Find the sum of the expression. For each possible answer, write one example with these five terms. Explain why other numbers cannot be obtained.

Peter came to the Museum of Modern Art and saw a square painting in a frame of an unusual shape, consisting of \(21\) equal triangles. Peter was interested in what the angles of these triangles were equal to. Help him find them.

image

Red, blue and green chameleons live on the island, one day \(35\) chameleons stood in a circle. A minute later, they all changed color at the same time, each changed into the color of one of their neighbours. A minute later, everyone again changed the colors at the same time into the color of one of their neighbours. Could it turn out that each chameleon turned red, blue, and green at some point?

Is it possible to paint \(15\) segments in the picture below in three colours in such a way, that no three segments of the same colour have a common end?

image

In the \(n\times n\) table, the two opposite corner squares are black and the rest are white. Find the smallest number of white cells that is enough to be repainted black in order to make all the cells of the table black with only there transformations: repaint all the cells of one column, or all the cells of one row into the opposite colour.

The monkey becomes happy when they eat three different fruits. What is the largest number of monkeys that can get happy with \(20\) pears, \(30\) bananas, \(40\) peaches, and \(50\) tangerines?

A useful common problem-solving strategy is to divide a problem into cases. We can divide the problem into familiar and unfamiliar cases; easy and difficult cases; typical and extreme cases etc. The division is sometimes suggested by the problem, but oftentimes requires a bit of work first.

If you are stuck on a problem or you are not sure where to begin, gathering data by trying out easy or typical cases first might help you with the following (this list is not exhaustive):

  1. Gaining intuition of the problem

  2. Isolating the difficulties

  3. Quantifying progress on the problem

  4. Setting up or completing inductive arguments

Let us take a look at this strategy in action.