CSAT Solved Papers/ 2023/Q48

2023 CSAT — Q48

Quant Counting & combinatorics 2.5 marks Easy

What is the number of selections of 1010 consecutive things out of 1212 things in a circle taken in the clockwise direction?

  1. A 3
  2. B 11
  3. C 12 Answer
  4. D 66

Worked rationale

A block of ”1010 consecutive things taken clockwise” from a circle of 1212 is completely determined by its starting position. In a circle of nn items, the number of consecutive clockwise arcs of any fixed length kk (with 1kn1 \le k \le n) equals the number of starting points:

n=12.n = 12.

Each of the 1212 positions begins a distinct clockwise run of 1010, so there are 1212 such selections.

Answer: (c) 12.

Why the other options miss

  • A
    solved the wrong shape: computes 1210+1=312 - 10 + 1 = 3, the linear (row) count of consecutive blocks, ignoring that a circle has no endpoints.
  • B
    off by one: treats it as a near-circular count n1n - 1, dropping one rotational start.
  • D
    wrong formula: uses (122)=66\binom{12}{2} = 66 (choosing the 22 excluded items as if unordered/non-adjacent), forgetting the excluded pair must itself be adjacent for the kept block to be consecutive.

Specialist insight

The circle is the trap. In a line, consecutive blocks of length kk number nk+1n-k+1; in a circle, they number nn (every position is a valid start, wrapping around). Equivalently, choosing 1010 consecutive to keep is the same as choosing the 22 consecutive to drop, and there are exactly 1212 adjacent pairs in a 1212-cycle. Either view gives 1212. The decoy 33 is the linear answer; 6666 ignores adjacency.

The trap, in one line

In a circle of 1212, consecutive arcs of length 1010 number 1212 (one per start) — not 1210+1=312-10+1 = 3 (that's the line) \Rightarrow (c).

← All 2023 CSAT questions