Exams › JEE Main › Maths › Basic Mathematics / Modulus
2 questions with worked solutions.
Q1. Solve the equation |x| - x = 0 for real x.
Answer: x >= 0 (all non-negative reals)
|x| - x = 0 means |x| = x. By definition |x| = x exactly when x is non-negative; for x < 0, |x| = -x != x. Therefore the solution set is all x >= 0.
Q2. Solve the equation |2x - 5| = 7 for x.
Answer: x = 6 or x = -1
Remove the modulus by considering both sign cases of (2x - 5), then solve each linear equation.