The number 1234567891011..........979899100 when divided by 9 leaves a remainder "X". Find (9-x).
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.
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.