JUST A MODULO PROBLEM!!(3)

The number 1234567891011..........979899100 when divided by 9 leaves a remainder "X". Find (9-x).


The answer is 8.

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.

2 solutions

Jaiveer Shekhawat
Sep 18, 2014

THERE'S SOMETHING SPECIAL ABOUT THE NO. "9":-

we know,

1=1(mod9)

12=3(mod9)

123=6(mod9)

1234=1(mod9)

12345=6(mod9)

123456=12=3(mod9) [add until you get a one digit no.]

.

.

.

.

Did you notice something??

The remainder will be the remainder obtained by dividing the sum of the digits of the number by 9.

So, the sum of our number will be...

1+2+3+.....+99+100=5050=10=1

Thus,

1234567891011..........979899100=1(mod 9)

Thus, x=1. Then, 9-x =8.

Another you could do is to add all the digits in that number which will be 901.Now if you divide the sum by 9 you will get the remainder when that number is divided by 9,which is 1.

Anik Mandal - 6 years, 8 months ago
Sophie Crane
Sep 27, 2014

A number is congruent to the sum of its digits modulo 9. The number 12345....979899 contains each digit from 1 to 9 exactly 18 times, and we don't care about the 0s. Thus 12345...979899 is divisible by 9. So 12345...979899100 is congruent to 1 mod 9. Thus x=1 and 9-x=8

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...