CSAT Solved Papers/ 2023/Q66

2023 CSAT — Q66

Quant Counting & combinatorics 2.5 marks Easy

A flag has to be designed with 44 horizontal stripes using some or all of the colours red, green and yellow. What is the number of different ways in which this can be done so that no two adjacent stripes have the same colour?

  1. A 12
  2. B 18
  3. C 24 Answer
  4. D 36

Worked rationale

Colour the stripes top to bottom. The first stripe is free; each later stripe must differ only from the one directly above it.

  • Stripe 11: 33 choices (red, green, yellow).
  • Stripe 22: 22 choices (anything but stripe 11).
  • Stripe 33: 22 choices (anything but stripe 22).
  • Stripe 44: 22 choices (anything but stripe 33).

By the multiplication principle:

3×2×2×2=24.3 \times 2 \times 2 \times 2 = 24.

Answer: (c) 24.

Why the other options miss

  • A
    an arithmetic slip: drops one factor of 22 (e.g. 3×2×2=123\times 2\times 2 = 12, colouring only three stripes).
  • B
    wrong formula: uses 3×3×23\times 3\times 2 or a wrong per-stripe count, mis-applying the “differs from neighbour” rule.
  • D
    missed a case: over-counts by allowing 33 choices for a stripe that must avoid its neighbour (3×3×2×23\times 3\times 2\times 2), forgetting each interior stripe has only 22 valid colours.

Specialist insight

The standard “path-colouring” count: with kk colours and mm stripes in a line and the only rule being “adjacent differ,” the count is k(k1)m1k(k-1)^{m-1}. Here k=3k = 3, m=4m = 4, giving 323=243 \cdot 2^3 = 24. The phrase “some or all of the colours” is a non-constraint — it just means a colour may be unused; it does not add cases. Recognising the k(k1)m1k(k-1)^{m-1} template makes this a 3030-second item.

The trap, in one line

33 for the first stripe, 22 for each of the next three: 323=243\cdot 2^3 = 24 ("some or all" adds nothing) == (c).

← All 2023 CSAT questions