The oranges are arranged such that there is 1 top orange; the second top layer has 2 more oranges than the top; the third has 3 more oranges than the second, and so on. Forming a tetrahedron of oranges, these "tetrahedral" numbers of oranges run as a series, as shown above.
What is the value of the 1 0 0 th term of this series?
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.
Or you can just apply Hockey Stick Identity : n = 1 ∑ 1 0 0 ( 2 n + 1 ) = ( 3 1 0 0 + 2 ) = 1 7 1 7 0 0 .
Log in to reply
Oh, there's a name for this. I didn't know. Lol...
But according to the question, shouldn't the 2nd layer have 3 oranges??
Log in to reply
Yes, the second layer has 3 oranges, and the third has 6 oranges.
This was my solution. But I like Pi Han Goh's more.
Let x be our sum. Then I figured that
x = 2 1 ( 2 ) + 2 2 ( 3 ) + 2 3 ( 4 ) + 2 4 ( 5 ) + ⋯ + 2 9 9 ( 1 0 0 ) + 2 1 0 0 ( 1 0 1 )
x = 2 2 ( 1 + 3 ) + 2 4 ( 3 + 5 ) + 2 6 ( 5 + 7 ) + 2 8 ( 7 + 9 ) + ⋯ + 2 9 8 ( 9 7 + 9 9 ) + 2 1 0 0 ( 9 9 + 1 0 1 )
x = ( 1 + 3 ) + 2 ( 3 + 5 ) + 3 ( 5 + 7 ) + 4 ( 7 + 9 ) + ⋯ + 4 9 ( 9 7 + 9 9 ) + 5 0 ( 9 9 + 1 0 1 )
x = 1 ⋅ 4 + 2 ⋅ 8 + 3 ⋅ 1 2 + 4 ⋅ 1 6 + ⋯ + 4 9 ⋅ 1 9 6 + 5 0 ⋅ 2 0 0
x = 4 ⋅ [ 1 2 + 2 2 + 3 2 + 4 2 + ⋯ + 4 9 2 + 5 0 2 ]
x = 4 ⋅ [ 6 5 0 ⋅ 5 1 ⋅ 1 0 1 ]
x = 4 ⋅ [ 6 5 0 ⋅ 5 1 ⋅ 1 0 1 ]
x = 1 7 1 7 0 0
Each layer of oranges is a triangular number. Triangular numbers can be computed with the binomial coefficient.
k = 1 ∑ n k = ( 2 n + 1 )
The sum of triangular numbers can be computed with the hockey stick identity .
k = 1 ∑ n j = 1 ∑ k j = k = 1 ∑ n ( 2 k + 1 ) = ( 3 n + 2 )
So the sum of the first 100 triangular numbers is:
k = 1 ∑ 1 0 0 j = 1 ∑ k j = ( 3 1 0 2 ) = 1 7 1 7 0 0
I counted layer by layer, just like Worranat Pakornrat, but calculated the sum a different (sort of) way.
The top layer has 1 orange. The next layer as 1 orange in its first row, then 2 oranges in its second row, so 1 + 2 oranges. The third layer has 1 + 2 + 3 oranges. And so on. The 1 0 0 th layer will have 1 + 2 + ⋯ + 1 0 0 oranges.
So we want to compute: 1 + ( 1 + 2 ) + ( 1 + 2 + 3 ) + ⋯ + ( 1 + 2 + ⋯ + 1 0 0 ) . There are 1 0 0 ones, 9 9 twos, 9 8 threes, and so on, so we have: ( 1 ⋅ 1 0 0 ) + ( 2 ⋅ 9 9 ) + ( 3 ⋅ 9 8 ) + ⋯ + ( 1 0 0 ⋅ 1 ) . This can be represented by ∑ k = 1 1 0 0 k ( 1 0 1 − k ) , which I used the computer calculate, or you can write it as 1 0 1 ∑ k = 1 1 0 0 k − ∑ k = 1 1 0 0 k 2 and use the formulas.
S=1+(1+2)+(1+2+3)+...+(1+...+100)= 100×1+(100-1)×2+...(100-99)×100= 100×(1+2+...+100)-1x2-2x3-..-99×100= 100×100×101/2-2(1+(1+2)+(1+2+3)+ ...+(1+2+3+...+99))= 100²×101/2-2(S-100×101/2) So 3S=100²×101/2+100×101= 100×101×(100+2)/2 So S=100×101×102/6=171700
Problem Loading...
Note Loading...
Set Loading...
When we separate this sequence by parts or layers of the oranges, we will see a pattern as shown:
a 1 = 1
a 2 = 1 + 3 = 1 + (1 + 2)
a 3 = 1 + 3 + 6 = 1 + (1 + 2) + (1 + 2 + 3)
...
a n = 1 + (1 + 2) + (1 + 2 + 3) + ... + (1 + 2 + 3 + ... + n)
So we can see that this series is, in fact, a sum of sums of all natural numbers under n.
That is, a n = ∑ ( ∑ n ) = ∑ ( 2 n ( n + 1 ) ) as we know that the sum of 1 to n equals to 2 n ( n + 1 ) from the formula.
Now a n = ∑ ( 2 n ( n + 1 ) ) = 2 1 [ ∑ n 2 + ∑ n ]
From the formulas, ∑ n 2 = 6 n ( n + 1 ) ( 2 n + 1 ) and again ∑ n = 2 n ( n + 1 ) , we will get:
a n = 2 1 [ ∑ n 2 + ∑ n ] = 2 1 [ 6 n ( n + 1 ) ( 2 n + 1 ) + 2 n ( n + 1 ) ]
= 2 1 [ 6 n ( n + 1 ) ( 2 n + 1 + 3 ) ] = 2 1 [ 6 n ( n + 1 ) ( 2 n + 4 ) ] = 6 n ( n + 1 ) ( n + 2 )
Therefore, a 1 0 0 = 6 1 0 0 ( 1 0 0 + 1 ) ( 1 0 0 + 2 ) = 171,700.
As a result, there will be 171,700 oranges when 100 layers of oranges are made.