Question 1131957
.
<pre>
Let the numbers be a, b, c, and d.  Then from the condition, you have these 4 equation for 4 unknowns


a + b + c     = 1068     (1)
a + b     + d = 1430     (2)
a     + c + d = 1744     (3)
    b + c + d = 2013     (4)


Add the equation (1), (2), (3) and (4). You will get

3a + 3b + 3c + 3d = 1068 + 1430 + 1744 + 2013 = 6255.



Dividing both sides by 3, you get

a + b + c + d = 2085     (5)


Now subtract eq(1) from eq(5). You will get

d = 2085 - 1068 = 1017.


    Subtract eq(2) from eq(5). You will get

c = 2085 - 1430 =  655.


Similarly,

b = 2085 - 1744 = 341,

a = 2085 - 2013 =  72.


Now, when you have the numbers, you can easily calculate the sum of their digits.


<U>Answer</U>.  42.
</pre>

Solved.