

InterviewSolution
Saved Bookmarks
1. |
The number of integer `x`satisfying `sin^(-1)|x-2|+cos^(-1)(1-|3-x|)=pi/2`is(a)` 1` (b)` 2` (c)` 3`(d)` 4` |
Answer» `sin^(-1)|x-2|+cos^(-1)(1-|3-x|)=pi/2` `alpha=beta` `|x-2|=1-|3-x|` `|x-2|+|3-x|=1|(x-2)+(3-x)|` `(x-2)(3-x)>=0` `2<=x<=3` Option B is correct. |
|