+ □ □ □ □ □ □ □ □ □ □
The above represents addition of two 5-digit integers. Each box represents a distinct, single-digit, non-negative integer. What is value of the final sum?
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.
The main clue in the question is,
Each digit is distinct, containing numbers from 0 to 9 (inclusive)
Therefore, if any one box contains 0 , the resultant X vertically below it must contain the number in the very vertical box w.r.t 0 .
All numbers from 0 to 9, when added in a pair, must give the same number. This is possible only with the highest number in the group 9 .
ie,
2 | 4 | 6 | 8 | 0 |
+
7 | 5 | 3 | 1 | 9 |
=
9 | 9 | 9 | 9 | 9 |
Problem Loading...
Note Loading...
Set Loading...
Sum of all the digits from 0 to 9 is 4 5 .
4 5 distributed evenly into 5 places is X = 5 4 5 = 9
One such solution is:
4 3 2 1 0 + 5 6 7 8 9 = 9 9 9 9 9
And there is no solution with a different value of X .
There could conceivably be one if we could carry 1 , once or multiple times.
Carrying 1 will drop the overall sum by 9 , as we have 1 0 less in one column and a 1 added to the column in front of it.
Subracting 9 , up to four times, from 4 5 will give us sums of 3 6 , 2 7 , 1 8 , or 9
None of these numbers is divisible by 5 , so there is no possibility of a second solution.