Bunuel
For how many integers n is \(n^4 + 6n < 6n^3 + n^2\) ?
A. 2
B. 3
C. 4
D. 5
E. 6
Solution:n^4 + 6n < 6n^3 + n^2
n^4 - 6n^3 - n^2 + 6n < 0
n^3(n - 6) - n(n - 6) < 0
(n^3 - n)(n - 6) < 0
n(n^2 - 1)(n - 6) < 0
n(n - 1)(n + 1)(n - 6) < 0
We see that on the left hand side of the last inequality, there are 4 factors.
If n is a negative integer less than -1, then all the 4 factors are negative. So the product of the 4 factors will be positive and will not be less than 0.
If n is -1, 0, 1 or 6, then one of the factors will be 0. So the product will be 0 and will not be less than 0.
If n is 2, 3, 4, or 5, the first 3 factors are positive while the last factor is negative. So the product will be negative and hence less than 0.
If n is a positive integer greater than 6, then all the 4 factors are positive. So the product will be positive and will not be less than 0.
Alternate Solution:Let’s rewrite the given inequality as n^4 - n^2 < 6n^3 - 6n. Then:
n^2(n^2 - 1) < 6n(n^2 - 1)
n^2(n^2 - 1) - 6n(n^2 - 1) < 0
(n^2 - 1)(n^2 - 6n) < 0
In order to have the product of two expressions negative, one of the expressions must be negative and the other expression must be positive.
If n^2 - 1 is negative, then only n = 0 satisfies n^2 - 1 < 0. Notice that n = 0 does not satisfy n^4 + 6n < 6n^3 + n^2; thus it follows that n^2 - 1 must be positive.
Since n^2 - 1 > 0, |n| must be 2 or greater. Further, since n^2 - 1 is positive, n^2 - 6n must be negative; i.e. n^2 < 6n. Notice that this inequality is not satisfied for any negative integer and only satisfied for n = 1, 2, 3, 4 or 5. Combined with the earlier condition that |n| must be 2 or greater, we see that there are four integers satisfying the given inequality (namely 2, 3, 4 and 5).
Answer: C