CSAT Solved Papers/ 2022/Q27
2022 CSAT — Q27
and are three places such that there are three different roads from to , four different roads from to and three different roads from to . In how many different ways can one travel from to using these roads?
Worked rationale
Two disjoint ways to get from to :
- Via : choose an – road, then a – road — multiplication rule: .
- Direct –: roads.
These routes are mutually exclusive, so add (addition rule):
Answer: (c) 15.
Visual solution
The same solve, worked by hand — read it, then trace it.
Why the other options miss
- A added the via- legs: mis-handles the via- count as then , instead of multiplying the two legs.
- B added every road count: sums all the roads , or wrongly nets , instead of multiplying the sequential legs.
- D multiplied the direct route in: multiplies everything (), folding the direct route into the product instead of adding it as a separate case.
Specialist insight
Multiplication for “and” (sequential legs and ), addition for “or” (via- or direct). The direct – roads are a separate case that must be added, not folded into the product — the trap (d) multiplies them in. .
The trap, in one line
Via : ; direct: ; total (add the direct route, don't multiply it) (c).