RonPurewal Wrote:victorgsiu Wrote:Ben,
Can you explain why I cannot substitute. The above poster does so as well (Ron replied to that one). Confused here. Thanks.
Given:
y>=0
(1)
|x-3| >=y
|x-3| >= y >=0.
Therefore, |x-3|>=0.
i think i see what ben is getting at here. in a sense, you guys are both correct -- you're just talking past each other.
YOU are using the transitive property:
if a > b, and b > c, then a > c.
this is of course true.
BEN, however, is not talking so much about the inequalities themselves as he's talking about their solution sets.
for instance:
let's say that x > y and y > 10.
in this case,
* we do know that x > 10 (in other words, it's impossible that x > 10 is false); in that sense, you are correct.
* where you are going wrong here, though -- and what ben is trying to point out -- is that you are assuming that, given the above two inequalities, that x can automatically assume ANY value > 10. in other words, it seems that you are taking the two inequalities x > y and y > 10, together, as a guarantee that x can actually equal 10, or any greater number.
this isn't necessarily true, depending upon the value of y. for instance, if y is 15, then x is now restricted to numbers that are 15 and higher.
hope this makes more sense
Hi Ron,
It's still not clear. As per your sessions
| a | >= x should be read as
| a | >= x or | a | <= - x
Applying the same logic
1. |x-3| >=y and |x-3| <= -y
since y >= 0
|x-3| >= 0 or |x-3| <= -(0)
so x >=3 and x <=3
2. |x-3| <= - y
|x-3| <= -(0) or |x-3| >= 0
x <=3 or x >= 3
combining x = 3. where am I going wrong? Please advice