 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Solve: `(x-3)/(x+1)lt0,x in R` | 
| Answer» Correct Answer - `(-1,3)` `(x-3lt0andx+1gt0) or(x-3gt0 and x+1lt0)` `rArr(xlt3and x gt-1) or (xgt3 andxlt-1)` `rArr -1ltxlt3rArrx in(-1,3)." "[xge3 andx lt-1 " is not ossible"]` | |