Block walking


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.

An example block walking problem

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 units "East" and n units "North" of A, where and both and are nonnegative.

Solution by brute force

A "brute force" solution to this problem may be obtained by systematically counting the number of ways Fred can reach each point where
without backtracking 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. In general, one soon discovers that the number of paths from A to any such X corresponds to an entry of Pascal's triangle.

Combinatorial solution

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 and. For the sake of clarity, let and. Given the coordinates of B, regardless of the path Fred travels he must walk along the vectors E and N exactly and times, respectively. As such, the problem reduces to finding the number of distinct rearrangements of the word
which is equivalent to finding the number of ways to choose indistinct objects from a group of. Thus the total number of paths Fred could take from A to B traveling only blocks is

Other problems with known block walking combinatorial proofs

  • Proving that