Question Error Report

Thank you for reporting, we will resolve it shortly

Back to Question

Q. The number of (staircase) paths in the $x y$-plane from $(0,0)$ to $(7,5)$ where each such path is made up of individual steps going one unit upward $(U)$ or one unit to the right $(R)$. One such path is shown in figure
image
, how many such paths are there if each path must pass through the point $(3,4)$ ?

Permutations and Combinations

Solution:

Required number of paths
$= (\text { Number of paths upto }(3,4)) \times(\text { Number } \text { of paths from }(3,4) \text { to }(5,7)) $
$= \frac{7 !}{3 ! 4 !} \times \frac{5 !}{4 !}=175$