+ A B C B B C C C C + C C C B B C A B C
A , B , and C in the two cryptograms above are distinct digits from 1 to 9. If the two cryptograms sum up to the same number, what is the smallest possible sum of each?
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.
How do you know that S is minimized when ( A , B , C ) = ( 3 , 1 , 2 ) ? Did you try all 9 × 9 × 9 = 7 2 9 cases?
Problem Loading...
Note Loading...
Set Loading...
Equating the sums of the two cryptograms, we have:
1 0 0 A + 1 2 0 B + 1 1 3 C 9 9 A + 9 9 B A + B = 3 1 1 C + 2 1 B + A = 1 9 8 C = 2 C Dividing both sides by 9 9
Since we want to get the smallest sum, we work with the smallest A , B and C possible. And from A + B = 2 C , we have A or B equal to 1 or 3 and C = 2 , so that 1 + 3 = 2 ( 2 ) . Since the sum S = 1 0 0 A + 1 2 0 B + 1 1 3 C , A is multiplied by 100 while B by 120, S is smallest when A = 3 , B = 1 and C = 2 . Then S = 3 0 0 + 1 2 0 + 2 2 6 = 6 4 6 .