In the above cryptogram, all the letters represent distinct digits from 0 to 9.
Suppose the 5-digit number is not a multiple of 9, what is the remainder when is divided by 9?
Note that .
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.
Let p = A B , q = C D E and r = F G H I J . Then we have p q = r and p + q + r = 0 + 1 + 2 + … + 9 ≡ 0 ( m o d 9 ) . Now p q ≡ − p − q ( m o d 9 ) , which means that ( p + 1 ) ( q + 1 ) ≡ 1 ( m o d 9 ) .
Using the equations above, we have all the possible values of p , q and r (modulo 9), as follows.
p 0 1 2 3 4 5 6 7 8 q 0 4 − 6 1 − 3 7 − r 0 4 − 0 4 − 0 4 −
So r ≡ 0 ( m o d 9 ) or r ≡ 4 ( m o d 9 ) .