Let's say, we have three numbers: $a, b, c$
but we know only their sums: $x = a + b, y = b + c.$
Is it possible to find sum $z = a + b + c$?
edit - $a, b, c$ are natural numbers
Let's say, we have three numbers: $a, b, c$
but we know only their sums: $x = a + b, y = b + c.$
Is it possible to find sum $z = a + b + c$?
edit - $a, b, c$ are natural numbers
Express a and c in term of b. (i) a=x-b (ii) c=-b+y. Substitute in z, z=(x-b)+b+(-b+y). The natural number b determine the solution triplet (a,b,c). How many solutions b can we have? Any natural number smaller than min(x,y) will do.