5 4 + 5 1 + 4 8 + 4 5 + ⋯
You are given the sum of an arithmetic progression of a finite number of terms, as shown above.
What is the minimum number of terms used to make a total value of 513?
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.
This is the conventional approach. Nicely done. Bonus question: Because the first term and the common difference are a multiple of 3, can you find another approach to this problem?
In response to Challenge master: @Calvin Lin sir, I'd tried but I'm getting this, it's appearing as if I'd done nothing but written it the other way round! Can you help me???
Here's what I'm getting . . .
We can write the sequence as follows, 5 4 + ( 5 4 − 3 ) + ( 5 4 − 3 − 3 ) + ( 5 4 − 3 − 3 − 3 ) + . . . n ( t i m e s ) = 5 1 3 . . . . . . ( 1 )
Hence, we are adding 5 4 , n times, and subtracting ( − 3 ) + ( − 6 ) + ( − 9 ) . . . . ( n − 1 ) t i m e s )
Therefore, using S n = 2 n [ 2 a + ( n − 1 ) d ]
Where, n = ( n − 1 ) , a = ( − 3 ) and d = ( − 3 ) , we can get the value we are subtracting,
S ( n − 1 ) = 2 ( n − 1 ) [ 2 ( − 3 ) + ( ( n − 1 ) − 1 ) ( − 3 ) ]
S ( n − 1 ) = 2 ( n − 1 ) [ ( − 6 ) + ( − 3 n + 6 ) ]
S ( n − 1 ) = 2 ( n − 1 ) ( − 3 n )
S ( n − 1 ) = 2 ( − 3 n 2 + 3 n ) . . . . . . ( 2 )
Now substituting ( 2 ) in ( 1 ) ,
5 4 n + 2 ( − 3 n 2 + 3 n ) = 5 1 3
1 0 8 n + ( − 3 n 2 + 3 n ) = 1 0 2 6
1 0 8 n + ( − 3 n 2 + 3 n ) = 1 0 2 6
− 3 n 2 + 1 1 1 n − 1 0 2 6 = 0
Similarly, solving the this equation, we get two solutions, of which n = 1 8 is correct.
Log in to reply
this is simple, but much faster would be, we know after certain point the sum keeps decreasing when we go into the negative terms and the total, becomes depleted by steps of 3. so if we find the sum till 0. which is 19*54/2 but here coincidentally it is 513, now since we are adding 0 as the 19th term, 18 would be the answer since minimum number of terms (this is what I didnt apply and said 19).
I thought the answer is 19. But now i'm all clear.
54+51+48+45+.... can be written as 3(18+17+16+15....) which is =513.
513=3(171)
18,17,16 are consecutive integers.
Sum of consecutive integers is=n(n+1)/2 where n is the no of integers.
171=n(n+1)/2
n=18
no of integers (terms)=18
How do u know that the progression end in 1.
To use the formula n(n+1)/2 ,first term must be 1.
d = − 3
S = 2 n [ 2 a 1 + ( n − 1 ) d ]
5 1 3 = 2 n [ 1 0 8 + ( n − 1 ) ( − 3 ) ]
n 2 − 3 7 n + 3 4 2 = 0
n = 1 8 a n d n = 1 9
Since it is asking for the minimum, n = 1 8
Good. Really helpful.
Problem Loading...
Note Loading...
Set Loading...
We know that, S n = 2 n [ 2 a + ( n − 1 ) d ]
Where, S n is the sum till the n t h term, n is the number of the term, a is the first term and d is the difference.
Here, S n = 5 1 3 , n = ? , a = 5 4 , d = ( − 3 )
Substituting the values in the equation above, we get, 5 1 3 = 2 n [ 2 × ( 5 4 ) + ( n − 1 ) ( − 3 ) ] 5 1 3 = 2 n [ 1 0 8 + ( − 3 n ) + 3 ] 1 0 2 6 = n ( 1 1 1 − 3 n ) 1 0 2 6 = 1 1 1 n − 3 n 2 − 3 n 2 + 1 1 1 n − 1 0 2 6 = 0 3 ( − n 2 + 3 7 n − 3 4 2 ) = 0
Therefore, we settle with the following equation, ( − n 2 + 3 7 n − 3 4 2 ) = 0 , by factorizing it, we get, ( − n 2 + 1 8 n + 1 9 n − 3 4 2 ) = 0 ( − n ( n − 1 8 ) + 1 9 ( n − 1 8 ) = 0 ( n − 1 8 ) ( − n + 1 9 ) = 0
Hence we get two solutions, they are ( n = 1 8 ) and ( n = 1 9 ) . From which we find that, 1 8 is the suitable answer by trial and error method.