How many of the first 2018 numbers in the sequence 101, 1001, 10001, 100001... are divisible by 101.
Try also
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.
We note that the n th member of the sequence is given by a n = 1 0 n + 1 + 1 for n ∈ N . We need to find the number of m such that 1 0 m + 1 ≡ 0 (mod 101) for 2 ≤ m ≤ 2 0 1 9 .
1 0 m + 1 1 0 m 1 0 m − 1 0 2 1 0 0 ( 1 0 m − 2 − 1 ) ≡ 0 (mod 101) ≡ − 1 ≡ 1 0 0 (mod 101) ≡ 0 (mod 101) ≡ 0 (mod 101) for 2 ≤ m ≤ 2 0 1 9
Now we note that 1 0 m − 2 − 1 = 0 , 9 , 9 9 , 9 9 9 , . . . # of 9 = 2017 9 9 9 . . . 9 9 9 , where 0 , #of 9=4 9 9 9 9 , #of 9=8 9 9 9 9 9 9 9 9 , . . . #of 9=2016 9 9 9 . . . 9 9 9 are divisible by 101. Therefore there are 4 2 0 1 6 + 1 = 5 0 5 number of m satisfy the condition.
Problem Loading...
Note Loading...
Set Loading...
Let the n th term of the sequence ( 1 0 1 , 1 0 0 1 , 1 0 0 0 1 , 1 0 0 0 0 1 ⋯ ) be a n , then a n is given by 1 0 n + 1 + 1 for n ∈ [ 1 , 2 0 1 8 ] .
So, we want n such that: 1 0 n + 1 + 1 ≡ 0 m o d ( 1 0 1 )
⇒ 1 0 n + 1 ≡ − 1 m o d ( 1 0 1 )
⇒ 1 0 0 2 n + 1 ≡ − 1 m o d ( 1 0 1 )
⇒ ( − 1 ) 2 n + 1 ≡ − 1 m o d ( 1 0 1 ) .
This happens at 2 ( n + 1 ) ≡ 1 m o d ( 2 ) . which is equivalent to n ≡ 1 m o d ( 4 ) So the numbers are a 1 , a 5 , a 9 ⋯ a 2 0 1 7 .
Now, let these numbers form another sequence b n i.e. b 1 = a 1 , b 2 = a 5 ⋯ , b 5 0 5 = a 2 0 1 7
The number of terms in this sequence is 5 0 5 . This means that from the first 2 0 1 8 number of the given sequence, 5 0 5 numbers are divisible by 1 0 1