Events & Promotions
Last visit was: 15 Jul 2025, 08:58 |
It is currently 15 Jul 2025, 08:58 |
|
Customized
for You
Track
Your Progress
Practice
Pays
08:00 PM PDT
-09:00 PM PDT
01:00 PM EDT
-02:00 PM EDT
10:00 AM PDT
-11:59 PM PDT
09:30 AM EDT
-11:30 AM EDT
11:00 AM EDT
-12:00 PM EDT
11:00 AM IST
-01:00 PM IST
Difficulty:
Question Stats:
85% (01:21) correctHistory
There will be two cases: | |
-Case 1: Whatever is inside the Modulus is ≥ 0 => x - 2 ≥ 0 => x ≥ 2 => |x - 2| = x - 2 => x - 2 = 4 - 3x => 4x = 6 => x = \(\frac{6}{4}\) = \(\frac{3}{2}\) But the condition was x ≥ 2, and \(\frac{3}{2}\) is < 2 => NOT a SOLUTION | -Case 2: Whatever is inside the Modulus is < 0 => x - 2 < 0 => x < 2 => |x - 2| = -(x - 2) = 2 - x => 2 - x = 4 - 3x => 2x = 2 => x = 1 But the condition was x < 2, and 1 < 2 => x = 1 is a SOLUTION |