I write a list beginning with the number 1 . Then, I write all the multiples of 2 until 2 2 . Next, I write all the multiples of 3 until 3 2 , and I continue writing numbers successively. The first numbers of the list are 1 , 2 , 4 , 3 , 6 , 9 , 4 , 8 , 1 2 , 1 6 , 5 , …
Find the sum of the digits of the position number in which 2016 appears for the first time.
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.
Well done. Coincidentally, is the digital sum of 2016!
Same solution!
2016 first appears when we start with the number 48, and 4 8 ∗ 4 2 = 2 0 1 6 , the boxed number is important as it will be added afterwards.
Now, Starting from the first number:
we have the series like this:
LaTeX: 1 , 2 , 4 , 3 , 6 , 9 , 4 , 8 , 1 2 , 1 6 , 5 , …
1 n u m b e r , f o r 1 , 2 n u m b e r s , f o r 2 , 3 n u m b e r s , f o r 3 , 4 n u m b e r s , f o r 4 , …
Now as we see its an AP, we will take till 4 7 t h term into consideration.
so 2 4 7 ∗ 4 8 = 1 1 2 8
Total terms= 1 1 2 8 + 4 2 = 1 1 7 0 , that means 2016 appears in the 1 1 7 0 t h position of the series.
So sum of the position= 1 + 1 + 7 + 0 = 9
Problem Loading...
Note Loading...
Set Loading...
Let's start by finding the smallest positive integer x , for which x ∣ 2 0 1 6 and x 2 ≥ 2 0 1 6 are true.
We can quite efficiently find that 4 4 2 < 2 0 1 6 < 4 5 2 , implying that x > 4 4 .
We can also quite efficiently find the prime factorization of 2 0 1 6 , which is 2 5 × 3 2 × 7 .
Knowing that 5 , 2 3 and 4 7 are primes, we quickly reject 4 5 , 4 6 and 4 7 .
Now since 4 8 = 2 4 × 3 , we find that x = 4 8 because 4 8 ∣ 2 0 1 6 . Also 2 0 1 6 = 4 2 × 4 8 .
We know that x 2 ≥ n x has x solutions for n when x is a positive integer.
Therefore, the number 2 0 1 6 appears first time in the position 1 + 2 + ⋯ 4 7 + 4 2 = 2 4 7 × 4 8 × 4 2 = 1 1 7 0 .
Sum of the digits of 1 1 7 0 is 1 + 1 + 7 + 0 = 9 which is the solution.