Suppose 100, 90, 80 are the math marks in the set. For brevity, let's consider only 3 marks cards.
Now, marks in the math-clone set will 0, 10, 20
max(math-clone) will be 20 (maxClone)
Hence, 100 - maxClone is 80
If you look back at the original math marks, this is the same as the minimum marks in the original set.
Hence, the answer.