Answer:
if a > b then a+c > b+c
adding the same number to two numbers doesn't change which one is bigger
If a is 10 and b is 6
it doesn't matter what c is. whatever you add to 10, the sum will always be more than adding it to 6
(obviously works with more than just 10 and 6 lol that was just an example)