How Many Boxes Are There? – A 3D Visualization Puzzle for Engineers
Posted on October 5, 2025
Being able to visualize 3D objects from 2D drawings is one of the most valuable skills for anyone working in construction, architecture, or engineering. Whether you are reading plans, checking site layouts, or interpreting material drawings, understanding side, back, and top views is extremely important.
The Puzzle: Count the Total Number of Boxes
Look at the three views of the vehicle loaded with boxes:
Top View – shows how the boxes are arranged from above.
Side View – shows how the structure looks from one side.
Back View – shows how it looks from behind.
Your task: Analyze all three views and calculate the total number of boxes stacked on the trolley.
Step-by-Step Solution
Let’s solve it by counting the number of boxes layer by layer:
1st layer (bottom): 4 × 4 = 16 boxes
2nd layer: 3 × 3 = 9 boxes
3rd layer: 2 × 2 = 4 boxes
Top layer: 1 × 1 = 1 box
Total Number of Boxes
Now, add them all together:
Total = 16 + 9 + 4 + 1 = 30 boxes
Answer: 30 boxes
This simple puzzle is a great example of how combining information from top, side, and back views can help you reconstruct a 3D object — a skill that’s essential in construction and engineering.