Assume you are building towers out of identical frictionless cubes of constant density on a flat frictionless surface. The rules of the tower are that there may only be a single cube that does not support any other cubes (only one cube on the top layer, all other cubes support that top cube), if any cube other than this top cube is removed the tower will topple (the tower is minimal), and the supporting cubes may not be the only support for another cube (lower levels must be larger than higher levels). These rules imply that if one is required to use $n$ cubes, not all values of $n$ permit an acceptable tower. The case of $n=1,3,4,6$ are all possible, as demonstrated in the image below. The cases of $n=2,5$ are not possible (I am fairly certain). My question is for what values of $n$ may one build an acceptable tower?
2026-05-14 18:19:28.1778782768
What frictionless cube towers are possible?
196 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in RECREATIONAL-MATHEMATICS
- Good ideas for communicating the joy of mathematics to nine and ten year olds
- Who has built the house of Mason?
- Is there any tri-angle ?
- In what position , the dogs will reside?
- existence of solutions of $a^n+b^n+c^n=6^n$
- Sushi Go! and optimal passing strategy
- Cut the letter $M$ to obtain $9$ single triangles by drawing $3$ straight lines
- Tennis balls problem from John H Conway's "Genius At Play"
- The Heegner Polynomials
- 2018 January Challenge: Prove inequality in geometry problem
Related Questions in PUZZLE
- Maximum number of guaranteed coins to get in a "30 coins in 3 boxes" puzzle
- Interesting number theoretical game
- Number of divisors 888,888.
- Who has built the house of Mason?
- Is there any tri-angle ?
- In what position , the dogs will reside?
- Number of ways to go from A to I
- Who is the truth teller (logic puzzle)
- How many solutions are there if you draw 14 Crosses in a 6x6 Grid?
- Symmetric latin square diagonal elements
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
geometry
circles
algebraic-number-theory
functions
real-analysis
elementary-set-theory
proof-verification
proof-writing
number-theory
elementary-number-theory
puzzle
game-theory
calculus
multivariable-calculus
partial-derivative
complex-analysis
logic
set-theory
second-order-logic
homotopy-theory
winding-number
ordinary-differential-equations
numerical-methods
derivatives
integration
definite-integrals
probability
limits
sequences-and-series
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?

Only $2$ and $5$ are not possible.
Clearly every triangular number is possible. You can build a triangle just like your $n=6$ example, where each layer is a row that contains one fewer cubes than the row below it.
In such a triangular tower with 3 or more blocks on the bottom row, any of the bottom row blocks can be replaced by two blocks. If the bottom row block being replaced is in the middle supporting two blocks above it, then place the replacement blocks such that each supports only one of the two blocks at a corner. That ensures minimality. Once all of the middle blocks of the bottom row are replaced by two, you can replace each end block by two arranged just like the $n=4$ case example. In this way you can add blocks one by one until the entire bottom row is doubled. If you then add one more cube you have reached the next triangular number, so you can put all those extra cubes and your new cube together to form a new base row.
Here is how it looks when a base row of 5 blocks supporting a row of 4 blocks is doubled to 10 blocks:
This procedure works for any triangular tower with 3 or more blocks on the bottom row, so from $6$ cubes onwards.
As Oscar Lanzi points out, this does not work on a tower with only 2 blocks in the bottom row, because then you would have a single block being supported by 4 others, which cannot be minimal. So the only numbers that are not possible are $2$ and $5$.