You are given a set of 10 numbers that represent all possible pairwise sums of certain five numbers.
Devise a strategy to find the original five numbers.
Provide a numerical example.
(In reply to
re(2): Corrected solution (spoiler) by Steve Herman)
Correct:
last line s.b. a2 = w1 - a1 instead of a2 = w1 - a2