× A B B B B C
If A , B , and C are distinct digits satisfying the cryptogram above, what must C be?
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.
9 9 × 9 = 8 9 1 , so the last digit is 1 .
Problem Loading...
Note Loading...
Set Loading...
Clearly, if B = { 0 , 1 , 2 , 3 } , this forces C = B and A = 0 , which cannot happen by the given condition. From here, we have
B = { 4 , 5 , 6 , 7 , 8 , 9 } B 2 = { 1 6 , 2 5 , 3 6 , 4 9 , 6 4 , 8 1 }
Since we do not want B 2 ≡ C m o d 1 0 , where B = C , this rules out B = 5 and B = 6 . Squaring B ≥ 4 carries out the arbitrary tens digit of B 2 for the following sum:
(\text{Arbitrary digit of \$B^2\$}) + B^2 = AB
which in modular arithmetic
(\text{Arbitrary digit of \$B^2\$}) + B^2 \equiv B \bmod 10
In other words, we are finding the digits for A , B , C that satisfy the above condition. Thus, since 8 1 + 8 ≡ 8 + 1 ≡ 9 m o d 1 0 , B = 9 , C = 1 and A = 8 .
The following digits for B don't work