12 multiple-choice questions, progressively harder.
Which piecewise rule defines ∣x∣\lvert x \rvert∣x∣?
Solution
Correct answer: A
The absolute value branches on the sign of its input, returning the input when it is nonnegative and the negated input when it is negative.
∣x∣=x (x≥0),∣x∣=−x (x<0)\lvert x \rvert = x \ (x \ge 0), \qquad \lvert x \rvert = -x \ (x < 0)∣x∣=x (x≥0),∣x∣=−x (x<0)
The negated form −x-x−x is positive precisely because xxx is negative there, so the output is a nonnegative distance either way.
For a negative input the definition gives ∣x∣=−x\lvert x \rvert = -x∣x∣=−x. With x=−6x = -6x=−6, what is ∣x∣\lvert x \rvert∣x∣?
Correct answer: C
Here x=−6x = -6x=−6 is negative, so the second branch applies and returns the input negated.
∣−6∣=−(−6)=6\lvert -6 \rvert = -(-6) = 6∣−6∣=−(−6)=6
Negating a negative number gives a positive one, matching the distance of 666 from zero.
What is the solution set of ∣x+2∣=−5\lvert x + 2 \rvert = -5∣x+2∣=−5?
Correct answer: B
An absolute value is never negative, so it can never equal −5-5−5.
∣x+2∣≥0>−5\lvert x + 2 \rvert \ge 0 > -5∣x+2∣≥0>−5
No value of xxx works, so the solution set is empty. Splitting into two cases here would manufacture false answers.
What is the solution set of ∣3x−1∣<−2\lvert 3x - 1 \rvert < -2∣3x−1∣<−2?
A distance cannot be less than a negative number, since distances start at 000.
∣3x−1∣≥0>−2\lvert 3x - 1 \rvert \ge 0 > -2∣3x−1∣≥0>−2
Nothing satisfies the inequality, so the solution set is ∅\varnothing∅. The band template −c<X<c-c < X < c−c<X<c needs c>0c > 0c>0 and does not apply.
What is the solution set of ∣5x+4∣>−1\lvert 5x + 4 \rvert > -1∣5x+4∣>−1?
Correct answer: D
An absolute value is always at least 000, which already exceeds −1-1−1.
∣5x+4∣≥0>−1for every x\lvert 5x + 4 \rvert \ge 0 > -1 \quad\text{for every } x∣5x+4∣≥0>−1for every x
Every real number satisfies the inequality, so the solution set is all of R\mathbb{R}R.
For which xxx is ∣x∣>0\lvert x \rvert > 0∣x∣>0?
The distance from xxx to zero is positive everywhere except at the one point where it is zero.
∣x∣>0⟺x≠0\lvert x \rvert > 0 \quad\Longleftrightarrow\quad x \neq 0∣x∣>0⟺x=0
Only x=0x = 0x=0 gives ∣x∣=0\lvert x \rvert = 0∣x∣=0, so it is the single value excluded.
For which xxx is ∣x−7∣≥0\lvert x - 7 \rvert \ge 0∣x−7∣≥0?
An absolute value is a distance, so it is always zero or greater, with no exceptions.
∣x−7∣≥0for every x\lvert x - 7 \rvert \ge 0 \quad\text{for every } x∣x−7∣≥0for every x
The inequality holds for every real number, so its solution set is all of R\mathbb{R}R.
When solving ∣X∣=Y\lvert X \rvert = Y∣X∣=Y with YYY an expression in xxx, why must each candidate be checked in the original equation?
The left side ∣X∣\lvert X \rvert∣X∣ is never negative, so the equation secretly requires Y≥0Y \ge 0Y≥0, a condition the bare split X=YX = YX=Y or X=−YX = -YX=−Y forgets.
∣X∣=Y⟺Y≥0 and (X=Y or X=−Y)\lvert X \rvert = Y \quad\Longleftrightarrow\quad Y \ge 0 \ \text{ and } \ (X = Y \ \text{ or } \ X = -Y)∣X∣=Y⟺Y≥0 and (X=Y or X=−Y)
Dropping Y≥0Y \ge 0Y≥0 is a non-reversible step that can add roots, so every candidate must be confirmed.
Solve ∣x∣=∣x−8∣\lvert x \rvert = \lvert x - 8 \rvert∣x∣=∣x−8∣, the point equidistant from 000 and 888.
The two cases are x=x−8x = x - 8x=x−8, which is impossible, and x=−(x−8)x = -(x - 8)x=−(x−8).
x=−(x−8)⟹2x=8⟹x=4x = -(x - 8) \quad\Longrightarrow\quad 2x = 8 \quad\Longrightarrow\quad x = 4x=−(x−8)⟹2x=8⟹x=4
The surviving solution is x=4x = 4x=4, the midpoint of 000 and 888, as the distance reading predicts.
In solving ∣x−2∣+∣x+3∣=9\lvert x - 2 \rvert + \lvert x + 3 \rvert = 9∣x−2∣+∣x+3∣=9, what are the breakpoints?
A breakpoint is where an inside expression changes sign, that is where it equals zero.
x−2=0⇒x=2,x+3=0⇒x=−3x - 2 = 0 \Rightarrow x = 2, \qquad x + 3 = 0 \Rightarrow x = -3x−2=0⇒x=2,x+3=0⇒x=−3
So the breakpoints are x=2x = 2x=2 and x=−3x = -3x=−3, and they cut the line into three intervals.
A candidate x=1x = 1x=1 came from solving ∣x+4∣=3x−5\lvert x + 4 \rvert = 3x - 5∣x+4∣=3x−5. Is it a genuine solution?
An absolute value cannot equal a negative number, so test the sign of the right side.
3(1)−5=−2<03(1) - 5 = -2 < 03(1)−5=−2<0
The right side is negative while the left side ∣1+4∣=5\lvert 1 + 4 \rvert = 5∣1+4∣=5 cannot be, so the equation fails and x=1x = 1x=1 is extraneous.
Evaluate ∣x−3∣+∣x+1∣\lvert x - 3 \rvert + \lvert x + 1 \rvert∣x−3∣+∣x+1∣ at x=0x = 0x=0.
Substitute x=0x = 0x=0 into each absolute value and add.
∣0−3∣+∣0+1∣=3+1=4\lvert 0 - 3 \rvert + \lvert 0 + 1 \rvert = 3 + 1 = 4∣0−3∣+∣0+1∣=3+1=4
The value 444 is the distance from 000 to 333 plus the distance from 000 to −1-1−1.
Reset this practice set?
This clears every answer you have given and starts the set again from question 1.