SOLUTION: Prove that is a > b and c > d, then a + c > b + d.

Algebra ->  Inequalities -> SOLUTION: Prove that is a > b and c > d, then a + c > b + d.      Log On


   



Question 1135110: Prove that is a > b and c > d, then a + c > b + d.
Answer by math_helper(2461) About Me  (Show Source):
You can put this solution on YOUR website!
Prove that +cross%28is%29 if a > b and c > d, then a + c > b + d.
------------------------
a > b --> a = b+k for some k>0
c > d --> c = d+m for some m>0


a+c = (b+k)+(d+m) = (b+d)+(k+m) > b+d, QED.