Suppose that one can move from one vertex to another if, and only if, the two vertices are connected by a unique common edge. The number of routes that one can take from the leftmost vertex L through 6 edges and 5 intermediate vertices to the rightmost vertex R is .......
This is my scholarship practice exam (pre-university level) and the only way I did it correctly is by counting but I feel it was a bit messy but it can be simplified by writing with alphabets such as (u for up, d for down, s for go straight).
However, there could be other solutions such as combination or permutation, probably. The answer key provided is 12. Please advise what you think and how to solve this problem.
