For how many (not necessarily positive) integer values of is the value of an integer?
- A)
- B)
- C)
- D)
- E)
Answer
E
Key insight
Write 4000 = 2^5 * 5^3; positive n costs factors of 5 (at most 3), negative n costs factors of 2 (at most 5), and n = 0 works.
Solution
Factor . The sign of decides which prime is being divided out.
Case . The expression is . The power of is harmless; we need , so . This gives , four values.
Case . Put with . Then and the expression is . We need , so . This gives , five values.
Altogether ranges over , which is integers.
The answer is .
Why this works
Multiplying by trades powers of for powers of (or the reverse when is negative). The expression stays an integer exactly as long as the prime being divided out has not run out, so the two exponents in are the two limits. The phrase "not necessarily positive" is the signal that both directions matter.
The trap
Considering only nonnegative n and answering 4, or forgetting n = 0 and answering 8.
Common mistakes
- Considering only nonnegative n and answering 4, or forgetting n = 0 and answering 8.
- Mixing up which prime limits which direction, e.g. allowing up to because has five factors of ; positive divides by , not by .
Techniques
Split into exhaustive cases and handle each · Set up the equation/formula and compute; no special trick needed