Find the smallest positive integer a such that a + ( a + 1 ) + ( a + 2 ) + … = 2 0 2 1 .
To clarify, there is finitely many terms on the left-hand side of the equation.
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.
It should be made clear that you are asking for the smallest positive integer since the smallest positive number for a is 0.078125 (0.078125 + 1.078125 + ... + 63.078125 = 2021).
Ok. I will modify the question.
My question to you How did you find this value? thanks.
Log in to reply
Your equation 2 ( 2 a + n ) ( n + 1 ) = 4 0 4 2 solves to a = n + 1 2 0 2 1 − 2 n > 0 , so if a is not limited to an integer but n is, then 1 ≤ n ≤ 6 3 , so that smallest positive non-integer value of a is a = 6 3 + 1 2 0 2 1 − 2 6 3 = 6 4 5 .
For a complete solution, wouldn't you also need to consider ( 2 a + n ) = 2 0 2 1 and ( n + 1 ) = 2 , ( 2 a + n ) = 4 0 4 2 and ( n + 1 ) = 1 , ( 2 a + n ) = 2 and ( n + 1 ) = 2 0 2 1 , ( 2 a + n ) = 4 3 and ( n + 1 ) = 9 4 , ( 2 a + n ) = 4 7 and ( n + 1 ) = 8 6 , and ( 2 a + n ) = 1 and ( n + 1 ) = 4 0 4 2 ?
Rearranging the given equation:
a + ( a + 1 ) + ( a + 2 ) + . . . + ( a + n ) = 2 0 2 1
( n + 1 ) a + ( 1 + 2 + . . . + n ) = 2 0 2 1
( n + 1 ) a + 2 1 n ( n + 1 ) = 2 0 2 1
2 a = n + 1 4 0 4 2 − n
If a is an integer, then n + 1 must divide into 4 0 4 2 = 2 ⋅ 4 3 ⋅ 4 7 . There are 8 factors of 4 0 4 2 to consider:
n + 1 | n | a |
1 | 0 | 2 1 ( 1 4 0 4 2 − 0 ) = 2 0 2 1 |
2 | 1 | 2 1 ( 2 4 0 4 2 − 1 ) = 1 0 1 0 |
4 3 | 4 2 | 2 1 ( 4 3 4 0 4 2 − 4 2 ) = 2 6 |
4 7 | 4 6 | 2 1 ( 4 7 4 0 4 2 − 4 6 ) = 2 0 |
8 6 | 8 5 | 2 1 ( 8 6 4 0 4 2 − 8 5 ) = − 1 9 |
9 4 | 9 3 | 2 1 ( 9 4 4 0 4 2 − 9 2 ) = − 2 5 |
2 0 2 1 | 2 0 2 0 | 2 1 ( 2 0 2 1 4 0 4 2 − 2 0 2 0 ) = − 1 0 0 9 |
4 0 4 2 | 4 0 4 1 | 2 1 ( 4 0 4 2 4 0 4 2 − 4 0 4 1 ) = − 2 0 2 0 |
The smallest positive integer of a is therefore a = 2 0 .
Problem Loading...
Note Loading...
Set Loading...
a + ( a + 1 ) + ( a + 2 ) + ⋯ + ( a + n ) = 2 ( 2 a + n ) ( n + 1 ) = 2 0 2 1
( 2 a + n ) ( n + 1 ) = 4 0 4 2 = 2 ∗ 4 3 ∗ 4 7
so, either ( 2 a + n ) = 8 6 and ( n + 1 ) = 4 7 ⟹ a = 2 0
or
( 2 a + n ) = 9 4 and ( n + 1 ) = 4 3 ⟹ a = 2 6
answer: a = 2 0
All other cases will give a > 2 0 or a < 0 .
You may check David Verkan's complete solution.