For each non empty subset of {1 , 2 , 3 , 4 , 5 , 6} arrange the members in decreasig order with alternate + & ― signs starting with + sign and take the sum. {e.g. for the subset {5} we get the sum = 5. For the subset {3,2,1} we get the sum = 3 – 2 + 1 = 2.}
Find the sum of all resulting numbers.
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.
No explanations have been posted yet. Check back later!