Find the largest value of integer n such that 1 0 n divides 1 0 1 1 0 0 − 1 .
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.
Your solution does show that 1 0 4 ∣ 1 0 1 1 0 0 − 1 but how do you show that 1 0 n ∣ 1 0 1 1 0 0 − 1 ∀ n > 4 ?
Log in to reply
Because if you sum a ⋅ 1 0 0 3 + b ⋅ 1 0 0 4 + . . . . + c ⋅ 1 0 0 1 0 0 which they have at least six 0’s at the end, to ( 1 1 0 0 ) ⋅ 1 0 0 1 + ( 2 1 0 0 ) ⋅ 1 0 0 2 = 4 9 5 1 0 0 0 0 it won't affect to the last six figures(digits)
Log in to reply
You should include this part in your solution.
Log in to reply
@Prasun Biswas – good, it's just included, isn't it?
I did it that way too.
Problem Loading...
Note Loading...
Set Loading...
1 0 1 1 0 0 − 1 = ( 1 0 0 + 1 ) 1 0 0 − 1 = ∑ n = 0 1 0 0 ( n 1 0 0 ) 1 0 0 n − 1 = ∑ n = 1 1 0 0 ( n 1 0 0 ) 1 0 0 n ⇒ the greatest power of 10 which perfectly divides to 1 0 1 1 0 0 − 1 is 4 . Look at ( ( 1 1 0 0 ) ⋅ 1 0 0 1 and ( 2 1 0 0 ) ⋅ 1 0 0 2 )