Yeah great, but I'd suggest a little more explanation is in order, this is not an Ext1 or 2 forum!
(x+2)/(1-x)<1
Firstly x<>1 (to avoid division by 0).
Multiply by the square of the denominator as this ensures we are multiplying by a positive number and hence the inequality sign is not affected. Furthermore it will allow canceling of the original denominator.
Hence...
(x+2)(1-x)<(1-x)^2
(x+2)(1-x)-(1-x)^2 <0
Now take (1-x) out as a common factor...
(1-x)[(x+2)-(1-x)] <0
(1-x)(2x+1)<0
The LHS equals 0 when x=1 or x=-1/2
Sub in some x value between -1/2 and 1, say 0
This doesn't work so the solution is outside these values
x<-1/2 OR x>1
HTH
Sam