π§ What Is an Absolute Value Equation?
Itβs an equation where the unknown is inside an absolute value: |expression| = number
.
These always give two solutions β one positive, one negative case.
βοΈ Rule:
If |A| = B
, then A = B
or A = -B
Important: B
must be β₯ 0
. If B < 0
, there is no solution.
βοΈ Example 1
|x - 2| = 7
Case 1: x - 2 = 7
β x = 9
Case 2: x - 2 = -7
β x = -5
β
Solution: x = 9
or x = -5
βοΈ Example 2
|3x + 1| = 10
Case 1: 3x + 1 = 10
β x = 3
Case 2: 3x + 1 = -10
β x = -11/3
β
Solution: x = 3
or x = -11/3
βοΈ Example 3
|2x - 5| = -3
Absolute value cannot equal a negative number. β No solution.
βοΈ Example 4
|x + 4| = 0
Only one solution: x + 4 = 0
β x = -4
β
Try These
|x - 3| = 8
β Answer: x = 11
or x = -5
|2x + 1| = 5
β Answer: x = 2
or x = -3
|4x - 2| = -6
β Answer: No solution
|x| = 0
β Answer: x = 0