Find the number of paths from A to B that pass through point C. (Each step can only go up or to the right.)
First from A -> C, there are 6 (paths). Then, from C -> B there are 6 (paths). 6*6 = 36.