CSAT Solved Papers/ 2024/Q5

2024 CSAT — Q5

Quant Counting & combinatorics 2.5 marks Medium

What is the least possible number of cuts required to cut a cube into 6464 identical pieces?

  1. A 8
  2. B 9 Answer
  3. C 12
  4. D 16

Worked rationale

Each straight planar cut along one axis multiplies the piece-count along that axis; cuts may be re-stacked between passes, so cc cuts along one direction produce c+1c+1 slabs. To get 6464 identical small cubes we need a a×b×ca\times b\times c grid with abc=64a\cdot b\cdot c = 64 and we want to minimise the total cuts (a1)+(b1)+(c1)(a-1)+(b-1)+(c-1).

For a fixed product, the sum of factors is minimised when the factors are as equal as possible. Since 64=4×4×464 = 4\times4\times4,

cuts=(41)+(41)+(41)=3+3+3=9.\text{cuts} = (4-1)+(4-1)+(4-1) = 3+3+3 = 9.

Any less-balanced split costs more: 64=8×8×17+7+0=1464 = 8\times8\times1 \Rightarrow 7+7+0 = 14; 64=2×4×81+3+7=1164 = 2\times4\times8 \Rightarrow 1+3+7 = 11. The balanced 4×4×44\times4\times4 is the optimum.

Answer: (b) 9.

Visual solution

The same solve, worked by hand — read it, then trace it.

Hand-drawn worked solution for UPSC 2024 CSAT Q5 — Counting & combinatorics
Tap the drawing to open it full size for the fine detail.

Why the other options miss

  • A
    an arithmetic slip: takes 643=4\sqrt[3]{64}=4 and reports 33 cuts per axis but then sums only 3+3+23+3+2, dropping one cut on the third axis.
  • C
    forgets that slabs can be re-stacked: assumes a 4×4×44\times4\times4 but counts 44 cuts per axis (4×3=124\times3=12) instead of the 33 cuts that already make 44 slabs.
  • D
    wrong method: uses a 2×2×162\times2\times16-style imbalance, or counts faces not cuts.

Specialist insight

Two ideas win this: (1) re-stackingnn pieces along one axis cost n1n-1 cuts, never nn; and (2) balance — for a fixed product, equal factors minimise the factor-sum, the AM–GM intuition. 6464 is the perfect cube 434^3, so the symmetric split 4×4×44\times4\times4 is forced as optimal: 33 cuts on each of three axes =9=9. If 6464 were not a perfect cube you would pick the most-balanced factor triple. Recognising “minimise the sum of factors at fixed product” turns a fiddly 3-D visualisation into one line.

The trap, in one line

Re-stacking makes it (41)(4-1) per axis, not 44 per axis; and the split must be the balanced 4×4×44\times4\times4 — total 99, not 1212.

← All 2024 CSAT questions