Remainders

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?

Yes No

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.

3 solutions

Mohammad Khaza
Jun 30, 2017

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

Chew-Seong Cheong
Jun 25, 2017

1 0 n ( 999 999 # of 9 s = n 1 0 + 10 ) 10 (mod 15) 10^{\color{#D61F06}n} \equiv (\underbrace{999\cdots 999}_{\text{\# of } 9s = n-1}0 + 10) \equiv 10 \text{ (mod 15)} .

Note: \color{#D61F06}\text{Note:} For large enough natural number n 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?

Pi Han Goh - 3 years, 11 months ago
Hana Wehbi
Jun 25, 2017

If 10 10 mod 15 = 10 15 = 10 , therefore 1 0 n 10^n mod 15 = 10 15 = 10 ,

We can prove it by induction.

For n = 1 n=1 , we know that 10 10 mod 15 = 10 15= 10 .

Suppose it is true for n > 0 n>0 that 1 0 n 10^n mod 15 = 10 15 =10 ,

then for n + 1 n+1 , we have 1 0 n + 1 10^{n+1} mod 15 = ( 1 0 n × 10 ) 15 = (10^n \times 10 ) mod 15 = 15 =

( 1 0 n 10^n mod 15 ) ( 10 15 )(10 mod 15 ) = ( 10 ) ( 10 ) = 1 0 2 15) = (10)(10) = 10^2 mod 15 = 10 15 = 10 .

Thus, the above statement is true for n > 0 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 n that satisfy this criteria? Is it all positive integers? If so, how did you prove it? By exhaustion?

Pi Han Goh - 3 years, 11 months ago

Log in to reply

Isn't the given that Christopher provided supportive to my statement. We can prove it by induction.

Hana Wehbi - 3 years, 11 months ago

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.

Pi Han Goh - 3 years, 11 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...