What is the largest number of solid by by blocks that can fit in a by by box?
- A)
- B)
- C)
- D)
- E)
Answer
B
Key insight
Volume caps the count at floor(18/4) = 4, and a stack of three flat blocks plus one block standing on its edge in the leftover slab achieves 4.
Solution
Upper bound: the box has volume cubic inches and each block has volume . Since , at most blocks fit.
Construction: think of the box as wide, deep, tall. Lay a block flat so its face covers a wide by deep footprint and it is tall; stack three of these to fill a column. The remaining space is a slab. Stand the fourth block on its edge: wide, deep, tall. It fits in the slab with one inch of height to spare.
Four blocks fit and five cannot, so the answer is .
Why this works
Packing questions have two halves: a volume (or other counting) bound that says "no more than this," and an explicit arrangement that reaches it. When the bound and the construction agree, you are done. Blocks need not all share the same orientation; rotating one is often the key to using leftover space.
The trap
Stopping at 3 blocks after stacking three of them flat, without noticing the leftover 1 by 2 by 3 slab holds a fourth block turned on its side.
Common mistakes
- Stopping at 3 blocks after stacking three of them flat, without noticing the leftover 1 by 2 by 3 slab holds a fourth block turned on its side.
- Answering by volume alone without confirming that four blocks can actually be arranged; here it happens to work, but the check is part of the argument.
Techniques
Bound the quantity above/below or estimate to pin it down