Question
Question: Find all real values of x that satisfy the following equation: \(|2x-4|+|1-x|=4-x\)...
Find all real values of x that satisfy the following equation:
∣2x−4∣+∣1−x∣=4−x
Solution
Hint: First take 2 common out of absolute function operator of the first term of LHS. Then break the absolute function considering specific intervals of x one by one. Then it will form a linear equation in one variable which will be easy to solve.
Complete step-by-step answer:
We are given the equation as:
∣2x−4∣+∣1−x∣=4−x
We know that for any real number a and b we have
∣ab∣=∣a∣∣b∣
Applying this concept in the first term of our equation with b = 2 and a = x−2.
∣2∣∣x−2∣+∣1−x∣=4−x⋅⋅⋅(i)
We know that for any nonnegative real number a,
∣a∣=a
So applying this in equation (i) we get
2∣x−2∣+∣1−x∣=4−x⋅⋅⋅(ii)
Now for breaking the absolute function operator we find the values of x for each absolute function becoming 0.
x−2=0⇒x=2and1−x=0⇒x=1
So there are two critical values of x.
Now considering three cases of x corresponding to two critical values
Case1: x≤1
Then
x−2≤1−2=−1
We know that for any real number a ,
|a|=\left\\{ \begin{array}{*{35}{l}}
a & \text{for }a\ge 0 \\\
-a & \text{for }a<0 \\\
\end{array} \right.
So ∣x−2∣=−(x−2)=2−x
Also, x≤1
⇒1−x≥0⇒∣1−x∣=1−x
Putting simplified value in equation (ii) we get
2(2−x)+1−x=4−x⇒4−2x−3=0⇒2x=1⇒x=21
Now, x=21≤1. So our solution comes in the defined range. Hence x=21is the solution.
Case 2: 1≤x≤2
In this case,
x−2≤0⇒∣x−2∣=−(x−2)=2−xand1−x≤0⇒∣1−x∣=−(1−x)=x−1
So we get our equation as
2(2−x)+x−1=4−x⇒4−2x+2x−5=0⇒4=5
It is not possible that 4 = 5. So, no value of x in this range.
Case 3: x≥2
In this case,
x−2≥0⇒∣x−2∣=x−2and1−x≤0⇒∣1−x∣=−(1−x)=x−1
So we get our equation as
2(x−2)+x−1=4−x⇒2x−4+2x−5=0⇒4x=9⇒x=49
We see that x=49≥2. So this value of x is accepted.
Hence overall x=21 and x=49 is the solution of the given equation.
Note: This question requires breaking the modulus function and then solving the problem. Students might get wrong in identifying the critical points and then the whole solution may get wrong.