GATE CS 2024 Set 2 — Question 9

MCQ+2 / -0.67Easy2D & 3D PatternsSpatial AptitudeGeneral Aptitude

General Aptitude → Spatial Aptitude → 2D & 3D Patterns

Last updated

Question

A cube is to be cut into 8 pieces of equal size and shape. Here, each cut should be straight and it should not stop till it reaches the other end of the cube.
The minimum number of such cuts required is
A.
3
B.
4
C.
7
D.
8

Correct answer

(A) 3

Solution

To cut a cube into nn pieces with minimum cuts, we should distribute the cuts as evenly as possible across the three dimensions (x, y, z).
Let x,y,zx, y, z be the number of cuts along the three axes. The total number of pieces is given by (x+1)(y+1)(z+1)(x+1)(y+1)(z+1).
We want (x+1)(y+1)(z+1)=8(x+1)(y+1)(z+1) = 8.
To minimize the total number of cuts k=x+y+zk = x+y+z, the factors (x+1),(y+1),(z+1)(x+1), (y+1), (z+1) should be as close to each other as possible.
Since 8=2×2×28 = 2 \times 2 \times 2, we can set:
x+1=2    x=1x+1 = 2 \implies x = 1
y+1=2    y=1y+1 = 2 \implies y = 1
z+1=2    z=1z+1 = 2 \implies z = 1Total cuts k=1+1+1=3k = 1 + 1 + 1 = 3.
These 3 mutually perpendicular cuts passing through the center of the cube will divide it into 8 smaller cubes of equal size and shape.

More questions on Spatial Aptitude

Practice GATE CS PYQs with adaptive difficulty

Timed practice, skill tracking, and AI explanations — free to start.

Start practicing free