Problems

Age
Difficulty
Found: 1468

How many times have the people in this room blinked in their lives in total? Find an answer to the nearest power of 10.

What’s bigger out of 99! and 5099?

Let x be the sum of digits of 44444444. Let y be the sum of digits of x. What’s the sum of the digits of y?

Using the fact that log10(3)0.4771, log10(5)0.698 and log10(6)0.778 all correct to three or four decimal places (check), show that 5×1047<3100<6×1047. How many digits does 3100 have, and what’s its first digit?

What is the least N such that n=1N1/n100?

Evaluate a(4,4) for the function a(m,n), which is defined for integers m,n0 by a(0,n)=n+1, if n0;a(m,0)=a(m1,1), if m>0;a(m,n)=a(m1,a(m,n1)), if m>0, and n>0.

Show that two queens together can attack every square on a 4×4 grid, but one queen on her own cannot do it. This type of problem is called ‘queen’s domination’.

How many queens can you place on a 4×4 grid so that none of them attack each other?

Show an knight’s tour on a 5×6 chessboard. That is, a path where a knight starts at one square, and then visits every square exactly once, making only moves legal to a knight.