Bunuel
If \(a < b < c\), and \(c^4 < b^4 < a^4\), which of the following could be true?
I. \(abc > 0\)
II. \(a^3b^5c^7 < 0\)
III. \(a^2b^4c^6 = 0\)
A. I only
B. II only
C. III only
D. I and II only
E. I, II, and III
For could be true, we need only one case to satisfy the given equation,
a<b<c (1st inequality) => c^4<b^4<a^4 (2nd inequality)
1. abc>0,
either a,b,c all should be positive ==> multiple set of numbers will satisfy the 1st inequality but not second one.
or any 2 out of a,b,c can be positive.. --> case 1 - a= -3, b=-2, c=1 --> 1<16<81 (satisfying second equation too )
-
Could be true.2. a^3b^5c^7 < 0,
either all are negative or one of 3 is negative.
case 1. - a=-3, b=-2, c=-1 --> 1<16<81 --
could be true
3. a^2b^4c^6 = 0
any one is 0 --> a=0 not possible a^4 can't be highest
b=0 --> a=-4 , b=0 , c= 4 (can't be less than or equal to b)
c=0 ---> a=-4, b= -1, c=0 ---> 0<1<16 --
could be true.Hence E is the answer.