Learn techniques for solving equations involving radicals, rational expressions, and absolute values - common question types on the SAT.
Example: Solve √(2x + 3) = 5
1. Square both sides: 2x + 3 = 25
2. Solve: 2x = 22 → x = 11
3. Check: √(2(11)+3) = √25 = 5 ✓
Always check solutions to radical equations, as squaring both sides can introduce extraneous solutions that don't satisfy the original equation.
Example: Solve (3/(x-2)) = (5/(x+1))
1. LCD: (x-2)(x+1)
2. Multiply: 3(x+1) = 5(x-2)
3. Solve: 3x + 3 = 5x - 10 → 13 = 2x → x = 6.5
4. Check: x ≠ 2, -1 (valid)
Example: Solve |2x - 3| = 7
1. Two cases: 2x - 3 = 7 or 2x - 3 = -7
2. Solve both: x = 5 or x = -2
3. Check: |2(5)-3| = 7 and |2(-2)-3| = 7 ✓
What is the solution set for the equation |3x + 2| = x + 4?
Follow these steps:
Step-by-Step Solution:
1. Case 1: 3x + 2 = x + 4 → 2x = 2 → x = 1
Check: |3(1)+2| = 5 and 1+4 = 5 ✓
2. Case 2: 3x + 2 = -(x + 4) → 4x = -6 → x = -1.5
Check: |3(-1.5)+2| = 2.5 and -1.5+4 = 2.5 ✓
3. Both solutions work, so solution set is {-1.5, 1}
The correct answer is A) {-1.5, 1}.