InterviewSolution
Saved Bookmarks
| 1. |
Find the values of x of for which `sqrt(5-|2x-3|)` is defined |
|
Answer» Correct Answer - `x in [-1,4]` We must have `5-|2x-3|ge 0 ` or `|2x-3|le 5` or `-5 le 2x -3 le 5 ` `rArr x in [-1,4]` |
|