The sum is over all ordered triples of integers between 1 and 10 (inclusive).
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.
If you did this problem , it is easy: ∑ max ( x , y , z ) = ∑ ( 1 1 − min ( 1 1 − x , 1 1 − y , 1 1 − z ) ) = 1 0 3 ⋅ 1 1 − ∑ min ( x , y , z ) . So, figure out the other problem, then subtract from 1 1 0 0 0 .