When 10 is divided by 15, the remainder is 10.
When 100 is divided by 15, the remainder is 10.
When 1000 is divided by 15, the remainder is 10.
When 10000 is divided by 15, the remainder is 10.
All the above sentences are true, so extending it to "when 100000 is divided by 15," would the remainder still be 10?
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.
1 0 n ≡ ( # of 9 s = n − 1 9 9 9 ⋯ 9 9 9 0 + 1 0 ) ≡ 1 0 (mod 15) .
Note: For large enough natural number n to solve this problem (see @Pi Han Goh 's remarks).
# of 9s = n-1
What does this mean? How do you know it works for all positive integers n? Have you tested the all the positive integers?
If 1 0 mod 1 5 = 1 0 , therefore 1 0 n mod 1 5 = 1 0 ,
We can prove it by induction.
For n = 1 , we know that 1 0 mod 1 5 = 1 0 .
Suppose it is true for n > 0 that 1 0 n mod 1 5 = 1 0 ,
then for n + 1 , we have 1 0 n + 1 mod 1 5 = ( 1 0 n × 1 0 ) mod 1 5 =
( 1 0 n mod 1 5 ) ( 1 0 mod 1 5 ) = ( 1 0 ) ( 1 0 ) = 1 0 2 mod 1 5 = 1 0 .
Thus, the above statement is true for n > 0 .
This is not a proper explanation. How do you know the latter statement must be true? You have not provided any context whatsoever.
What is the value of n that satisfy this criteria? Is it all positive integers? If so, how did you prove it? By exhaustion?
Log in to reply
Isn't the given that Christopher provided supportive to my statement. We can prove it by induction.
Log in to reply
Then why isn't the proof by induction in your solution? Currently, your solution does not show that it's must be true for all positive integers.
Problem Loading...
Note Loading...
Set Loading...
just simply think
15x6=90, remains 10.
15x66=990, remains 10.
15x666=9990, remains 10.
15x6666=99990, remains 10
so, whatever we extend(the power of 10), remainder will always be 10