Problems

Age
Difficulty
Found: 1883

How many cuboids are contained in an n×n×n cube? For example, we’ve got n3 cuboids of size 1×1×1, and obviously just 1 of size n×n×n (which is the whole cube itself). But we also have to count how many there of size 1×1×2, 1×2×3, and several more.

In the 6×7 large rectangle shown below, how many rectangles are there in total formed by grid lines?

image

Simplify F0F1+F2F3+...F2n1+F2n, where n is a positive integer.

Explain why a position g is a winning position if there is a move that turns g into a losing position. On the other hand, explain why a position is a losing position if all moves turns it into a winning position.

A technique that can be used to completely solve certain games is drawing game graphs. Given a game G, we draw an arrow pointing from a position g to a position h if there is a move from g to h.

As a simple example, the game graph of Nim(2) is shown below.

image

Draw the game graph of Nim(2,2). Is Nim(2,2) a winning position or losing position?

Let x,y be nonnegative integers. Determine when Nim(x,y) is a losing position and when it is a winning position.