CAT 2024 Slot 2 — QA Question 22
ModulusEasy
If x and y satisfy the equations |x| + x + y = 15 and x + |y| - y = 20, then (x - y) equals
Answer & solution
15
- B
10
- C
20
- D
5
Solution
Medium
Each collapses depending on the sign of and . The expressions and are zero or doubled, so test the sign case that keeps both equations consistent.
1
Try and . Then and .
2
Solve the linear system. From the first, ; substitute into the second.
3
Check signs and compute. and match the assumed case, so it is valid.