by mithunsam Wed Aug 03, 2011 11:26 am
Actually, a(a - 2)(a + 1) < 0 doesn't mean that a<0 and a<2 and a<-1.
When I say x(x+1)(X+2) < 0, what does that mean? It means, one or all the 3 factor(s) of the equations is/are -ve. Right?
-ve * +ve * +ve < 0 - - -> 1 factor -ve
+ve * -ve * +ve < 0 - - -> 1 factor -ve
+ve * +ve * -ve < 0 - - -> 1 factor -ve
-ve * -ve * -ve < 0 - - -> 3 factors -ve
Similarly, a(a - 2)(a + 1) < 0 means either one of a, a-2 or a+1 is -ve or all the 3 factors are -ve.
To get all the possible values of a, we have to choose the first case (first case covers a bigger range). That is a<0, or, a-2<0, or a+1<0.
This means, equation could be < 0 when a<0, or a<2, or a<-1. We have to pick the higher value a<2 (Remember to remove exceptions like 0).