Town Plan Shortest Paths

CAT 2008 Slot 1 · QA · Hard · Combinatorics

Passage / data set

The figure below shows the plan of a town. The streets are at right angles to each other. A rectangular park (P) is situated inside the town with a diagonal road running through it. There is also a prohibited region (D) in the town.

  A ---+---+---+---C---+---
  |   |   |   |   | D |   |
  |---+---+---+---+---+---|
  |   | P /   |   |   |   |
  |---+--+----+---+---+---|
  |   |   |   |   |   |   |
  |---+---+---+---+---+---|
  |   |   |   |   |   | B

Question 1 of 2

Neelam rides her bicycle from her house at A to her office at B, taking the shortest path. Then the number of possible shortest paths that she can choose is

  1. A.

    60

  2. B.

    75

  3. C.

    45

  4. D.

    90

  5. E.

    72

Answer

D

Explanation

To take the shortest path from AA to BB, Neelam must move through the diagonal road inside the park PP. Let the entry point to the park diagonal be EE and the exit point be FF.

  • Number of ways from AA to EE (2 steps right, 2 steps down) =(2+2)!2!2!=6= \frac{(2+2)!}{2!2!} = 6.
  • Number of ways along the park diagonal EF=1E \to F = 1.
  • Number of ways from FF to BB (4 steps right, 2 steps down) =(4+2)!4!2!=15= \frac{(4+2)!}{4!2!} = 15.

Total shortest paths =6×1×15=90= 6 \times 1 \times 15 = 90.

Question 2 of 2

Neelam rides her bicycle from her house at A to her club at C, via B taking the shortest path. Then the number of possible shortest paths that she can choose is

  1. A.

    1170

  2. B.

    630

  3. C.

    792

  4. D.

    1200

  5. E.

    936

Answer

A

Explanation

From AA to BB, there are 90 paths as calculated in Q9.

From BB to CC (moving left/up):

  • Case 1: Via point XX (below region DD): (5+1)!5!1!=6\frac{(5+1)!}{5!1!} = 6 ways to XX, and 22 ways from XX to CC, giving 6×2=126 \times 2 = 12 ways.
  • Case 2: Via point YY (around region DD): 1 way. Total ways from BB to C=12+1=13C = 12 + 1 = 13.

Total ways from AA to CC via B=90×13=1170B = 90 \times 13 = 1170.

Practise this under exam conditions

Sign in to solve it with a live timer, the on-screen CAT calculator, and streak and accuracy tracking across every question you attempt.

Solve in the workspace