
David W. answered 04/05/16
Tutor
4.7
(90)
Experienced Prof
Using the variables a,b,c,d,e,f to represent digits 1 to 6 (only once for each value), we have:
[abc] + [def] = [750]
Since the decimal number system is a positional number system, that means:
100a + 10b + c + 100d + 10e + f = 700 + 50 + 0
Since each digit is greater than 0, c+f = 10 [it can't be 0 and it can't be 20] Since each digit is used only once, they can't each be 5. That leaves only 6 and 4 (in either order).
Once 6 and 4 are used, the list is reduced to 1,2,3,5 for a,b,d,e. (b+e+1)*10 = 50 This happens when b+e=4 and that could only be 1 and 3 (in either order).
The list for a,d is now reduced to 2,5 (and these also could be either order).
So, we have:
(2 or 5)(1 or 3)(4 or 6)
+ (2 or 5)(1 or 3)(4 or 6)
----------------------------
7 5 0
The integers that could satisfy the requirements are:
214+536, 216+534, 234+516, 236+514,
514+236, 516+235, 534+216, 536+214