Vini is the manager of a sports store. Coming into work, he saw that the competing store down the block made a huge 1.5 m tall square pyramid of cricket balls, which was attracting attention from pedestrians. The pyramid consists of several layers of balls: the topmost layer with 1 ball, the next one with 4 balls, the next one with 9 balls, and so on.
Not to be outdone, Vini wants to construct a larger display that is at least 1.8 m tall. He knows that the diameter of a cricket ball is 7 cm and that each box in the warehouse contains 100 cricket balls. What is the minimum number of boxes that are needed to build the pyramid?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
nyc solution
can you explain this 2-d phenomenon in a simple way?
Log in to reply
Essentially what I did was make a right triangle out of the distance between two externally tangent spheres and the x- and y- components of this to find how much height each sphere added to the pyramid.
The three dimensional construction is the main thing in the problem......I approached it the same way.....Cheers!! to find the 7 ∗ 2 thing I constructed a tetrahedron to measure the height.....
Not tetrahedron. A square based pyramid :)
Yep, that's basically what I did.
It would be a pain to stack all those cricket balls, especially because they roll around.
Log in to reply
Or you can construct a fence, like http://en.wikipedia.org/wiki/File:Zack Hample posing with a pyramid of_baseballs.jpg
That's why you spit on them and make them stick.
It's interesting, that one of the multiple choices was 95, which is the correct answer for the case of firstly mentioned 1.5 m tall (was that on purpose?).
Log in to reply
It was a coincidence! :)
I got the same solution. The trick is to know the heights of each layer and not forgetting that the bottom and top layer has each an additional 3.5cm added.
We determine first the least number of layers the pyramid will have.
We consider a small pyramid having 2 layers of balls with radius r . This pyramid will have 4 balls in its base and one ball placed on top of these four balls. To find the height of such pyramid, we connect the centers of these balls, forming a square pyramid having base length of 2 r , and a slant height of 2 r , along its face's edge. Let d be the diagonal length of the square base and h be the height of such pyramid. We then use pythagorean theorem to find the height h .
For the right triangle formed when the pyramid base is cut along its diagonals,
( 2 d ) 2 + ( 2 d ) 2 = ( 2 r ) 2
and for the right triangle formed by connecting the vertex, the corner and the base's center,
h 2 + ( 2 d ) 2 = ( 2 r ) 2
we deduce that,
h = 2 d .
But,
d = 2 2 r
so,
h = 2 r .
For the height H 2 of a 2-layered pyramid, we have:
H 2 = r + h + r ,
where the first r is the radius of the top sphere and the last r is the radius of the bottom sphere.
Simplifying, we have
H 2 = 2 r + 2 r .
If we have a 3-layered pyramid, the height becomes
H 3 = 2 r + 2 2 r
For an n -layered pyramid, we will have,
H n = 2 r + ( n − 1 ) 2 r .
Applying the formula for the n -layered pyramid in our problem:
1 8 0 c m ≤ H n = 2 ( 3 . 5 c m ) + ( n − 1 ) 2 ( 3 . 5 c m ) .
We arrive at the inequality: n ≥ 3 5 . 9 5 . . .
Taking n = 3 6 to be the least number of layers for the pyramid, the number of balls b to be used is b = 1 2 + 2 2 + 3 2 + . . + 3 6 2 = 1 6 2 0 6 . Dividing this number by 1 0 0 and rounding up, we obtain the answer : 1 6 3 .
This is a much better approach to explain to a guy like me. Lol.
how can we deduce h= d/2 ??
To get the number of layers we should notice first layer centers of balls are at 3 . 5 s m while each next layer is + 3 . 5 2 s m and the last layer of 1 ball adds + 3 . 5 s m height (one radius more of the last ball) to the pyramid and we have:
3 . 5 + ( n − 1 ) × 3 . 5 2 + 3 . 5 > = 1 8 0 which gives minimum n = 3 6 .
The number of balls is
N = 6 n × ( n + 1 ) × ( 2 n + 1 ) = 1 6 2 0 6 thus 1 6 3 boxes are necessary.
A ball on the next layer is placed in the space between four balls in the layer below. You need to find the increase in height of the arrangement when a ball is placed on a layer.
To find this, try to visualize 4 balls as they are depicted in this problem's description. Now imagine placing a ball between them. Connect the centers of the 4 balls to form a square of side equal to diameter of any ball here. Next join each of these vertices of this square to the center of the ball placed above it. Just consider these 5 vertices; they form a square pyramid.
It isn't difficult to derive the height of this pyramid, so I ll just provide the result: The height of this is x / 2 ; where x is the dimension of the pyramid, and the diameter of each ball
This is the height of the center of the top ball from the centers of the balls below. The total height of both layers would thus be x / 2 (ground to center of first layer) + x / 2 (height between two layer centers)+ x/2(2nd layer center to top) which is x + x / 2
The first layer by itself has height x, thus each layer increases height by x / 2 Thus if k layers are needed in total and substituting x as 7
7 + ( k − 1 ) 7 / 2 = 1 8 0
Solve this to get k = 36 layers
Each layer n has n^2 balls by problem description.
So we need to find
1 2 + 2 2 + . . . + 3 6 2 Which has the sum k ( k + 1 ) ( 2 k + 1 ) / 6 where k=36
This is evaluated to 16206 balls. Each box has 100 balls, thus we need 163 boxes in total.
Problem Loading...
Note Loading...
Set Loading...
Cool problem!
First we need to find how much height each layer adds. We have four externally tangent spheres whose centers form a square of sidelength 7. In the middle is situated another sphere of the same radius. If we observe from a top-down perspective, the center of the middle sphere is in the middle of the square. The goal of this is to create a right triangle: the hypotenuse is the distance from the center of one of the spheres to the center of the middle sphere, with the legs being the x and y components of this hypotenuse.
In this 2-D sense, the distance from this center to the center of any other sphere is equal to 2 7 2 . In addition, the hypotenuse is of length 7, leaving the y-component. We have a right triangle, so it's natural to use pythagorean theorem. 2 4 9 + y 2 = 4 9 , so y = 2 7 2 . Thus, for each layer we add, we add this much to the height. In addition, we will also have another 7 centimeters from the bottom layer sphere's radius and the top layer's radius. Thus, we can find the number of layers by 7 + n ( 2 7 2 ) = 1 8 0 , where there are n + 1 layers. Solving, we get ⌈ n ⌉ = 3 6 . Thus, we require 6 ∗ 3 7 ∗ 7 3 = 1 6 2 0 6 balls, and ⌈ 1 0 0 1 6 2 0 6 ⌉ = 1 6 3 boxes.