There are 100 passengers which are trying to get on a plane. The first passenger, however, has lost his boarding pass, so decides to sit on an arbitrary seat. Each successive passenger either sits on his own seat if it is empty or on an arbitrary other if it is taken. What is the chance that the last person will sit in his own seat?
SOLUTION
The chance is 50%. Indeed, the last passenger will either have to sit in his own seat or the one which belongs to the first passenger. Since there hasn’t been any preference made by anyone at any time towards any of these two seats, the probability that either of them is left last is 1/2.
You are given a polynomial P(x) of unknown degree with coefficients which are non-negative integers. You don’t know any of the coefficients, but you are allowed to evaluate the polynomial at any point you choose. What is the smallest number of evaluations you need to use, so that can find the degree and the coefficients of P(x)?
SOLUTION
Just 2 evaluations are enough. First, get P(1). This will give you an upper bound on the number of digits of the largest coefficient of the polynomial, let’s say that is N. Now evaluate the polynomial at the point M = 10 to the power of N. This will make all of the coefficients of P appear in the number P(M), separated by strings of zeros.
An old wall clock falls on the ground and breaks into 3 pieces. Describe the pieces, if you know that the sum of the numbers on each of them is the same.
SOLUTION
The total of all numbers on the clock is 1 + 2 + … + 12 = 78. Therefore each piece must contain numbers with total sum 26. The only way for this to happen is if the pieces are broken via 3 parallel lines – {1, 2, 11, 12}, {3, 4, 9, 10}, {5, 6, 7, 8}.
You must cover a 7×7 grid with L-shaped triminos and S-shaped tetrominos, without overlapping (flipping and rotating is permitted). What is the minimum number of pieces you can use in order to do this?
Remark: All pieces must be placed entirely on the board.
SOLUTION
Consider all cells in the grid which lie in an odd row and odd column – there are 16 of them. Since each of the two pieces can cover at most 1 of these cells, we need at least 16 pieces. Giving an example with 16 pieces is easy.
One horse traveled for a whole day and at the end, it turned out that two of its legs covered 30 miles, whereas the other two covered 31 miles. How is this possible?
SOLUTION
The horse was operating a mill and was traveling in a circle. Thus its outer legs covered larger distance than its inner legs.
One day, the warden of a prison is, like most wardens in puzzles, feeling a little capricious and decides that he wants to get rid of his prisoners, one way or another. He gathers all the prisoners in the yard and explains to them – “Tonight, I will go to each of you, hand you a key, and tell you who has your key. Each day after that, while the others are out of the cells and no one is watching, I will allow each of you to place your key in someone else’s cell – and each night, you may collect the keys in your own cell. If at any point, you are certain that everyone has the key to their own cell, you may summon me, at which point each of you will open your own cell and walk free. If anyone has the wrong key, everyone will be executed then and there. You may discuss your strategy before tonight, but afterward, no communication will be allowed regarding my game. – Oh, and by the way, if you are still here two weeks from today, I will execute everyone – it’ll be a big birthday for me and I want to retire!”
That night, just as promised, the warden went to each cell and gave each prisoner a key. As he handed each prisoner the key, he whispered to them the name of the person possessing the key to their cell. The keys were entirely indistinguishable from one another, but that was okay, because the prisoners had not counted on being able to tell anything about them. Indeed, the prisoners all seemed confident.
What was their strategy? How could they beat the warden’s game?
SOLUTION
We assume the cells in the prison are arranged in a circle. The prisoners agree every day each of them to pass the key they receive to their left neighbor, except for their own key which they keep. It is easy to figure out which key is their own since they can easily calculate when they will receive it. For example, if prisoner 8 knows that his key is at prisoner 3 in the beginning, then he will get it on the 5th day. Therefore, within 10 days, all prisoners will have their own keys.
Is it possible the following chess position to occur in a game?
SOLUTION
No, it is impossible. The White’s pawn from e2 should have captured the Black’s bishop from c8. In order for the bishop to get there, the pawn on c6 should have captured one of White’s rooks. It couldn’t be the rook from h1, so it should have been the rook from a1. But in order for the rook from a1 to get to c6, the pawns from b2 and c2 should have been moved to b3 and c4 respectively. However, in that case, the bishop from f1 couldn’t get to a4, since it has been blocked before the capture e2xf3.
Alice secretly picks two different integers by an unknown process and puts them in two envelopes. Bob chooses one of the two envelopes randomly (with a fair coin toss) and shows you the number in that envelope. Now you must guess whether the number in the other, closed envelope is larger or smaller than the one you have seen.
Is there a strategy which gives you a better than 50% chance of guessing correctly, no matter what procedure Alice used to pick her numbers?
SOLUTION
Choose any strictly decreasing function F on the set of all integers which takes values between 0 and 1. Now, if you see the number X in Bob’s envelope, guess with probability F(X) that this number is smaller. If the two numbers in the envelopes are A and B, then your probability of guessing correctly is equal to:
A boat has a ladder with six rungs on it. The rungs are spaced one foot from each other, the lowest one starting a foot above the water. The tide rises with 10 inches every 15 minutes.
How many rungs will be still above the water 2 hours later?
SOLUTION
Six rings – the ship and the ladder will be rising with the tide.
Please note:
This action will also remove this member from your connections and send a report to the site admin.
Please allow a few minutes for this process to complete.