Problem Two: Pyramids By The Block
Nov 16th, 2006 by Allen
In a catalog, you read about a set of blocks. There are 1029 blocks; all are identical in volume. They can be assembled into several tiers which are 1 foot thick and stack to form a pyramid. (The pyramid has a square base; its four sides are equivalent isosceles triangles.) How tall is this pyramid?
14 ft?
I am not sure why the number is 1029 and not 1015…
Shouldn’t you solve:
1 + 4 + 9 + … + i^2 + … + n^2 = 1015
n * (n+1) * (2n+1) / 6 = 1015
which lead to:
n = 14