Prove $${n \choose 1}+6{n \choose 2}+6{n \choose 3} = n^3$$ without algebra.
I've been trying to think of it in terms of the volume of a cube, and also as the set $\{(x,y,z)|x,y,z \in \mathbb{N}, 1 \leq x,y,z \leq n\}$ (is this correct syntax?), but that's as far as I've gotten.
The general case of this formula is \begin{align*} n^k &= \left\{{k \atop 1}\right\}n + \left\{{k \atop 2}\right\} n(n-1) + \dots + \left\{{k \atop k}\right\}n(n-1)(n-2)\dotsb(n-k+1) \\ &= 1! \left\{{k \atop 1}\right\} \binom{n}{1} + 2! \left\{{k \atop 2}\right\} \binom n2 + \dots + k! \left\{{k \atop k}\right\} \binom nk. \end{align*} (To allow for the $k=0$ case we should include a $0! \left\{{k \atop 0}\right\}n^0$ term as well, I guess.)
Here, $\left\{{a \atop b}\right\}$ denotes the Stirling numbers of the second kind, which count the number of partitions of an $a$-element set into indistinguishable $b$ subsets. In particular, $b! \left\{{a \atop b}\right\}$ is a very commonly-encountered expression in which we partition an $a$-element set into $b$ distinguishable subsets. Equivalently, $b! \left\{{a \atop b}\right\}$ counts the number of surjective functions from $\{1,2,\dots,a\}$ onto $\{1,2,\dots,b\}$.
A word-problem proof of this identity is: if a bar has $n$ brands of beer available, in how many ways can $k$ people order beer? On the one hand, the answer is just $n^k$, because each person can choose a brand independently. On the other hand, we can count the answer in the following way:
For the special case of $k=3$, we can count the surjections manually. Here, a minister, a priest, and a rabbi walk into a bar. There are $n$ brands of beer available. In how many ways can all three order beer?
On the one hand, there are clearly $n^3$ ways for them to make independent decisions. On the other hand, we can do casework:
The two ways of counting are equivalent, so $$n^3 = \binom n1 + 6\binom n2 + 6\binom n3.$$