Find the set of negative integers x such that ( 3 1 ) x + 4 > ( 3 1 ) x 2 + 3 x + 4
If there are X distinct solutions x 1 , x 2 , ⋯ , x X , submit X + ∣ ∣ ∣ ∣ ∣ j = 1 ∑ X x j ∣ ∣ ∣ ∣ ∣
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Problem Loading...
Note Loading...
Set Loading...
Square-roots may only be taken of non-negative values. Therefore we know immediately that x + 4 ≥ 0 x ≥ − 4 x 2 + 3 x + 4 ≥ 0 ( x + 1 2 1 ) 2 + 1 4 3 ≥ 0 (always true) Now for bases b < 1 , b x > b y if and only if x < y . Therefore we must solve x + 4 < x 2 + 3 x + 4 x + 4 < x 2 + 3 x + 4 0 < x 2 + 2 x 0 < x ( x + 2 ) x < − 2 or x > 0 . Thus the solutions are all integers − 4 ≤ x < − 2 , that is, x = − 4 , − 3 .
We submit the solution 2 + ∣ ( − 4 ) + ( − 3 ) ∣ = 2 + 7 = 9 .