#Find all solutions to equation
5 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
Hm, let's see.
As far as I understand, you mean the following:
|x - 1| - 3(x - 1) + 4 = x - 2
Simplifying it a bit gives:
|x - 1| - 4x + 9 = 0
Case 1. x ≥ 1.
x - 1 - 4x + 9 = 0
3x = 8
x = 8/3
This satisfies x ≥ 1, so we keep this root.
Case 2. x ≤ 1.
1 - x - 4x - 9 = 0
5x = 10
x = 2
This doesn't satisfy x ≤ 1, so we discard this root.
Thus, the only root is x = 8/3.
Thank you.