Find the last 8 digits of 1 + 1 1 + 1 1 1 + … + 1 … 1 2 0 1 4 ones
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.
Nice clean solution :)
What is mod in it is it modulus
Congratulations. Out of the box thinking.
last 8 digits u know... -_-
If you were to write all the numbers as a column (column addition), the last digit will be made up of a sum of 2014 lots of 1s. Hence, the last digit is a 4 with 201 being carried on to the next column. This column has one less 1, so the digit for this column is 2013+201=2214 which is another 4 with 221 being carried onto the next column. Again in this column there is one less 1 than the one before, so the digit for this column is 2012+221=2233 which is a 3 with 223 being carried onto the next column. So far the last three digits are 344. This process is repeated until you have the last 8 digits which are 01234344.
I like this (y)
digit........... place ....................... Place value
1 × 2014 × 1 = .....................................2014
1 × 2013 × 10 = ................................20130
1 × 2012 × 100= .............................201200
1 × 2011 × 1000= .........................2011000
1 × 2010 × 10000= ....................20100000
1 × 2009 × 100000= ................200900000
1 × 2008 × 1000000= ...........2008000000
1 × 2007 × 10000000= ......20070000000
Total ........................ .............. 22301234344
Last 8 digits 01234344
good stuff :)
nice method...
T h e l a s t 8 d i g i t s o f t h e s u m w i l l b e t h e s a m e a s t h e l a s t 8 d i g i t s o f k = 0 ∑ 8 ( 2 0 1 4 − k ) × 1 0 k = 2 2 2 , 9 0 1 ′ 2 3 4 , 3 4 4 .
Very good thinking.
S
u
m
o
f
f
i
r
s
t
8
t
e
r
m
s
i
s
1
2
3
4
5
6
7
8
2
0
1
4
−
8
=
2
0
0
6
t
e
r
m
s
r
e
m
a
i
n
a
l
l
1
1
1
1
1
1
1
1
.
S
o
1
1
1
1
1
1
1
∗
6
=
6
6
6
6
6
6
6
6
‘
‘
‘
‘
‘
‘
‘
1
1
1
1
1
1
1
∗
2
0
0
0
(
m
o
d
1
0
8
)
=
2
2
2
2
2
0
0
0
S
u
m
=
1
2
3
4
5
6
7
8
+
6
6
6
6
6
6
6
6
+
2
2
2
2
2
0
0
0
=
1
2
3
4
3
4
4
Notice that the sum of the first 2 terms is 12, and the sum of the first 3 is 123. Based on the pattern, the sum of the first 8 terms is 12345678. Now we just have to add the rest of the terms after that. But since we only need the last 8 digits, we only take the last 8 digits of the remaining terms, which are all 11,111 ,111. We've added the first 8 terms already so there must be 2014 - 8 terms remaining. Muliply 11,111,111 by 2006, take only the last eight digits, add that to 12,345,678 and you have your answer
Problem Loading...
Note Loading...
Set Loading...
We're searching for 1 + 1 1 + 1 1 1 + ⋯ + 1 … 1 2 0 1 4 ones ( m o d 1 0 8 ) .
1 + 1 1 + 1 1 1 + ⋯ + 1 … 1 7 ones + 1 … 1 8 ones + ⋯ + 1 … 1 2 0 1 4 ones ≡ 1 2 3 4 5 6 7 + 2 0 0 7 ⋅ 1 … 1 8 ones ( m o d 1 0 8 )
Notice that 9 ⋅ 1 … 1 8 ones ≡ − 1 ( m o d 1 0 8 ) and 2 0 0 7 = 2 2 3 ⋅ 9 .
1 2 3 4 5 6 7 + 2 2 3 ⋅ 9 ⋅ 1 … 1 8 ones ≡ 1 2 3 4 5 6 7 + 2 2 3 ⋅ ( − 1 ) ≡ 1 2 3 4 3 4 4 ( m o d 1 0 8 )