Questions: Solving Absolute Value Equations Review
5 questions to test your understanding
Score: 0 / 5
Question 1 Multiple Choice
Solve |2x + 4| = 6. Which answer correctly identifies ALL solutions?
Ax = 1 only — solving 2x + 4 = 6
Bx = 1 and x = −5 — solving both 2x + 4 = 6 and 2x + 4 = −6
Cx = −5 only — since the expression must be negative inside the bars
DNo solution — the right side must first be rewritten before splitting
Case-splitting gives two equations: 2x + 4 = 6 → x = 1, and 2x + 4 = −6 → x = −5. Both satisfy the original equation when checked. The most common error is solving only the positive case and missing x = −5 entirely.
Question 2 Multiple Choice
A student encounters |3x − 1| = −4. What is the correct conclusion?
Ax = −1 (solving 3x − 1 = −4)
Bx = 5/3 and x = −1 (splitting into both cases)
CThere is no solution because an absolute value cannot equal a negative number
Dx = 5/3 (solving 3x − 1 = 4)
Absolute value is always non-negative, so |3x − 1| ≥ 0 for every real x. The equation |3x − 1| = −4 asks when a non-negative quantity equals a negative number — which is never. Stop immediately when c < 0; no case-splitting is needed.
Question 3 True / False
The equation |x − 5| = 3 has exactly one solution, x = 8.
TTrue
FFalse
Answer: False
Case-splitting gives two equations: x − 5 = 3 → x = 8, and x − 5 = −3 → x = 2. Both values satisfy |x − 5| = 3. Forgetting the negative case is the single most common error in absolute value equations — it always produces two solutions (when c > 0) unless the two cases coincidentally give the same answer.
Question 4 True / False
When solving |f(x)| = |g(x)|, the correct approach is to set up two cases: f(x) = g(x) and f(x) = −g(x).
TTrue
FFalse
Answer: True
Two expressions have equal absolute values when they are equal or when they are opposites — exactly these two cases. This is the natural extension of the single-sided case: |expression| = c becomes expression = c or expression = −c, and when both sides have absolute values, the same logic applies to the relationship between f(x) and g(x).
Question 5 Short Answer
Why is it necessary to check solutions back in the original absolute value equation, and what type of error are you guarding against?
Think about your answer, then reveal below.
Model answer: Checking guards against extraneous solutions — values that satisfy an algebraically manipulated form of the equation but not the original. Extraneous solutions can arise from operations like squaring both sides (sometimes used as an alternative method), which can introduce values that weren't present in the original. Substituting each candidate solution back into |f(x)| = c and verifying the equation holds is the only reliable way to confirm every solution is genuine.
Absolute value equations are one of the few contexts where algebraically correct steps can introduce spurious answers. The habit of checking solutions — fast and reliable — becomes even more critical when moving to absolute value inequalities, where forgetting to verify can silently produce an incorrect solution set.