CAT 2019 Slot 1 — QA Question 2
Geometry based questionsEasy
With rectangular axes of coordinates, the number of paths from (1, 1) to (8, 10) via (4, 6), where each step from any point (x, y) is either to (x, y + 1) or to (x + 1, y), is
Answer & solution
Correct answer: 3920
Answer: 3920
Solution
Easy
Each step goes right or up. A path forced through is just a path to followed by a path from to , so multiply the two counts. For a grid trip needing right-steps and up-steps, the number of paths is .
1
Leg 1: . Need right-steps and up-steps, total steps.
2
Leg 2: . Need right-steps and up-steps, total steps.
3
Multiply the legs. Every leg-1 path combines with every leg-2 path.