For how many integers is the number negative?
- A)
- B)
- C)
- D)
- E)
Answer
C
Key insight
Treat it as a quadratic in x^2: it factors as (x^2 - 1)(x^2 - 50), negative exactly when 1 < x^2 < 50.
Solution
Let . Then the expression is , and since and it factors:
The product of two factors is negative when they have opposite signs. Because always, that means
The perfect squares strictly between and are , so . Each of these six absolute values gives two integers, and , for a total of .
The answer is .
Why this works
A polynomial in even powers only is a quadratic in , and factoring it turns a sign question into an interval for . Once the inequality is on , remember that every positive value of corresponds to two integers.
Alternative approach
Check the boundary: at and the expression is and respectively, so is in and is out; at it is . The integers from to excluding number .
The trap
Counting only positive x (six values) and forgetting each has a negative twin, or including x = 1 and x = 7 endpoints carelessly.
Common mistakes
- Counting only positive x (six values) and forgetting each has a negative twin, or including x = 1 and x = 7 endpoints carelessly.
- Including , where the expression equals , or , where it equals (not negative), giving or .
Techniques
Apply an identity: SFFT, sum of squares, difference of cubes, Vieta · Substitute to simplify (u = x+1/x, shifting, scaling)