Problems

Age
Difficulty
Found: 5

Michael thinks of a number no less than 1 and no greater than 1000. Victoria is only allowed to ask questions to which Michael can answer “yes” or “no” (Michael always tells the truth). Can Victoria figure out which number Michael thought of by asking 10 questions?

Suppose you have 127 1p coins. How can you distribute them among 7 coin pouches such that you can give out any amount from 1p to 127p without opening the coin pouches?

To transmit messages by telegraph, each letter of the Russian alphabet () ( and are counted as identical) is represented as a five-digit combination of zeros and ones corresponding to the binary number of the given letter in the alphabet (letter numbering starts from zero). For example, the letter is represented in the form 00000, letter -00001, letter -10111, letter -11111. Transmission of the five-digit combination is made via a cable containing five wires. Each bit is transmitted on a separate wire. When you receive a message, Cryptos has confused the wires, so instead of the transmitted word, a set of letters is received. Find the word you sent.

Author: A.K. Tolpygo

An irrational number α, where 0<α<12, is given. It defines a new number α1 as the smaller of the two numbers 2α and 12α. For this number, α2 is determined similarly, and so on.

a) Prove that for some n the inequality αn<3/16 holds.

b) Can it be that αn>7/40 for all positive integers n?

When we write 137 in decimal, we mean 1×102+3×10+7×1. If we write it instead using powers of 2, we have 137=1×27+0×26+0×25+0×24+1×23+0×22+0×21+1×20. To tell apart binary representation from decimals, we can use the following notation: 137=(10001001)2.

What is the number 273 in binary? Note that using binary is useful for finding whether a particular Nim game is a winning position or a losing position.