Given that 2 2 9 is a nine digit number with all the digits distinct. Which is the missing digit?
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.
This is a clever solution, Ansh. It took me a moment to realize that
2 3 ≡ − 1 ( m o d 9 ) ⟹ 2 2 9 = ( 2 3 ) 9 ∗ 2 2 ≡ − 4 ( m o d 9 ) ≡ 5 ( m o d 9 ) .
Log in to reply
thanx, @brian i am not at all good at formatting the text so i was at a loss on how to explain the method. you did it, so thanx.
Good question and a great solution!
how do u divide 2^29 by 9 without a calculator?Otherwise, Gr8 solution!
Log in to reply
Using modular arithmetic, as I did in my comment below. :)
Well done.
Beautiful and simple problem using modular arithmetic.
Problem Loading...
Note Loading...
Set Loading...
The remainder obtained on dividing a number by nine is equal to the remainder obtained on dividing the sum of the digits of that number by nine.
Remainder on dividing (2^29) by 9 = 5
taking the missing digit as 'x'
(0 + 1 + 2 +..... + 9 - x) when divided by 9 gives remainder 5
.'. 45 - x - 5 = 9k
.'. 40 - x = 9k
x is a single digit number
.'. x = 4