Question 448276
solve the following absolute value inequality: 
3+2|9+n|<-1
**
3+2|9+n|<-1
2|9+n|<-1-3=-4
|9+n|<-4/2=-2
|9+n|<-2
for(9+n)>0
9+n<-2
n<-11
..
for(9+n)<0
-9-n<-2
-n<7
n>-7 (reject, does not check)