In combinatorial mathematics, block walking is a method useful in thinking about sums of combinations graphically as "walks" on Pascal's triangle. As the name suggests, block walking problems involve counting the number of ways an individual can walk from one corner A of a city block to another corner B of another city block given restrictions on the number of blocks the person may walk, the directions the person may travel, the distance from A to B, et cetera.
Suppose such an individual, say "Fred", must walk exactly k blocks to get to a point B that is exactly k blocks from A. It is convenient to regard Fred's starting point A as the origin,, of a rectangular array of lattice points and B as some lattice point
(e,n)
e+n=k
A "brute force" solution to this problem may be obtained by systematically counting the number of ways Fred can reach each point
X=(x1,x2)
0\lex1\lee
0\lex2\len
without backtracking (i.e. only traveling North or East from one point to another) until a pattern is observed. For example, the number of ways Fred could go from to or is exactly one; to is two; to or is one; to or is three; and so on. Actually, you could receive the number of ways to get to a particular point by adding up the number of ways you can get to the point south of it and the number of ways you can get to the point west of it.(With the starting point being zero and all the points directly north and south of it one.) In general, one soon discovers that the number of paths from A to any such X corresponds to an entry of Pascal's Triangle.
Since the problem involves counting a finite, discrete number of paths between lattice points, it is reasonable to assume a combinatorial solution exists to the problem. Towards this end, we note that for Fred to still be on a path that will take him from A to B over blocks, at any point X he must either travel along one of the unit vectors (1,0) and (0,1). For the sake of clarity, let
E=\langle1,0\rangle
N=\langle0,1\rangle
\overbrace{EE … E}etimes\underbrace{NN … N}n
\binom{k}{e}=\binom{k}{n}= | k! |
e!n! |
.
n | |
\sum | |
k=0 |
{n\choosek}2 ={2n\choosen}
can be done with a straightforward application of block walking.[1]