mejia401
Bunuel
rahulms
Is \(|x| + |x - 1| = 1?\)
1) \(x \geq 0\)
2) \(x \leq 1\)
Let's work on the stem. In which ranges equation \(|x| + |x - 1| = 1\) holds true?
Two check points \(0\) and \(1\), for \(|x|\) and \(|x - 1|\) respectively. Thus three ranges to check:
A. \(x<0\) --> \(|x| + |x - 1| = 1\) --> \(-x-(x-1)=1\) --> \(x=0\), not OK as \(0\) is not in the range we are looking;
B. \(0\leq{x}\leq1\) --> \(|x| + |x - 1| = 1\) --> \(x-(x-1)=1\) --> \(1=1\), which is true. This means that for all x-es in the range \(0\leq{x}\leq1\) given equation holds true;
C. \(x>1\) --> \(|x| + |x - 1| = 1\) --> \(x+(x-1)=1\) --> \(x=1\), not OK as \(1\) is not in the range we are looking.
So we got that equation \(|x| + |x - 1| = 1\) holds true only in the range \(0\leq{x}\leq1\).
(1) \(x \geq 0\), not sufficient
(2) \(x \leq 1\), not sufficient.
(1)+(2) Together two statements give us exactly the range in which the given equation holds true. Sufficient.
Answer: C.
Hello, question goes out to everyone.
If the mod is opened up, how do I know which condition must be greater than or equal to, or just greater than? Had you switched the operators (mistakely, of course) then the answer could have been different. Walker's piece on mods doesn't touch on how operators are decided, and I haven't come across an explanation in the forum yet. So, anybody, what's the logic behind the operators?
Kudos to whom can shed the light first. Thanks,
"Kudos to whom can shed the light first".. this is not a competition!!
The mod or || sign represents distance of a number from 0. What this means is that |x| = 4 shows that x is at a distance of 4 units from 0 (from + direction towards and from - direction towards 0).
Generally, |x-a| = b shows that the distance of 'x' from 'a' is b units.
Now, when you open the modulus, the sign would change depending on whether x is \(\geq\) or < 0 .
|x| = x for x \(\geq\) 0
|x| = -x for x<0.
For modulus or absolute value questions, you need to take the equality with the '>' sign. That is the convention and follows the definition of an absolute value. Additionally, you only need to account for equality once in your question.
Also, think of modulus or absolute value this way:
|x| = x for x=0,1,2,3,4,5... or true for all NON-NEGATIVE numbers. Remember the 'non-negative' part. This includes 0 as well.
But |x| = -x for x<0, x=-1,-2,-0.25 ...
This is the reason why we put equality with the '>' sign to account for all non-negative numbers. The 'nature' of 'x' does not change if it is 0 and above but it does change (multiply x by -1) if x is <0.
Per the question given , |x| + |x-1| =1 should be looked at x<0 , 0<=x<1 and x>1 . The reason why we have chosen 0 and 1 ---> compare |x| and |x-1| to |x-a|
For x<0 , |x| = -x and |x-1| = -(x-1)
For 0<= x<1 , |x| = x and |x-1| = -(x-1)
For x>=1 , |x| = x and |x-1| = (x-1)