Bunuel
Mountain14
If |x|=−x, which of the following must be true?
A. x≥0
B. x≤0
C. x2>x
D. x3<0
E. 2x<x
When \(x\leq{0}\) then \(|x|=-x\), or more generally when \(some \ expression\leq{0}\) then \(|some \ expression|={-(some \ expression)}\). For example: \(|-5|=5=-(-5)\);
When \(x\geq{0}\) then \(|x|=x\), or more generally when \(some \ expression\geq{0}\) then \(|some \ expression|={some \ expression}\). For example: \(|5|=5\);
Answer: B.
Below posts might help to brush up fundamentals on modulus:
Hope this helps.
By definition of mudulus:
mod(x) = x if x greater than or equal to zero and
mod (x) = -x if x is less than zero....
so we get solution as x<0....therefore x to the power 3 will always be negative or less than zero
What is wrong with D?....put in any negative value of x such as -5 or -0.5 or -1 we always get less than zero value.
Is there anything wrong in the abive stated definition of modulus that we learned in high school. I agree B also serves the purpose but then what about the definition...i mean wrong fundamentals were taught????