Question
Question: A person starts at the bottom left corner O(0, 0) of a rectangular grid and moves to the top right c...
A person starts at the bottom left corner O(0, 0) of a rectangular grid and moves to the top right corner T(5, 4) by taking only one unit right or one unit up. All shortest path form O to T are equally likely. Then the probability that the path passes through P(2, 1) given that it will also pass through Q(4, 3) is

A
51
B
3517
C
53
D
3518
Answer
3518
Explanation
Solution
The number of shortest paths from (x1,y1) to (x2,y2) is (x2−x1(x2−x1)+(y2−y1)). The number of paths through Q(4,3) is N(O→Q)×N(Q→T)=(44+3)×(5−4(5−4)+(4−3))=(47)×(12)=35×2=70. The number of paths through P(2,1) and Q(4,3) is N(O→P)×N(P→Q)×N(Q→T)=(22+1)×(4−2(4−2)+(3−1))×(5−4(5−4)+(4−3))=(23)×(24)×(12)=3×6×2=36. The conditional probability is the ratio of these counts: 7036=3518.