wignewton Wrote:What if I need to subtract one extreme value from another extreme value and not from a number ie. GT-2 - LT12? What does the extreme value become then?
In that case, you have to think about how the GT's or LT's compound. Let's look at your example, GT(-2) - LT(12).
I first do the math with the numbers alone: -2-12 = -14.
Then, I look at whether it's exactly -14, LT(-14), or GT(-14). For that, I do the "math" with the abbreviations: GT - LT = more - less = more = GT.
To give a few more examples:
GT(-2) - LT(12) --> more - less = more --> GT(-14)
LT(-2) - GT(12) --> less - more = less --> LT(-14)
GT(-2) + GT(12) --> more + more = more --> GT(10)
LT(-2) + LT(12) --> less + less = less --> LT(10)
Watch out! You shouldn't approach problems this way when you see cases like this:
GT(-2) - GT(12) --> more - more = it depends on how MUCH more...
LT(-2) - LT(12) --> less - less = it depends on how MUCH less...
GT(-2) + LT(12) --> more + less = it depends on how MUCH more/less...
LT(-2) + GT(12) --> less + more = it depends on how MUCH more/less...
wignewton Wrote:Also, question on strategy: What if you are given a question like this: If 3<b<16 and -1<a<23, which of the following CANNOT be true?
It depends. If the answers had (a+b) in them, I would line up the signs facing the same way and add the inequalities:
3 < b < 16
+(-1 < a < 23)2 < a + b < 39
If the answers had (a-b) in them, I would rephrase that as a-b = a+ (-b), then turn 3<b<16 into -3>-b>-16 (by multiplying the whole thing by -1, remembering to flip the signs). Then I'd add the inequalities for a and for -b, remembering to line up the signs facing the same way:
-1 < a < 23
+(-16 < -b < -3)-17 < a - b < 20
If the answers had ab in them, I would think about the possible products of the extremes, first from a sign perspective. a can be neg, zero, or positive. b can be only positive. Therefore the product ab can be neg, zero, or positive. What's the negative limit? The more negative of (-1)(3) or (-1)(16). It's -16. What's the positive limit? The more positive of (23)(3) or (23)(16). It's 368. Therefore, -16<ab<368.