carcass
If a > b and if c > d , then wich of the following must be true ??
1) a-b > c+d
2) a-c > b-d
3) c+d < a-b
4) b+d < a+c
5) a-c < b+d
here the answer is E but i wonder if is incorrect because we add unequal quantities but should not be a + c > b+d ???
You can only add inequalities when their signs are in the same direction:If \(a>b\) and \(c>d\) (signs in same direction: \(>\) and \(>\)) --> \(a+c>b+d\).
Example: \(3<4\) and \(2<5\) --> \(3+2<4+5\).
You can only apply subtraction when their signs are in the opposite directions:If \(a>b\) and \(c<d\) (signs in opposite direction: \(>\) and \(<\)) --> \(a-c>b-d\) (take the sign of the inequality you subtract from).
Example: \(3<4\) and \(5>1\) --> \(3-5<4-1\).
BACK TO THE ORIGINAL QUESTION:
If a > b and if c > d , then which of the following must be true? A. a-b > c+d
B. a-c > b-d
C. c+d < a-b
D. b+d < a+c
E. a-c < b+d
Since the signs of the inequalities are in the same direction we can add them: \(a+c>b+d\), which is the same as the option D: \(b+d < a+c\). So, the correct answer is D, not E.
Answer: D.
Hope its' clear.
Then b+d=101 & a+c=3 ; Clearly b+d < a+c doesn't hold in this case. Please share your thoughts.