The number of distinct real values of x, satisfying the equation.
max {x, 2} - min {x, 2} , is
The number of distinct real values of x, satisfying the equation.
max {x, 2} - min {x, 2} , is
Entered answer:
Solution
We need to find how many different real values of satisfy this equation:
The equation changes behavior at critical points where the expressions inside the max/min and absolute value functions change sign: and .
This gives us three ranges to check: , , and .
Your basic concepts with modulus should be covered to understand this solution. We will find the RHS & LHS for the 3 ranges to find and then check if the found is valid for the range.
When :
Left side: Since , we have is at least as large as
and
So left side =
Right side: Since :
, so
, so
Hence, both mod open as positives.
So right side =
Our equation becomes:
Therefore
Since , this solution is valid for this case.
When :
Left side: Since :
and
So left side =
Right side: Since :
, so
, so
So right side =
Our equation becomes:
Therefore , so
Since , this solution is valid for this case.
When :
Left side: Since :
and
So left side =
Right side: Since :
, so
, so
So right side =
Our equation becomes:
Therefore
We need for this case, but we got . Since , this solution is invalid for this case.
The summary table makes it easier to understand what is happening here:
| Case | Condition | Left Side | Right Side | Equation | Solution | Valid? |
|---|---|---|---|---|---|---|
| 1 | x ≥ 2 | x - 2 | 4 | x - 2 = 4 | x = 6 | ✓ |
| 2 | -2 < x < 2 | 2 - x | 2x | 2 - x = 2x | x = 2/3 | ✓ |
| 3 | x < -2 | 2 - x | -4 | 2 - x = -4 | x = 6 | ✗ |
Therefore, the number of distinct real values of satisfying the equation is 2.
Related questions:
2025 Slot 2
CAT 2021 Slot 2
CAT 2019 Slot 1
CAT 2021 Slot 1