Answer:
x = 2, or x = -1
Explanation:
If 2x - 3 is inside the parenthesis (), then the value of x is 2.
If 2x - 3 is inside the absolute value sign, then the value of x will probably be -1.
Solution 1
(10x-15) + 4 = 9
10x -11 = 9
10x = 20 -> x = 2
Solution 2 (Not 100% sure)
|10x -15| +4 = 9
10x + 15 +4 = 9
10x + 19 = 9
10x = -10 -> x = -1
Please correct me if I'm wrong.