Hanging a picture on the wall using two nails in such a way that removing any nail makes the picture fall down

Solution 1:

You can see a solution in Figure 1 of Picture-Hanging Puzzles, by Demaine et al. It doesn't require anything advanced to understand that specific solution. It's the generalization to more and more nails that seems to need some fancy math.

Here is the two-nail solution from Demaine et al. (don't mouse over it if you want to think about it first):

Two-nail picture hanging solution (from the linked "Picture Hanging Puzzles" article)

An excerpt of an explanation found in section 3.2:

We define $2n$ symbols: $x_1, x_1^{-1}, \dots, x_n, x_n^{-1}$.
Each $x_i$ represents wrapping the rope around [passing over top of?] the $i$th nail clockwise, and each $x_i^{-1}$ represents wrapping the rope around the $i$th nail counterclockwise. Now a weaving of the rope can be represented by a sequence of these symbols. For example, the solution to the two-nail picture-hanging puzzle shown [in the figure above] can be written $x_1x_2x_1^{-1}x_2^{-1}$.
...
In this representation, removing the $i$th nail corresponds to dropping all occurrences of $x_i$ and $x_i^{-1}$ in the sequence. Now we can see why [the figure] disentangles when we remove either nail. For example, removing the first nail leaves just $x_2x_2^{-1}$, i.e., turning clockwise around the second nail and then immediately undoing that by turning counterclockwise around the same nail. In general, $x_i$ and $x_i^{-1}$ cancel, so all occurrences of $x_ix_i^{-1}$ and $x_i^{-1}x_i$ can be dropped. (The free group specifies that these cancellations are all the cancellations that can be made.) Thus the original weaving $x_1x_2x_1^{-1}x_2^{-1}$ is nontrivially linked with the nails because nothing simplifies; but if we remove either nail, everything cancels and we are left with the empty sequence, which represents the trivial weaving that is not linked with the nails (i.e., the picture falls).

Solution 2:

Put one nail in the wall, and another one in the picture frame. Wrap the string around them. If you remove any of the nails, the picture will fall down :)