東京工業大学 情報理工学院 数理・計算科学系 2017年8月実施 午前 問C
Author
祭音Myyura
Description
以下の図に示すような

ここで,点
- 条件 1: 経路上の全ての点に関して,その右または上の隣接点へのみ移動可能.
有限集合 A に対して |A| は A の濃度 (要素数) を表すものとする.
(1)
- 条件 2: ある
に対して,経路上に点 が存在する.すなわち,経路は上図に示した • 印の点を少なくとも 1 つ経由する.
集合
に含まれる経路で,点 を通る経路全体の集合. に含まれる経路で,点 を通る経路全体の集合.
(2)
(3)
(4)
Kai
(1)
Total number of moves in which we have to move up to reach the last row
Total number of moves in which we have to move right to reach the last column
Total moves
Now think of moves as a string of ‘R’ and ‘U’ characters where ‘R’ at any ith index will tell us to move ‘Right’ and ‘U’ will tell us to move ‘Up’.
Then
Therefore,
(2)
Note that all paths go through the point
(3)
We take a path from
If we reflect the portion of the path from
Since this gives a bijection between the two types of paths, and since the number of paths from
(4)
By (2) and (3) we have
Then