× A C B C B
If A , B , C are distinct digits that satisfy the above cryptogram, what is the value of B ?
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.
That's a great argument that A = 1 . I felt that it was obviously true, but didn't really know why / how. Thanks for sharing this approach :)
I am sure there is a formal proof, not just the hand-waving appeal to intuition I gave!
Log in to reply
What you had works. The "formal" (and painful) way to express it would be if A ≥ 2 , then
A B × C ≥ A 0 × C ≥ 2 0 × C > 1 0 × C + 9 ≥ C B .
Note: I cleaned up the presentation of your solution at the end.
A, B, and C are distinct digits and AB is a 2-digit number, as well as CB.
Therefore, AB and CB can be rewritten as: A B = 1 0 A + B and C B = 1 0 C + B
So, A B × C = C B is the same as writing ( 1 0 A + B ) × C = 1 0 C + B
1 0 A C + B C = 1 0 C + B
Solving for B , we get this: B = C − 1 1 0 C ( 1 − A )
Analyzing this equation for B , we can say that the denominator C − 1 > 0 and in the numerator: 1 − A ≥ 0
We can solve A from the analysis above that 0 ≤ A ≤ 1
Since the digit is an integer, the possible values of A are 0 and 1. Then we have two cases.
C a s e I . A = 0
B = C − 1 1 0 C ( 1 − ( 0 ) )
B = C − 1 1 0 C ( 1 )
1 0 C ÷ ( C − 1 ) = 1 0 + C − 1 1 0
B = C − 1 1 0 C ( 1 ) = 1 0 + C − 1 1 0
Range of values of C − 1 1 0 for all C > 1 is ( 0 , 1 0 ]
Therefore, the range of values of B is from 1 0 + 0 to 1 0 + 1 0 or simply 10 to 20.
These range of integral values cannot be the value of B since all of them are 2-digits.
We conclude that case 1 is false.
C a s e I I .
A = 1
B = C − 1 1 0 C ( 1 − A )
B = C − 1 1 0 C ( 0 )
B = 0
It "might" have been possible for C − 1 = 0 , in which case you made an error of dividing by 0. (The original equation could still make sense, but your resultant equation would not).
It would be better to first show that C = 0 , 1 to conclude that C − 1 > 0 and thus 1 − A ≥ 0 . This will allow us to work with the cases of A = 0 (which we should reject since this is a leading digit), and A = 1 which gives us B = 0 (regardless of C).
C
A = C ......this shows that A should be equal to 1
C
B = B.......this shows that B should be 0, C may be any digit
Oh, that's nice, looking at the calculations solely in the column.
However, because we might have some carry over, the statements need to be explained further.
Problem Loading...
Note Loading...
Set Loading...
As A B × C = C B we know that AB must be greater than 1 0 (because it has 2 digits), but less than 2 0 (or the tens digit of the answer could not be the same as C ). This means that A = 1 .
We therefore have:
( 1 0 + B ) C = 1 0 C + B
1 0 C + C B = 1 0 C + B
( C − 1 ) B = 0
So, C = 1 or B = 0 . As A = 1 , C = 1 .
So B = 0