What is the maximum number of balls of clay of radius that can completely fit inside a cube of side length assuming the balls can be reshaped but not compressed before they are packed in the cube?
- A)
- B)
- C)
- D)
- E)
Answer
D
Key insight
Reshaping means only volume matters: cube volume 216 divided by ball volume 32pi/3 is about 6.45, so 6 balls fit.
Solution
Because the clay can be reshaped, the only constraint is volume: the total clay volume cannot exceed the cube's volume.
The cube has volume . One ball has volume
The number of balls that fit is
Since , the quotient is between and , so balls fit and a seventh does not.
The answer is .
Why this works
"Reshaped but not compressed" is code for "volume is conserved and shape is irrelevant." Once you read it that way, the problem is a single division. Bracketing between and avoids any decimal division.
The trap
Treating the balls as rigid spheres of diameter 4 that must be packed geometrically inside the side-6 cube, which would allow only one.
Common mistakes
- Treating the balls as rigid spheres of diameter 4 that must be packed geometrically inside the side-6 cube, which would allow only one.
- Using diameter in place of radius in the sphere formula, or rounding up to .
Techniques
Bound the quantity above/below or estimate to pin it down · Set up the equation/formula and compute; no special trick needed