

InterviewSolution
Saved Bookmarks
1. |
If f : [-2, 2] → R is defined by f(x) =\(\begin{cases} -1,\,for \,-2≤x≤0\\ x-1,\,for\,0≤x≤2 \end{cases}\) then {x [-2, 2] : x ≤ 0 and f(|x|) = x} =A. {-1} B. {0} C. {-1/2} D. ϕ |
Answer» Option : (C) f(|x|) = |x|-1 f(|x|) = x We have, |x| = x ;x≥0 And |x| = -x ; x≤0 So, -x-1 = x 2x = -1 x = \(-\frac{1}{2}\) |
|